aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-60/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
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
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-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". svn path=/trunk/; revision=10834
2004-01-04Fix the multipart dissection in WSP so media embedded in a multipart entityOlivier Biot1-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. svn path=/trunk/; revision=9540
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