aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sccp.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-08From Jari Mustajarvi: fix handling of PDUs with 2-byte-long variable andguy1-1/+5
optional pointers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9600 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-18Make packet offsets, and lengths, "guint".guy1-49/+55
Put in some sanity checking to make sure we don't go completely crazy if an offset goes past the length (we should check as the offset is advanced, but...). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9338 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-17removed some more MSVC warnings (type casting)ulfl1-22/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9332 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,guy1-12/+64
and set the direction in pinfo for SS7 packets based on source and destination addresses. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9209 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-06From Michael Lum: have the SCCP dissector register itself by name.guy1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8896 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-22From Michael Lum: add new SSN values for RANAP, IOS, and BSSAP/BSAP, andguy1-1/+13
add a heuristic subdissector list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8750 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-06Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.guy1-2/+3
Fix up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8398 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-05Fixed a bug introduced by my last update and reported for packet-mtp3.ctuexen1-12/+12
by Anders Broman. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8394 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-04Indicate the Standard (ITU, ANSI, Chin. ITU) in the protocol column.tuexen1-3/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8370 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-26From Jeff Morriss: use various value_string tables for various ISNIguy1-4/+4
parameter fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7937 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-19- add better INFO column handling using col_set_fence.tuexen1-9/+7
- change my e-mail. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7502 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-10From Jeff Morriss: add support for the Chinese ITU variant of SS7.guy1-45/+93
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7438 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-21From Jeff Morriss fix:guy1-52/+60
- endianism issues in most multi-octet parameters - the size of pointers to variable and optional parameters in the LUDT and LUDTS messages (ITU only) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7358 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-02From Jeff Morriss:guy1-8/+27
make ANSI point codes filterable in MTP3; fix a bug in the ANSI SLS dissection; have MTP3 store the SI for use by subdissectors; add a new MTP3-Management dissector. Fix Makefile.nmake to include the Wellfleet HDLC dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6837 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5932 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-13Add an ett_ variable to the "ett[]" array; it was missing.guy1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5154 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-02From Jeff Morriss: get rid of an unused function argument.guy1-8/+6
Use -1 rather than "tvb_length(tvb)" as the length for the top-level protocol item. Don't initialize "sccp_item" - it's not used if "tree" is null. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5089 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-06Remove incorrect usage of ?: expression in favor or the correct,gram1-3/+13
and more readable, "if" statement. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4890 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-05From Michael Tuexen: SCCP-atop-M3UA support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4867 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-04SCCP support, from Jeff Morriss.guy1-0/+2205
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4866 f5534014-38df-0310-8fa8-9805f1628bb7