aboutsummaryrefslogtreecommitdiffstats
path: root/packet-asap.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-665/+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-07-03Update to support latest ID versions:Michael Tüxen1-61/+88
draft-ietf-rserpool-common-param-06.txt draft-ietf-rserpool-asap-09.txt svn path=/trunk/; revision=11302
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
svn path=/trunk/; revision=9387
2003-04-22- get rid of col_set_fence: it will be called in packet-sctp.c only.Michael Tüxen1-4/+3
- replace DATA1 by DATA in packet-m3ua.c (typo) svn path=/trunk/; revision=7529
2003-04-19- added better handling of the INFO column using col_set_fence.Michael Tüxen1-4/+4
- changed my e-mail. svn path=/trunk/; revision=7503
2003-01-20Updated to support latest versions of the Internet Drafts:Michael Tüxen1-341/+131
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-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris1-4/+5
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-11-28Arguments to hash routines are gconstpointer's; assign them to constGuy Harris1-7/+8
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-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-61/+61
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-07-08From Michael Tuexen: update for the ASAP dissector which providesGuy Harris1-254/+546
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-05-02From Joerg Mayer: get rid of an unused argument.Guy Harris1-3/+3
svn path=/trunk/; revision=5347
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-1/+3
functions, from David Frascone. svn path=/trunk/; revision=5288
2002-04-15ASAP support, from Michael Tuexen.Guy Harris1-0/+553
svn path=/trunk/; revision=5168