aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't define "vals_wsp_reason_codes[]" in "packet-wsp.h", define it inGuy Harris2003-07-081-20/+4
| | | | | | | | "packet-wsp.c", and just *declare* it in "packet-wsp.h" - no need to have everybody who includes "packet-wsp.h" get their own copy (especially as they might not use it). svn path=/trunk/; revision=7993
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
* From Tom Uijldert: modify MMSE dissector to also accept content that isGuy Harris2002-08-071-2/+5
| | | | | | | | not multipart. Replace my fix to create subtrees for POST data with Tom's. svn path=/trunk/; revision=5968
* From Tom Uijldert: WSP/MMSE changes to handle multipart-content:Guy Harris2001-12-071-1/+4
| | | | | | | | | | | | | | packet-wsp.[ch]: - Proper parameter-dissection - Now handles multipart content - Exports content-type & multipart-dissection - Attach a sub-dissector based on content-type packet-mmse.c: - Dissecting message-content added - Registers with WSP based on content-type. svn path=/trunk/; revision=4353
* Updates from Neil Hunter.Guy Harris2001-02-131-7/+7
| | | | svn path=/trunk/; revision=3026
* Register the WSP dissector, make it static, and have the WTP dissectorGuy Harris2001-01-031-4/+1
| | | | | | call it through a handle. svn path=/trunk/; revision=2815
* WAP support, from Neil Hunter.Guy Harris2000-11-041-0/+67
svn path=/trunk/; revision=2558