aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.h
AgeCommit message (Collapse)AuthorFilesLines
2008-09-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2848 :morriss1-0/+7
Decode SUA GT digits. This removes the (undecoded, raw BCD) FT_BYTES field sua.global_title_signals and adds an FT_STRING field sua.global_title_digits (like in SCCP). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26262 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards ↵lego1-5/+15
TCAP/(MAP/IMAP/CAMEL) - Fix SUA calls (I would need some more traces to test this) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21235 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-22Mine:lego1-1/+7
* add SUA to the "VoIP Calls" tap. * propagate changes to packet-sccp.h to other dissectors From Neil Piercy: * add SLR, DLR and CAUSE to COL_INFO git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21126 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21packet_info.c and packet.clego1-13/+40
add sccp_info to struct _packet_info (Sorry but the way private_data works and the fact that TCAP uses it and BSSAP/RANAP can be tunnelled on GSMMAP over TCAP makes it impossible to avoid) SCCP - Have SCCP to have a TAP, - Fix associations so that every message belongs to the association. - Export message type values so that they can be used by a tap listener RANAP - Have RANAP information attached to the sccp_info BSSAP + GSM_A - Have DTAP, BSSMAP and BSSAP info attached to the sccp_info git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21076 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-09GCC warning fixesjmayer1-18/+18
epan/dissectors/ packet-bctp.c: no newline at end of file packet-epl.c: C++ style comments are not allowed in ISO C90 packet-sccp.c: missing initializer packet-sccp.h: comma at end of enumerator list packet-sctp.c: suggest parentheses around assignment used as truth value packet-vnc.c: control reaches end of non-void function pointer targets in passing argument 1 of 'g_strtod' differ in signedness pointer targets in passing argument 3 of 'vnc_client_to_server' differ in signedness gtk/ main.c: C++ style comments are not allowed in ISO C90 u3.h: function declaration isn't a prototype Other (trivial) stuff packet-sccp.h: Add svn properties git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21011 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-05prepare for in-tree call tracing of bssap and ranap.lego1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20978 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-03Add an optional generated id to each association and have a tree with links ↵lego1-6/+14
to all messages of the association bellow it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20967 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-11use se_trees instead of GHashTables,lego1-0/+49
rename binding into assoc(iation) which is the AOC name. move the definition of sccp_assoc_t to packet-sccp.h so that information regarding sccp associations it can be used by user protocols git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17590 f5534014-38df-0310-8fa8-9805f1628bb7