aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/sctp_stat.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler1-1411/+0
svn path=/trunk/; revision=52945
2013-10-24Revert previous commit of Irene, which doesn't work (yet).Michael Tüxen1-0/+1411
svn path=/trunk/; revision=52814
2013-10-24Move sctp_stat to ui to make it independent from gtk.Irene Rüngeler1-1411/+0
svn path=/trunk/; revision=52812
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-12/+12
svn path=/trunk/; revision=50772
2013-04-19Initialize another variable.Irene Rüngeler1-1/+1
svn path=/trunk/; revision=48926
2013-04-19Show Forward_Tsn chunks in the graphIrene Rüngeler1-44/+123
svn path=/trunk/; revision=48925
2013-03-21From beroset:Bill Meier1-46/+46
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10404 Note: The following parts of the patch had been previously done: asn1/snmp/packet-snmp-template.c epan/dissectors/packet-snmp.c epan/dissectors/packet-x11.c Also; hostlist_table.c: code under '#ifdef HAVE_GEOIP' didn't compile and needed a few additional patches. svn path=/trunk/; revision=48447
2012-11-23Fix bug reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8011Irene Rüngeler1-1/+0
svn path=/trunk/; revision=46153
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ↵Jakub Zawadzki1-2/+0
cleanup code by removing them. svn path=/trunk/; revision=45201
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-4/+4
svn path=/trunk/; revision=42053
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1337
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518