aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
Commit message (Expand)AuthorAgeFilesLines
* From Jean-Michel Fayard: show in Tools:Summary window statistics aboutGuy Harris2003-09-021-3/+19
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-1/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-5/+3
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-111-1/+2
* Add the number of marked packets in the summary window.Laurent Deniel2000-08-211-1/+5
* Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris2000-06-271-15/+15
* Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2000-04-131-2/+2
* If there aren't any packets in the capture (which could be the case if,Guy Harris1999-12-291-22/+24
* Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1999-12-101-214/+34
* Now that "wtap_file_type_string()" takes a file type rather than a "wtapGuy Harris1999-12-041-2/+3
* When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1999-10-111-3/+3
* More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1999-09-091-2/+2
* Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1999-09-011-2/+1
* Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1999-08-241-2/+1
* Moved global memory alloction used in display filters (which was storedGilbert Ramirez1999-08-131-5/+4
* Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1999-08-101-7/+5
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-021-26/+6
* Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1999-07-131-6/+3
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-3/+5
* Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1999-07-091-2/+4
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-23/+11
* In GTK+ 1.0[.x], "gtk_window_set_position()" was calledGuy Harris1999-07-041-1/+5
* Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1999-06-221-0/+311