aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-15Don't show interface info when loading a capture file.tuexen1-9/+10
2011-07-05Add initial support for multiple interfaces. More to come aftertuexen1-9/+25
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-3/+6
2011-04-27Create a new frame_data_sequence data type; it represents a denseguy1-2/+2
2011-04-25Store the frame_data structures in a tree, rather than a linked list. guy1-9/+6
2011-04-25Make the packet count an unsigned value, as frame numbers are unsigned.guy1-1/+1
2009-12-17Added "Ignore Packet" menu items to the main menu.stig1-0/+4
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...krj1-3/+3
2008-10-14Use a more accurate variable name for the wiretap file type. Add the filegerald1-1/+2
2007-11-28Summary enhancements:stig1-3/+18
2007-11-28Fixed a bug when adjusting summary marked start time.stig1-1/+1
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkgerald1-0/+4
2007-08-22gcc 4 doesn't like my macro for getting the interface description: it says th...morriss1-1/+1
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :morriss1-5/+1
2006-05-21name changesahlberg1-2/+2
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-10/+4
2005-08-19Have "f_datalen" keep track of the number of bytes of uncompressed fileguy1-1/+1
2005-02-06another two steps towards privilege seperation:ulfl1-5/+21
2005-02-04remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...ulfl1-18/+18
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2003-09-02From Jean-Michel Fayard: show in Tools:Summary window statistics aboutguy1-3/+19
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-1/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-5/+3
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenguy1-1/+2
2000-08-21Add the number of marked packets in the summary window.deniel1-1/+5
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toguy1-15/+15
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. Usegram1-2/+2
1999-12-29If there aren't any packets in the capture (which could be the case if,guy1-22/+24
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cgram1-214/+34
1999-12-04Now that "wtap_file_type_string()" takes a file type rather than a "wtapguy1-2/+3
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orguy1-3/+3
1999-09-09More shuffling of GTK-related files to gtk subdirectory.gram1-2/+2
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printgram1-2/+1
1999-08-24Removed unnecessary #include "etypes.h" lines.gram1-2/+1
1999-08-13Moved global memory alloction used in display filters (which was storedgram1-5/+4
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isguy1-7/+5
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andguy1-26/+6
1999-07-13Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andgram1-6/+3
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-3/+5
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatgram1-2/+4
1999-07-07Created a new protocol tree implementation and a new display filtergram1-23/+11
1999-07-04In GTK+ 1.0[.x], "gtk_window_set_position()" was calledguy1-1/+5
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withgram1-0/+311