aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup_thin.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-06#include <conversation.h> not req'd ....wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27389 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-15Fix several definitionswmeier1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26201 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-15Add prefs callback so tcp_port pref works; Cleanup proto_reg_handoff. wmeier1-14/+17
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26200 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t ↵etxrab1-2/+2
to static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20062 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-08various code cleanup:ulfl1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15264 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-16"dissect_isup_thin()" is a new-style dissector; register it as such.guy1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14653 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-06Dissector for ISUP over TCP.etxrab1-0/+325
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14565 f5534014-38df-0310-8fa8-9805f1628bb7