aboutsummaryrefslogtreecommitdiffstats
path: root/packet-asap.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.gram1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-03Update to support latest ID versions:tuexen1-61/+88
draft-ietf-rserpool-common-param-06.txt draft-ietf-rserpool-asap-09.txt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11302 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-21warning: ISO C does not allow extra ; outside of a functionjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9387 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-22- get rid of col_set_fence: it will be called in packet-sctp.c only.tuexen1-4/+3
- replace DATA1 by DATA in packet-m3ua.c (typo) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7529 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-19- added better handling of the INFO column using col_set_fence.tuexen1-4/+4
- changed my e-mail. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7503 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-20Updated to support latest versions of the Internet Drafts:tuexen1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6949 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6926 f5534014-38df-0310-8fa8-9805f1628bb7
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6688 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-61/+61
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2002-07-08From Michael Tuexen: update for the ASAP dissector which providesguy1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5843 f5534014-38df-0310-8fa8-9805f1628bb7
2002-05-02From Joerg Mayer: get rid of an unused argument.guy1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5347 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-1/+3
functions, from David Frascone. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5288 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-15ASAP support, from Michael Tuexen.guy1-0/+553
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5168 f5534014-38df-0310-8fa8-9805f1628bb7