aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-06Directly use wtap_opttypes calls to fetch SHB options.Guy Harris1-5/+0
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier1-3/+3
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-48/+61
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-05-22Make the stuff in summary.h usable from C++ code.Guy Harris1-0/+8
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-15For a capture file, keep an array of all encapsulation types seen.Guy Harris1-1/+2
2012-05-28Don't use pcap LINKTYPE_ values in the iface_options structure, useGuy Harris1-1/+1
2012-05-27Clean up indentation (use spaces, not tabs).Guy Harris1-46/+46
2012-05-24Use cf_update_capture_comment() to save the capture comment (instead ofJeff Morriss1-7/+0
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-1/+2
2012-03-15If we have one ISB, display the droped count from it.Anders Broman1-8/+9
2012-02-26Make it possible to edit capture commentsAnders Broman1-6/+8
2012-02-26Suppress invalid or non-meaningful statistics - for example, withoutGuy Harris1-21/+24
2012-02-23Add SHB info to SummaryAnders Broman1-0/+5
2012-02-23Have the used interfaces show up if number of interfaces > 0.Anders Broman1-29/+29
2011-07-15Don't show interface info when loading a capture file.Michael Tüxen1-1/+1
2011-07-05Add initial support for multiple interfaces. More to come afterMichael Tüxen1-3/+13
2009-12-17Added "Ignore Packet" menu items to the main menu.Stig Bjørlykke1-0/+1
2008-10-14Use a more accurate variable name for the wiretap file type. Add the fileGerald Combs1-1/+2
2007-11-28Summary enhancements:Stig Bjørlykke1-0/+3
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-1/+0
2005-07-08Make the counters in the summary 64-bit, so they don't overflow onGuy Harris1-3/+3
2005-03-07- pcap.h needs to be included before capture.hJörg Mayer1-0/+1
2005-02-06minor code cleanupUlf Lamping1-1/+3
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-1/+12
2005-02-04remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...Ulf Lamping1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-09-02From Jean-Michel Fayard: show in Tools:Summary window statistics aboutGuy Harris1-4/+6
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-2/+3
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-2/+3
2000-08-21Add the number of marked packets in the summary window.Laurent Deniel1-1/+2
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1-10/+19
1999-07-13Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1-2/+2
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-2/+2
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-0/+46