Commit Graph

14 Commits

Author SHA1 Message Date
Guy Harris 00fbb88229 From Michael Lum: add a preference setting to specify the parameter tag
for "Protocol Data 1", as it changed between draft 7 and RFC 3331.

svn path=/trunk/; revision=9133
2003-12-01 23:26:40 +00:00
Guy Harris 624fe0ec15 Require that field names contain only alphanumerics, "-", "_", and ".".
Fix the names that contained other characters.

svn path=/trunk/; revision=8959
2003-11-13 23:38:33 +00:00
Michael Tüxen fad6cc2fd0 Indicate the version in the protocol column only if multiple versions are supported.
svn path=/trunk/; revision=8371
2003-09-04 14:32:01 +00:00
Michael Tüxen d06dd8a3e9 Fixed a bug in the handling of DATA 1 and DATA 2 parameter handling
reported by Michael Lum.

svn path=/trunk/; revision=7971
2003-07-07 12:51:38 +00:00
Michael Tüxen 27fb63a9fb - get rid of col_set_fence: it will be called in packet-sctp.c only.
- replace DATA1 by DATA in packet-m3ua.c (typo)

svn path=/trunk/; revision=7529
2003-04-22 13:47:38 +00:00
Michael Tüxen 58c20781a0 - add INFO column stuff using fence.
- change my e-mail address

svn path=/trunk/; revision=7500
2003-04-19 20:09:00 +00:00
Guy Harris a002a0fec4 From Christian Falckenberg: beginnings of a MEGACO dissector.
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
2003-01-14 23:53:40 +00:00
Michael Tüxen 15db969b7a - added RFC 3331 indication to the protocol column entry.
svn path=/trunk/; revision=6739
2002-12-03 09:31:48 +00:00
Michael Tüxen f0141612ed - Updated to RFC 3331 version.
- Improved handling of padding bytes.
- Some cleanup of the code.

svn path=/trunk/; revision=6738
2002-12-03 09:29:11 +00:00
Guy Harris 59932f2722 Don't cast away constness, and fix variable and structure member
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-12-02 23:43:30 +00:00
Jörg Mayer 7c4176d868 Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.

svn path=/trunk/; revision=6117
2002-08-28 21:04:11 +00:00
Michael Tüxen d38d643891 Fixed a typo in the table and reformatted it..
svn path=/trunk/; revision=6007
2002-08-17 18:38:41 +00:00
Guy Harris 2d0be610b8 Get rid of an unused argument.
Get rid of C++ comments.

svn path=/trunk/; revision=5334
2002-05-01 08:23:31 +00:00
Guy Harris 21bb9c6d91 M2UA support, from Michael Tuexen.
svn path=/trunk/; revision=5160
2002-04-14 22:52:49 +00:00