aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-5/+21
2005-02-04remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...Ulf Lamping1-18/+18
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-09-02From Jean-Michel Fayard: show in Tools:Summary window statistics aboutGuy Harris1-3/+19
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-1/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-5/+3
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-1/+2
2000-08-21Add the number of marked packets in the summary window.Laurent Deniel1-1/+5
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-15/+15
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-2/+2
1999-12-29If there aren't any packets in the capture (which could be the case if,Guy Harris1-22/+24
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1-214/+34
1999-12-04Now that "wtap_file_type_string()" takes a file type rather than a "wtapGuy Harris1-2/+3
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1-3/+3
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-2/+2
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-2/+1
1999-08-24Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1-2/+1
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-5/+4
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1-7/+5
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-26/+6
1999-07-13Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1-6/+3
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-3/+5
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1-2/+4
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-23/+11
1999-07-04In GTK+ 1.0[.x], "gtk_window_set_position()" was calledGuy Harris1-1/+5
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-0/+311