aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-98/+98
* From Tom Uijldert: modify MMSE dissector to also accept content that isGuy Harris2002-08-071-14/+13
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Call "proto_item_add_subtree()" to create a subtree for POST data, don'tGuy Harris2002-07-301-5/+9
* From Joerg Mayer:Guy Harris2002-07-171-6/+1
* Character set values are in hex in the WSP spec; always display them inGuy Harris2002-06-151-3/+3
* Use "proto_tree_add_item()" to add the URI string to the protocol tree,Guy Harris2002-04-291-10/+5
* From Tom Uijldert: comment out an unused function.Guy Harris2002-04-021-3/+4
* From Dermot Bradley:Guy Harris2002-02-221-8/+710
* Use -1 rather than "tvb_length_remaining(tvb, offset)" in some items forGuy Harris2002-02-011-5/+5
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-16/+15
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* From Tom Uijldert: WSP/MMSE changes to handle multipart-content:Guy Harris2001-12-071-62/+226
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+3
* As you set a conversation dissector by supplying a dissector handleGuy Harris2001-12-031-6/+9
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-9/+20
* Get rid of some unused variables.Guy Harris2001-11-211-2/+1
* Handle the 1.3 and 1.4 Content-Type values in WSP, from Tom Uijldert.Guy Harris2001-10-261-1/+12
* From Georg von Zezschwitz: fix an uninitialized variable, dissect theGuy Harris2001-10-221-4/+7
* From Georg von Zezschwitz:Guy Harris2001-10-181-48/+29
* Fix to show FN_PROFILE_WARNING14, rather than FN_PROFILE_WARNING, asGuy Harris2001-10-071-2/+2
* From Georg von Zezschwitz:Guy Harris2001-10-071-34/+41
* Push-traffic dissecting for WSP/WTLS, from Tom Uijldert.Guy Harris2001-09-281-6/+191
* MMSE support, from Tom Uijldert.Guy Harris2001-09-251-12/+23
* If "snprintf()" can't print all the data because there's not enoughGuy Harris2001-09-251-44/+117
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-7/+7
* Use "tvb_reported_length_remaining()" to check whether there's data leftGuy Harris2001-09-031-2/+2
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-5/+3
* Update from Alexandre P. Ferreira to correctly decode Extended MethodsGuy Harris2001-07-301-15/+29
* Use "tvb_strsize()" rather than "tvb_strnlen()" to get the sizeGuy Harris2001-07-301-89/+22
* Fix a comment.Guy Harris2001-07-201-2/+2
* Don't base the WSP dissector's idea of whether it's running inGuy Harris2001-07-201-11/+24
* If the HeadersLen field of a Post or Reply PDU is 0, don't try toGuy Harris2001-07-201-13/+25
* Assume that Bearer-indication values are bearer types.Guy Harris2001-07-201-3/+4
* Add bearer type names.Guy Harris2001-07-201-24/+180
* Clean up a lot of stuff, and implement a bunch of missing stuff; a bunchGuy Harris2001-07-201-753/+1993
* Dissect WSP redirects, and set up a conversation and conversationGuy Harris2001-07-201-150/+390
* Don't base the protocol column setting in the WSP and WTP dissectors onGuy Harris2001-07-031-18/+28
* Many corrections and updates for connection-oriented WSP, from AlexandreGuy Harris2001-06-181-21/+371
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-43/+43
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-5/+5
* Updates from Alexandre P. Ferreira.Guy Harris2001-02-191-33/+54
* Updates from Neil Hunter.Guy Harris2001-02-131-2193/+706
* Updates from Alexandre P. Ferreira.Guy Harris2001-02-101-66/+132
* Updates from Alexandre P. Ferreira.Guy Harris2001-02-011-46/+383
* WTLS support and WSP fixes, from Alexandre P. Ferreira.Guy Harris2001-01-301-45/+1451
* Fix up the indentation, to make it correct, and to keep the code fromGuy Harris2001-01-281-134/+130
* Make a bunch of routines not used outside of "packet-wsp.c" static.Guy Harris2001-01-281-20/+20