Commit Graph

10 Commits

Author SHA1 Message Date
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 7535bb2016 - added better handling of the INFO column using col_set_fence.
- changed my e-mail.

svn path=/trunk/; revision=7503
2003-04-19 20:14:35 +00:00
Michael Tüxen 0930480b09 Updated to support latest versions of the Internet Drafts:
http://www.ietf.org/internet-drafts/draft-ietf-rserpool-common-param-02.txt
  http://www.ietf.org/internet-drafts/draft-ietf-rserpool-asap-05.txt

svn path=/trunk/; revision=6949
2003-01-20 22:49:36 +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
Guy Harris a56c79201d Arguments to hash routines are gconstpointer's; assign them to const
pointers.

The first argument to "sscanf()" is a "const char *"; don't cast const
pointers to "char *" when passing them to "sscanf()".

Assign the result of "tvb_get_ptr()" to const pointers, not non-const
pointers.

Make the "pdata" argument to various DCE routines a const pointer.

svn path=/trunk/; revision=6688
2002-11-28 03:57:50 +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
Guy Harris 225914a343 From Michael Tuexen: update for the ASAP dissector which provides
support for the new version of the I-Ds

    http://www.ietf.org/internet-drafts/draft-ietf-rserpool-common-param-01.txt
    http://www.ietf.org/internet-drafts/draft-ietf-rserpool-asap-04.txt

svn path=/trunk/; revision=5843
2002-07-08 21:09:32 +00:00
Guy Harris b3cd38fc24 From Joerg Mayer: get rid of an unused argument.
svn path=/trunk/; revision=5347
2002-05-02 07:49:43 +00:00
Guy Harris 9a80f0a521 Removal (or, at least, #ifdeffing out) of unused variables and
functions, from David Frascone.

svn path=/trunk/; revision=5288
2002-04-29 08:20:18 +00:00
Guy Harris cec44f7274 ASAP support, from Michael Tuexen.
svn path=/trunk/; revision=5168
2002-04-15 21:47:59 +00:00