aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
Commit message (Expand)AuthorAgeFilesLines
* Directly use wtap_opttypes calls to fetch SHB options.Guy Harris2016-06-061-15/+0
* Making wiretap option blocks more generic.Michael Mann2016-02-231-18/+29
* pcapng: drop count is unknown for ISB without isb_if_drop optionHadriel Kaplan2015-08-291-2/+6
* Pcapng: clean up Section Header Block handlingHadriel Kaplan2015-08-181-3/+2
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Move capture_ui_utils.[ch] to libui.Guy Harris2014-06-301-2/+2
* wiretap: remove unused code, drop number_of_interfacesPeter Wu2014-05-171-1/+1
* Revert "Refactor Wiretap"Guy Harris2014-05-091-2/+2
* Refactor WiretapMichael Mann2014-05-091-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+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-2/+2
* That doesn't work correctly if we read in a file with no interfaceGuy Harris2012-05-281-0/+3
* Correctly implement what was my intent when removing the HAVE_LIBPCAPGuy Harris2012-05-281-34/+29
* Don't use pcap LINKTYPE_ values in the iface_options structure, useGuy Harris2012-05-281-4/+4
* Clean up indentation (use spaces, not tabs).Guy Harris2012-05-271-16/+16
* Use cf_update_capture_comment() to save the capture comment (instead ofJeff Morriss2012-05-241-9/+0
* Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2012-05-241-0/+1
* Actually remove #include <sys/types.h> ....Bill Meier2012-05-051-4/+0
* AFAICT '#include sys/types.h' is not needed for these files.Bill Meier2012-05-051-3/+3
* Delete a duplicate line of code. Fixes Coverity CID 1393: UNUSED VALUE.Chris Maynard2012-03-211-2/+0
* If we have one ISB, display the droped count from it.Anders Broman2012-03-151-0/+8
* if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman2012-03-041-1/+1
* - Add a LED in the statusbar to indicate that capture comments exists,Anders Broman2012-02-291-6/+13
* Make it possible to edit capture commentsAnders Broman2012-02-261-0/+9
* Suppress invalid or non-meaningful statistics - for example, withoutGuy Harris2012-02-261-33/+55
* From Irene Ruengeler: Fix a bug where the interfaceMichael Tüxen2012-02-241-11/+14
* Add SHB info to SummaryAnders Broman2012-02-231-0/+12
* Fix the handling of snaplen.Michael Tüxen2012-02-231-7/+5
* Have the used interfaces show up if number of interfaces > 0.Anders Broman2012-02-231-1/+19
* Don't show interface info when loading a capture file.Michael Tüxen2011-07-151-9/+10
* Add initial support for multiple interfaces. More to come afterMichael Tüxen2011-07-051-9/+25
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-3/+6
* Create a new frame_data_sequence data type; it represents a denseGuy Harris2011-04-271-2/+2
* Store the frame_data structures in a tree, rather than a linked list. Guy Harris2011-04-251-9/+6
* Make the packet count an unsigned value, as frame numbers are unsigned.Guy Harris2011-04-251-1/+1
* Added "Ignore Packet" menu items to the main menu.Stig Bjørlykke2009-12-171-0/+4
* Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam2009-09-211-3/+3
* 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-3/+18
* Fixed a bug when adjusting summary marked start time.Stig Bjørlykke2007-11-281-1/+1
* Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs2007-08-301-0/+4
* gcc 4 doesn't like my macro for getting the interface description: it says th...Jeff Morriss2007-08-221-1/+1
* Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss2007-08-221-5/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-10/+4
* Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris2005-08-191-1/+1
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-5/+21