aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sccpmg.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-06Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.Guy Harris1-13/+13
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/+13
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-04-22- get rid of col_set_fence: it will be called in packet-sctp.c only.Michael Tüxen1-4/+2
- replace DATA1 by DATA in packet-m3ua.c (typo) svn path=/trunk/; revision=7529
2003-04-19- add better INFO column handling using col_set_fence.Michael Tüxen1-7/+5
- 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-8/+31
svn path=/trunk/; revision=7438
2003-01-02From Jeff Morriss:Guy Harris1-33/+49
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-09-20From Jeff Morriss: New protocol SCCP-ManagementRonnie Sahlberg1-0/+343
svn path=/trunk/; revision=6309