summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_win.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-1/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+0
2013-11-07Try 2 to fix Mac OS X 10.5 buildbotAlexis La Goutte1-0/+1
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki1-4/+4
2013-07-21Fix error when compiled with --enable-packet-editorJakub Zawadzki1-0/+2
2013-07-21Some work on multi file dissectionJakub Zawadzki1-4/+7
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-4/+6
2013-06-25Fix build with packet editor enabled. (Fix a typo while we're at it.)Guy Harris1-31/+30
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-30/+31
2013-03-26Fix c++-compat errors if WANT_PACKET_EDITOR is defined.Evan Huus1-7/+7
2013-03-24Redissect extra packet windows in all cases (that I know of) where weEvan Huus1-24/+58
2013-03-21From Michail Koreshkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Evan Huus1-6/+48
2013-03-21From beroset:Bill Meier1-2/+2
2013-01-22GTK+:Gerald Combs1-1/+1
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