aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m2ua.c
AgeCommit message (Collapse)AuthorFilesLines
2002-12-03- added RFC 3331 indication to the protocol column entry.Michael Tüxen1-2/+2
svn path=/trunk/; revision=6739
2002-12-03- Updated to RFC 3331 version.Michael Tüxen1-420/+302
- Improved handling of padding bytes. - Some cleanup of the code. svn path=/trunk/; revision=6738
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-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
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-67/+67
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-17Fixed a typo in the table and reformatted it..Michael Tüxen1-197/+42
svn path=/trunk/; revision=6007
2002-05-01Get rid of an unused argument.Guy Harris1-7/+7
Get rid of C++ comments. svn path=/trunk/; revision=5334
2002-04-14M2UA support, from Michael Tuexen.Guy Harris1-0/+1387
svn path=/trunk/; revision=5160