aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m2ua.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1160/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-4/+4
convenient to put into a command line (no capital letters, no spaces to require quotes), and one that's a detailed description for use in the UI. Allow either of them in the preferences file or "-o" option; use the detailed description in the UI, and also use it when writing the preferences out, so that the preference will be readable by older versions of Ethereal (assuming the preference existed in that version). Update "README.developer" to give more detail about an enum_val_t (and to put the _t in), and to give a more detailed description of the "radio_buttons" argument to "prefs_register_enum_preference()". svn path=/trunk/; revision=10982
2003-12-01From Michael Lum: add a preference setting to specify the parameter tagGuy Harris1-5/+53
for "Protocol Data 1", as it changed between draft 7 and RFC 3331. svn path=/trunk/; revision=9133
2003-11-13Require that field names contain only alphanumerics, "-", "_", and ".".Guy Harris1-2/+2
Fix the names that contained other characters. svn path=/trunk/; revision=8959
2003-09-04Indicate the version in the protocol column only if multiple versions are ↵Michael Tüxen1-2/+2
supported. svn path=/trunk/; revision=8371
2003-07-07Fixed a bug in the handling of DATA 1 and DATA 2 parameter handlingMichael Tüxen1-3/+3
reported by Michael Lum. svn path=/trunk/; revision=7971
2003-04-22- get rid of col_set_fence: it will be called in packet-sctp.c only.Michael Tüxen1-5/+2
- replace DATA1 by DATA in packet-m3ua.c (typo) svn path=/trunk/; revision=7529
2003-04-19- add INFO column stuff using fence.Michael Tüxen1-4/+5
- change my e-mail address svn path=/trunk/; revision=7500
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris1-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
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