aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sccp.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-08From Jari Mustajarvi: fix handling of PDUs with 2-byte-long variable andGuy Harris1-1/+5
optional pointers. svn path=/trunk/; revision=9600
2003-12-18Make packet offsets, and lengths, "guint".Guy Harris1-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...). svn path=/trunk/; revision=9338
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping1-22/+22
svn path=/trunk/; revision=9332
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,Guy Harris1-12/+64
and set the direction in pinfo for SS7 packets based on source and destination addresses. svn path=/trunk/; revision=9209
2003-11-06From Michael Lum: have the SCCP dissector register itself by name.Guy Harris1-2/+4
svn path=/trunk/; revision=8896
2003-10-22From Michael Lum: add new SSN values for RANAP, IOS, and BSSAP/BSAP, andGuy Harris1-1/+13
add a heuristic subdissector list. svn path=/trunk/; revision=8750
2003-09-06Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.Guy Harris1-2/+3
Fix up white space. svn path=/trunk/; revision=8398
2003-09-05Fixed a bug introduced by my last update and reported for packet-mtp3.cMichael Tüxen1-12/+12
by Anders Broman. svn path=/trunk/; revision=8394
2003-09-04Indicate the Standard (ITU, ANSI, Chin. ITU) in the protocol column.Michael Tüxen1-3/+12
svn path=/trunk/; revision=8370
2003-06-26From Jeff Morriss: use various value_string tables for various ISNIGuy Harris1-4/+4
parameter fields. svn path=/trunk/; revision=7937
2003-04-19- add better INFO column handling using col_set_fence.Michael Tüxen1-9/+7
- change my e-mail. svn path=/trunk/; revision=7502
2003-04-10From Jeff Morriss: add support for the Chinese ITU variant of SS7.Guy Harris1-45/+93
svn path=/trunk/; revision=7438
2003-03-21From Jeff Morriss fix:Guy Harris1-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) svn path=/trunk/; revision=7358
2003-01-02From Jeff Morriss:Guy Harris1-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. svn path=/trunk/; revision=6837
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-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. svn path=/trunk/; revision=5932
2002-04-13Add an ett_ variable to the "ett[]" array; it was missing.Guy Harris1-2/+3
svn path=/trunk/; revision=5154
2002-04-02From Jeff Morriss: get rid of an unused function argument.Guy Harris1-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. svn path=/trunk/; revision=5089
2002-03-06Remove incorrect usage of ?: expression in favor or the correct,Gilbert Ramirez1-3/+13
and more readable, "if" statement. svn path=/trunk/; revision=4890
2002-03-05From Michael Tuexen: SCCP-atop-M3UA support.Guy Harris1-1/+2
svn path=/trunk/; revision=4867
2002-03-04SCCP support, from Jeff Morriss.Guy Harris1-0/+2205
svn path=/trunk/; revision=4866