aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/sctp_assoc_analyse.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler1-8/+2
2013-10-24Revert previous commit of Irene, which doesn't work (yet).Michael Tüxen1-1/+1
2013-10-24Move sctp_stat to ui to make it independent from gtk.Irene Rüngeler1-1/+1
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+3
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+1
2013-05-29Bugfix crash when 'SCTP' -> 'Prepare Filter for this Association' has no asso...Michael Mann1-0/+2
2013-03-21From beroset:Bill Meier1-6/+6
2013-03-08Don't try to show an IP address if none is present.Irene Rüngeler1-24/+28
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs1-2/+2
2013-01-15Cleanup:Bill Meier1-194/+291
2013-01-15Fix several window resize behavior differences between Gtk2 & Gtk3.Bill Meier1-6/+7
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-4/+4
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-1/+4
2012-04-21More GTK3 adaptationsAnders Broman1-3/+3
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-16/+16
2012-04-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+984