For a capture file, keep an array of all encapsulation types seen.
[metze/wireshark/wip.git] / ui / gtk / summary_dlg.c
2012-06-15 Guy HarrisFor a capture file, keep an array of all encapsulation...
2012-06-04 Guy HarrisWe need main.h for main_update_for_unsaved_changes...
2012-06-04 Guy HarrisHave a main_update_for_unsaved_changes() routine that...
2012-05-28 Guy HarrisDon't use pcap LINKTYPE_ values in the iface_options...
2012-05-24 Jeff MorrissEnable word wrapping for capture-file comments.
2012-05-24 Jeff MorrissGet rid of the button row for the capture-file comments...
2012-05-24 Jeff MorrissUse cf_update_capture_comment() to save the capture...
2012-05-24 Jeff MorrissFree the new comment after calling gtk_text_buffer_set_...
2012-05-24 Jeff MorrissAlso allow the user to edit the capture-file comment...
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-20 Guy HarrisChange the "user_saved" member of a capture_file struct...
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-04-21 Anders BromanReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-04-18 Jakub ZawadzkiFix some: 'cast discards qualifiers from pointer target...
2012-04-10 Jakub ZawadzkiAdd missing consts.
2012-03-10 Guy HarrisReplace inconsistent tabs with spaces.
2012-03-08 Anders Bromansummary_dlg.c:419: error: 'dl_description' undeclared...
2012-03-08 Anders BromanPut a frame around capture comments, don't depend on...
2012-03-08 Anders BromanUse an OK button rather than save for consistency,...
2012-03-07 Jeff MorrissSet File->Save sensitivity after file or packet comment...
2012-02-26 Anders BromanMark the gile as unsaved if comments are edited
2012-02-26 Anders BromanMake it possible to edit capture comments
2012-02-26 Guy HarrisFor LANalyzer files, make the "File type name" be the...
2012-02-26 Guy HarrisSuppress invalid or non-meaningful statistics - for...
2012-02-24 Michael TüxenFrom Irene Ruengeler: Always show snaplen.
2012-02-23 Anders BromanAdd SHB info to Summary
2012-02-23 Anders BromanHave the used interfaces show up if number of interface...
2012-01-15 Jörg MayerMove gtk to ui/gtk.