aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup_thin.c
AgeCommit message (Collapse)AuthorFilesLines
2008-09-15Fix several definitionsBill Meier1-3/+3
svn path=/trunk/; revision=26201
2008-09-15Add prefs callback so tcp_port pref works; Cleanup proto_reg_handoff. Bill Meier1-14/+17
svn path=/trunk/; revision=26200
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t ↵Anders Broman1-2/+2
to static. svn path=/trunk/; revision=20062
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2005-08-08various code cleanup:Ulf Lamping1-4/+0
-use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants svn path=/trunk/; revision=15264
2005-06-16"dissect_isup_thin()" is a new-style dissector; register it as such.Guy Harris1-4/+2
svn path=/trunk/; revision=14653
2005-06-06Dissector for ISUP over TCP.Anders Broman1-0/+325
svn path=/trunk/; revision=14565