aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_win.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-2/+2
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-12/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-2/+2
2012-07-20Fix bug #7377 for:Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-16Move some routines that specifically handle the main window's packetGuy Harris1-1/+1
2012-06-16ui/gtk/main_proto_draw.c isn't just used for the main window, it's alsoGuy Harris1-1/+1
2012-06-10Clear GtkTreeStore before freeing edtJakub Zawadzki1-0/+4
2012-05-07Avoid calling tvb_get_ptr() on 0-length TVBs.Jakub Zawadzki1-19/+2
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-05-04Fix opening packet window when frame has got cap_len = 0 (i.e. last frame fro...Jakub Zawadzki1-2/+19
2012-04-21More GTK3 adaptationsAnders Broman1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-2/+2
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-2/+3
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1113