aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
AgeCommit message (Collapse)AuthorFilesLines
2003-11-03From Olivier Biot:Guy Harris1-12/+4
* Use function reference arrays for header parse function lookup (avoids switch()) * Use macros for the common parts of the header parse functions * Use macros for identical header dissection functions * Implement many missing header parse functions * Automatic header parse error notification * Some minor edits * Add HTTP equivalents to WSP status codes svn path=/trunk/; revision=8865
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris1-1/+11
svn path=/trunk/; revision=8345
2003-07-08Don't define "vals_wsp_reason_codes[]" in "packet-wsp.h", define it inGuy Harris1-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
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-07From Tom Uijldert: modify MMSE dissector to also accept content that isGuy Harris1-2/+5
not multipart. Replace my fix to create subtrees for POST data with Tom's. svn path=/trunk/; revision=5968
2001-12-07From Tom Uijldert: WSP/MMSE changes to handle multipart-content:Guy Harris1-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
2001-02-13Updates from Neil Hunter.Guy Harris1-7/+7
svn path=/trunk/; revision=3026
2001-01-03Register the WSP dissector, make it static, and have the WTP dissectorGuy Harris1-4/+1
call it through a handle. svn path=/trunk/; revision=2815
2000-11-04WAP support, from Neil Hunter.Guy Harris1-0/+67
svn path=/trunk/; revision=2558