summaryrefslogtreecommitdiff
path: root/ui/gtk/sctp_assoc_analyse.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-8/+8
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+4
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-2/+1
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-20/+42
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-6/+0
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-12/+6
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-10/+19
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-8/+6
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-3/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-12Use the right threshold.Irene Rüngeler1-1/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
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