aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
AgeCommit message (Collapse)AuthorFilesLines
2000-11-05Make the RTCP, RTP, WSP, and WTP dissectors check whether theirGuy Harris1-15/+8
protocols have been disabled. Get rid of the "no tvbuff" dissectors for WSP and WTP - they're not used (and shouldn't ever be used). Make "dissect_wtp()" static, as it's not used outside "packet-wtp.c". svn path=/trunk/; revision=2568
2000-11-04One of the header files included by "packet-wsp.c", or one of the headerGuy Harris1-1/+8
files one of those header files includes (compute transitive closure here), appears to define DELETE, on Windows, in a fashion that causes "packet-wsp.c" not to compile. Undefine DELETE before using it as a name for an enum value. svn path=/trunk/; revision=2559
2000-11-04WAP support, from Neil Hunter.Guy Harris1-0/+1492
svn path=/trunk/; revision=2558