aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
AgeCommit message (Expand)AuthorFilesLines
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