summaryrefslogtreecommitdiff
path: root/ui/gtk/sctp_graph_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-24Fix segfault, when only one TSN is capturedruengeler1-6/+24
2016-10-27Fix compile errors in GTK buildMichael Mann1-1/+1
2016-10-26Gtk: remove atoi calls and use ws_strtoi functions.Dario Lombardo1-3/+4
2016-08-07gtk: add assert (CID 1159169).Dario Lombardo1-0/+1
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann1-5/+6
2015-12-19sctp_graph_dlg: fix Expression 'tsn->secs >= min_secs' is always true. Unsign...Alexis La Goutte1-2/+2
2015-12-07SCTP: Fix warning found by PVS Studioruengeler1-4/+4
2015-10-05SCTP I-DATA supportruengeler1-2/+2
2015-10-01Revert "SCTP: Add I_DATA support"Michael Tüxen1-2/+2
2015-10-01Revert "Fix typos."Michael Tüxen1-2/+2
2015-10-01Fix typos.Michael Tüxen1-2/+2
2015-10-01SCTP: Add I_DATA supportruengeler1-2/+2
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-7/+0
2014-03-15Fix -Wabsolute-value in GTK SCTP Graph (Found by Clang 3.5)Alexis La Goutte1-2/+2
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler1-1/+2
2013-10-26From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=93...Pascal Quantin1-2/+4
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-04-19Show Forward_Tsn chunks in the graphIrene Rüngeler1-1/+7
2013-03-28Follow up on bug 8416.Jaap Keuter1-1/+1
2013-03-21From beroset:Bill Meier1-16/+16
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs1-2/+2
2013-01-16Remove redundant call to gtk_box_set_child_packing().Bill Meier1-1/+0
2013-01-06Use gdk_cairo_set_source_rgba and GdkRGBAAnders Broman1-13/+14
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-4/+4
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-1/+1
2012-04-21Missing includeAnders Broman1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-04-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-03-28From Irene Ruengeler: Fix a crash.Michael Tüxen1-3/+5
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/+1867