aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
Commit message (Expand)AuthorAgeFilesLines
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-4/+2
* Directly use wtap_opttypes calls to fetch SHB options.Guy Harris2016-06-061-5/+0
* Always put editor-modelines at the end of the file ...Bill Meier2014-10-141-3/+3
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-48/+61
* Move capture.[ch] to libui.Guy Harris2014-06-301-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Make the stuff in summary.h usable from C++ code.Guy Harris2013-05-221-0/+8
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* For a capture file, keep an array of all encapsulation types seen.Guy Harris2012-06-151-1/+2
* Don't use pcap LINKTYPE_ values in the iface_options structure, useGuy Harris2012-05-281-1/+1
* Clean up indentation (use spaces, not tabs).Guy Harris2012-05-271-46/+46
* Use cf_update_capture_comment() to save the capture comment (instead ofJeff Morriss2012-05-241-7/+0
* Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2012-05-241-1/+2
* If we have one ISB, display the droped count from it.Anders Broman2012-03-151-8/+9
* Make it possible to edit capture commentsAnders Broman2012-02-261-6/+8
* Suppress invalid or non-meaningful statistics - for example, withoutGuy Harris2012-02-261-21/+24
* Add SHB info to SummaryAnders Broman2012-02-231-0/+5
* Have the used interfaces show up if number of interfaces > 0.Anders Broman2012-02-231-29/+29
* Don't show interface info when loading a capture file.Michael Tüxen2011-07-151-1/+1
* Add initial support for multiple interfaces. More to come afterMichael Tüxen2011-07-051-3/+13
* Added "Ignore Packet" menu items to the main menu.Stig Bjørlykke2009-12-171-0/+1
* Use a more accurate variable name for the wiretap file type. Add the fileGerald Combs2008-10-141-1/+2
* Summary enhancements:Stig Bjørlykke2007-11-281-0/+3
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-1/+0
* Make the counters in the summary 64-bit, so they don't overflow onGuy Harris2005-07-081-3/+3
* - pcap.h needs to be included before capture.hJörg Mayer2005-03-071-0/+1
* minor code cleanupUlf Lamping2005-02-061-1/+3
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-1/+12
* remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...Ulf Lamping2005-02-041-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Jean-Michel Fayard: show in Tools:Summary window statistics aboutGuy Harris2003-09-021-4/+6
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-2/+3
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-111-2/+3
* Add the number of marked packets in the summary window.Laurent Deniel2000-08-211-1/+2
* Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1999-12-101-10/+19
* Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1999-07-131-2/+2
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-2/+2
* Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1999-06-221-0/+46