aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-06From Olivier Biot: WBXML/WMLC support.guy1-6/+6
2002-09-25Replace Transmission ID by Transaction ID (spotted by Olivier Biot)jmayer1-3/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-98/+98
2002-08-07From Tom Uijldert: modify MMSE dissector to also accept content that isguy1-14/+13
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-30Call "proto_item_add_subtree()" to create a subtree for POST data, don'tguy1-5/+9
2002-07-17From Joerg Mayer:guy1-6/+1
2002-06-15Character set values are in hex in the WSP spec; always display them inguy1-3/+3
2002-04-29Use "proto_tree_add_item()" to add the URI string to the protocol tree,guy1-10/+5
2002-04-02From Tom Uijldert: comment out an unused function.guy1-3/+4
2002-02-22From Dermot Bradley:guy1-8/+710
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" in some items forguy1-5/+5
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-4/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-16/+15
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-2/+3
2001-12-07From Tom Uijldert: WSP/MMSE changes to handle multipart-content:guy1-62/+226
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-3/+3
2001-12-03As you set a conversation dissector by supplying a dissector handleguy1-6/+9
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-9/+20
2001-11-21Get rid of some unused variables.guy1-2/+1
2001-10-26Handle the 1.3 and 1.4 Content-Type values in WSP, from Tom Uijldert.guy1-1/+12
2001-10-22From Georg von Zezschwitz: fix an uninitialized variable, dissect theguy1-4/+7
2001-10-18From Georg von Zezschwitz:guy1-48/+29
2001-10-07Fix to show FN_PROFILE_WARNING14, rather than FN_PROFILE_WARNING, asguy1-2/+2
2001-10-07From Georg von Zezschwitz:guy1-34/+41
2001-09-28Push-traffic dissecting for WSP/WTLS, from Tom Uijldert.guy1-6/+191
2001-09-25MMSE support, from Tom Uijldert.guy1-12/+23
2001-09-25If "snprintf()" can't print all the data because there's not enoughguy1-44/+117
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-7/+7
2001-09-03Use "tvb_reported_length_remaining()" to check whether there's data leftguy1-2/+2
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-5/+3
2001-07-30Update from Alexandre P. Ferreira to correctly decode Extended Methodsguy1-15/+29
2001-07-30Use "tvb_strsize()" rather than "tvb_strnlen()" to get the sizeguy1-89/+22
2001-07-20Fix a comment.guy1-2/+2
2001-07-20Don't base the WSP dissector's idea of whether it's running inguy1-11/+24
2001-07-20If the HeadersLen field of a Post or Reply PDU is 0, don't try toguy1-13/+25
2001-07-20Assume that Bearer-indication values are bearer types.guy1-3/+4
2001-07-20Add bearer type names.guy1-24/+180
2001-07-20Clean up a lot of stuff, and implement a bunch of missing stuff; a bunchguy1-753/+1993
2001-07-20Dissect WSP redirects, and set up a conversation and conversationguy1-150/+390
2001-07-03Don't base the protocol column setting in the WSP and WTP dissectors onguy1-18/+28
2001-06-18Many corrections and updates for connection-oriented WSP, from Alexandreguy1-21/+371
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-43/+43
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.guy1-5/+5
2001-02-19Updates from Alexandre P. Ferreira.guy1-33/+54
2001-02-13Updates from Neil Hunter.guy1-2193/+706
2001-02-10Updates from Alexandre P. Ferreira.guy1-66/+132
2001-02-01Updates from Alexandre P. Ferreira.guy1-46/+383
2001-01-30WTLS support and WSP fixes, from Alexandre P. Ferreira.guy1-45/+1451