Revert r53073, by now the vast majority of dissector do declare the
[metze/wireshark/wip.git] / summary.c
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-15 Guy HarrisFor a capture file, keep an array of all encapsulation...
2012-05-28 Guy HarrisThat doesn't work correctly if we read in a file with...
2012-05-28 Guy HarrisCorrectly implement what was my intent when removing...
2012-05-28 Guy HarrisDon't use pcap LINKTYPE_ values in the iface_options...
2012-05-27 Guy HarrisClean up indentation (use spaces, not tabs).
2012-05-24 Jeff MorrissUse cf_update_capture_comment() to save the capture...
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-05 Bill MeierActually remove #include <sys/types.h> ....
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-03-21 Chris MaynardDelete a duplicate line of code. Fixes Coverity CID...
2012-03-15 Anders BromanIf we have one ISB, display the droped count from it.
2012-03-04 Anders Bromanif_filter isn't a string per se,The first byte of the...
2012-02-29 Anders Broman- Add a LED in the statusbar to indicate that capture...
2012-02-26 Anders BromanMake it possible to edit capture comments
2012-02-26 Guy HarrisSuppress invalid or non-meaningful statistics - for...
2012-02-24 Michael TüxenFrom Irene Ruengeler: Fix a bug where the interface
2012-02-23 Anders BromanAdd SHB info to Summary
2012-02-23 Michael TüxenFix the handling of snaplen.
2012-02-23 Anders BromanHave the used interfaces show up if number of interface...
2011-07-15 Michael TüxenDon't show interface info when loading a capture file.
2011-07-05 Michael TüxenAdd initial support for multiple interfaces. More to...
2011-06-27 Michael TüxenGet rid of old non-interface specific settings which...
2011-04-27 Guy HarrisCreate a new frame_data_sequence data type; it represen...
2011-04-25 Guy HarrisStore the frame_data structures in a tree, rather than...
2011-04-25 Guy HarrisMake the packet count an unsigned value, as frame numbe...
2009-12-17 Stig BjørlykkeAdded "Ignore Packet" menu items to the main menu.
2009-09-21 Kovarththanan Raja... Rename capture_file.plist to capture_file.plist_start...
2008-10-14 Gerald CombsUse a more accurate variable name for the wiretap file...
2007-11-28 Stig BjørlykkeSummary enhancements:
2007-11-28 Stig BjørlykkeFixed a bug when adjusting summary marked start time.
2007-08-30 Gerald CombsChange the "--enable-setuid-install" option to install...
2007-08-22 Jeff Morrissgcc 4 doesn't like my macro for getting the interface...
2007-08-22 Jeff MorrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2006-05-21 Ronnie Sahlbergname change
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-19 Guy HarrisHave "f_datalen" keep track of the number of bytes...
2005-02-06 Ulf Lampinganother two steps towards privilege seperation:
2005-02-04 Ulf Lampingremove #include "globals.h" from summary.c, as it's...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2003-09-02 Guy HarrisFrom Jean-Michel Fayard: show in Tools:Summary window...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-02-11 Guy HarrisIn Ethereal, attempt to get the packet statistics from...
2000-08-21 Laurent DenielAdd the number of marked packets in the summary window.
2000-06-27 Guy HarrisPatch from Ben Fowler to rename the global variable...
2000-04-13 Gilbert RamirezConsolidate flags in struct frame_data, and add "visite...
1999-12-29 Guy HarrisIf there aren't any packets in the capture (which could...
1999-12-10 Gilbert RamirezMove GTK code out of summary.c and into gtk/summary_dlg.c
1999-12-04 Guy HarrisNow that "wtap_file_type_string()" takes a file type...
1999-10-11 Guy HarrisWhen a new display filter is to be applied, don't set...
1999-09-09 Gilbert RamirezMore shuffling of GTK-related files to gtk subdirectory.
1999-09-01 Gilbert RamirezMoved GTK-dependent routines for file dialogues, print...
1999-08-24 Gilbert RamirezRemoved unnecessary #include "etypes.h" lines.
1999-08-13 Gilbert RamirezMoved global memory alloction used in display filters...
1999-08-10 Guy HarrisBuilding a GList by adding elements to the end with...
1999-08-02 Guy HarrisCheck in Olivier Abad's patch to add dissectors for...
1999-07-13 Gilbert RamirezSince ethereal is now dependent on GTK+-1.2.x (because...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-07-09 Gilbert RamirezAdded the ability to create a read-only ethereal, i...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-07-04 Guy HarrisIn GTK+ 1.0[.x], "gtk_window_set_position()" was called
1999-06-22 Gilbert RamirezAdded Aaron Hillegass' summary dialogue. We're ignoring...