aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
Commit message (Expand)AuthorAgeFilesLines
* From Lo�c Minier: if the field name for "x-wap.tod" is shown as a textGuy Harris2003-08-041-19/+32
* As suggested by Georg von Zezschwitz, check whether all the bytes of theGuy Harris2003-07-291-1/+2
* Fix signed/unsigned comparison warnings.Gilbert Ramirez2003-07-251-6/+6
* Don't define "vals_wsp_reason_codes[]" in "packet-wsp.h", define it inGuy Harris2003-07-081-1/+19
* From Olivier Biot:Guy Harris2003-06-301-1/+13
* The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".Guy Harris2003-05-251-2/+2
* Fix instances where the return value of snprintf() was being checked for -1,Gerald Combs2003-05-241-29/+24
* From Olivier Biot:Guy Harris2003-05-081-2/+194
* From Olivier Biot:Guy Harris2003-03-271-78/+127
* From Olivier Biot: add WSP protocol dissection for extended method PDUs,Guy Harris2003-03-261-3/+41
* From Olivier Biot: WBXML/WMLC support.Guy Harris2003-02-061-6/+6
* Replace Transmission ID by Transaction ID (spotted by Olivier Biot)Jörg Mayer2002-09-251-3/+3
* 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