aboutsummaryrefslogtreecommitdiffstats
path: root/sctpppids.h
AgeCommit message (Collapse)AuthorFilesLines
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
2003-01-20Get rid of old ASAP PPID.Michael Tüxen1-7/+1
svn path=/trunk/; revision=6948
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris1-0/+53
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