aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m2ua.c
Commit message (Collapse)AuthorAgeFilesLines
* - get rid of col_set_fence: it will be called in packet-sctp.c only.Michael Tüxen2003-04-221-5/+2
| | | | | | - replace DATA1 by DATA in packet-m3ua.c (typo) svn path=/trunk/; revision=7529
* - add INFO column stuff using fence.Michael Tüxen2003-04-191-4/+5
| | | | | | - change my e-mail address svn path=/trunk/; revision=7500
* From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris2003-01-141-3/+3
| | | | | | | | Move SCTP payload protocol IDs to a header file, and get the PPIDs from that header file rather than defining them in dissectors running atop SCTP. Use both the old(?) and official PPID for ASAP. svn path=/trunk/; revision=6926
* - added RFC 3331 indication to the protocol column entry.Michael Tüxen2002-12-031-2/+2
| | | | svn path=/trunk/; revision=6739
* - Updated to RFC 3331 version.Michael Tüxen2002-12-031-420/+302
| | | | | | | - Improved handling of padding bytes. - Some cleanup of the code. svn path=/trunk/; revision=6738
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-6/+6
| | | | | | | | | | | | | qualifiers as necessary to ensure that we don't have to. "strcmp()", "strcasecmp()", and "memcmp()" don't return booleans; don't test their results as if they did. Use "guint8", not "guchar", for a pointer to (one or more) 8-bit bytes. Update Michael Tuexen's e-mail address. svn path=/trunk/; revision=6726
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-67/+67
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
* Fixed a typo in the table and reformatted it..Michael Tüxen2002-08-171-197/+42
| | | | svn path=/trunk/; revision=6007
* Get rid of an unused argument.Guy Harris2002-05-011-7/+7
| | | | | | Get rid of C++ comments. svn path=/trunk/; revision=5334
* M2UA support, from Michael Tuexen.Guy Harris2002-04-141-0/+1387
svn path=/trunk/; revision=5160