aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mtp3mg.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-02From Jonathan Perkins; the in ANSI MTP3, the SLC field of SLTM/SLTAGuy Harris1-3/+14
messages is in a different place from where it is in ITU MTP3. svn path=/trunk/; revision=9957
2003-12-06Declaration included the line aboveJörg Mayer1-2/+1
svn path=/trunk/; revision=9183
2003-09-06Fix a comment.Guy Harris1-3/+4
Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL. Fix up white space. svn path=/trunk/; revision=8399
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-05-01From Jeff Morriss: clean up some column setting calls (as a result ofGuy Harris1-22/+23
the recent changes to use the column fence stuff?). svn path=/trunk/; revision=7630
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-5/+6
- 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-113/+130
svn path=/trunk/; revision=7438
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-11/+11
to be using it for stuff that should be hex, and for stuff that should be Boolean. Use BASE_DEC if it should be decimal, BASE_HEX if it should be hex, and make it Boolean if it should be Boolean. svn path=/trunk/; revision=7053
2003-01-06"BYTE_ORDER" is, on some platforms, defined by a header file included byGuy Harris1-38/+35
Ethereal, so you get some compiler complaints by redefining it; don't define BYTE_ORDER as TRUE and then use BYTE_ORDER, just use TRUE. svn path=/trunk/; revision=6853
2003-01-02From Jeff Morriss:Guy Harris1-0/+1210
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