aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
AgeCommit message (Collapse)AuthorFilesLines
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-5/+8
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10834 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-04Fix the multipart dissection in WSP so media embedded in a multipart entityobiot1-2/+3
gets handed off to subdissectors. However nested multipart entities are not supported yet. Add more information to the WSP protocol summary line. Add some more clarifications (comments) in the WSP code. Skip parsing of URL encoded data if tree is NULL. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9540 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-03From Olivier Biot:guy1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8865 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.guy1-1/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8345 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-08Don't define "vals_wsp_reason_codes[]" in "packet-wsp.h", define it inguy1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7993 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
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-08-07From Tom Uijldert: modify MMSE dissector to also accept content that isguy1-2/+5
not multipart. Replace my fix to create subtrees for POST data with Tom's. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5968 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-07From Tom Uijldert: WSP/MMSE changes to handle multipart-content:guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4353 f5534014-38df-0310-8fa8-9805f1628bb7
2001-02-13Updates from Neil Hunter.guy1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3026 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-03Register the WSP dissector, make it static, and have the WTP dissectorguy1-4/+1
call it through a handle. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2815 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-04WAP support, from Neil Hunter.guy1-0/+67
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2558 f5534014-38df-0310-8fa8-9805f1628bb7