Delete extra_split if we're not using it. This keeps its handle from
[metze/wireshark/wip.git] / ui / gtk / packet_win.c
2013-08-06 Jakub ZawadzkiRemove hfinfo->bitshift member, add hfinfo_bitshift...
2013-07-21 Jakub ZawadzkiFix error when compiled with --enable-packet-editor
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-06-25 Guy HarrisFix build with packet editor enabled. (Fix a typo...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-03-26 Evan HuusFix c++-compat errors if WANT_PACKET_EDITOR is defined.
2013-03-24 Evan HuusRedissect extra packet windows in all cases (that I...
2013-03-21 Evan HuusFrom Michail Koreshkov via https://bugs.wireshark.org...
2013-03-21 Bill MeierFrom beroset:
2013-01-22 Gerald CombsGTK+:
2012-10-20 Jakub ZawadzkiMake data_source opqaue, add getter for tvb.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-20 Jakub Zawadzkigtk_container_add() -> gtk_box_pack_start() [bug #7377]
2012-07-20 Jakub ZawadzkiFix bug #7377 for:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-16 Guy HarrisMove some routines that specifically handle the main...
2012-06-16 Guy Harrisui/gtk/main_proto_draw.c isn't just used for the main...
2012-06-10 Jakub ZawadzkiClear GtkTreeStore before freeing edt
2012-05-07 Jakub ZawadzkiAvoid calling tvb_get_ptr() on 0-length TVBs.
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-05-04 Jakub ZawadzkiFix opening packet window when frame has got cap_len...
2012-04-21 Anders BromanMore GTK3 adaptations
2012-04-21 Anders BromanReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-01-18 Guy HarrisRestructure the recent file code so that recent.c is...
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerMove gtk to ui/gtk.