White space changes.
[obnox/wireshark/wip.git] / summary.c
2011-07-15 tuexenDon't show interface info when loading a capture file.
2011-07-05 tuexenAdd initial support for multiple interfaces. More to...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-04-27 guyCreate a new frame_data_sequence data type; it represen...
2011-04-25 guyStore the frame_data structures in a tree, rather than...
2011-04-25 guyMake the packet count an unsigned value, as frame numbe...
2009-12-17 stigAdded "Ignore Packet" menu items to the main menu.
2009-09-21 krjRename capture_file.plist to capture_file.plist_start...
2008-10-14 geraldUse a more accurate variable name for the wiretap file...
2007-11-28 stigSummary enhancements:
2007-11-28 stigFixed a bug when adjusting summary marked start time.
2007-08-30 geraldChange the "--enable-setuid-install" option to install...
2007-08-22 morrissgcc 4 doesn't like my macro for getting the interface...
2007-08-22 morrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2006-05-21 sahlbergname change
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-19 guyHave "f_datalen" keep track of the number of bytes...
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-04 ulflremove #include "globals.h" from summary.c, as it's...
2004-07-18 guySet the svn:eol-style property on all text files to...
2003-09-02 guyFrom Jean-Michel Fayard: show in Tools:Summary window...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-02-11 guyIn Ethereal, attempt to get the packet statistics from...
2000-08-21 denielAdd the number of marked packets in the summary window.
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-04-13 gramConsolidate flags in struct frame_data, and add "visite...
1999-12-29 guyIf there aren't any packets in the capture (which could...
1999-12-10 gramMove GTK code out of summary.c and into gtk/summary_dlg.c
1999-12-04 guyNow that "wtap_file_type_string()" takes a file type...
1999-10-11 guyWhen a new display filter is to be applied, don't set...
1999-09-09 gramMore shuffling of GTK-related files to gtk subdirectory.
1999-09-01 gramMoved GTK-dependent routines for file dialogues, print...
1999-08-24 gramRemoved unnecessary #include "etypes.h" lines.
1999-08-13 gramMoved global memory alloction used in display filters...
1999-08-10 guyBuilding a GList by adding elements to the end with...
1999-08-02 guyCheck in Olivier Abad's patch to add dissectors for...
1999-07-13 gramSince ethereal is now dependent on GTK+-1.2.x (because...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-09 gramAdded the ability to create a read-only ethereal, i...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-07-04 guyIn GTK+ 1.0[.x], "gtk_window_set_position()" was called
1999-06-22 gramAdded Aaron Hillegass' summary dialogue. We're ignoring...