aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-21From Olivier Biot:guy1-46/+95
2003-11-19From Olivier Biot:guy1-21/+42
2003-11-19From Olivier Biot: get rid of no-longer-used routines.guy1-124/+2
2003-11-19From Olivier Biot:guy1-102/+141
2003-11-15From Olivier Biot: fix the offset for the Encoding-Version header in theguy1-2/+2
2003-11-13From Olivier Biot: use "g_strdup_printf()" to generateguy1-84/+31
2003-11-13We can't pass NULLs to proto_tree_add_text(). Replace a bunch of occurrencesgerald1-14/+23
2003-11-12From Olivier Biot:guy1-153/+211
2003-11-07From Olivier Biot: implement the Range, Content-Range andguy1-24/+245
2003-11-07From Olivier Biot: add dissection for the Content-Base headeer.guy1-4/+13
2003-11-04From Olivier Biot:guy1-306/+427
2003-11-03From Olivier Biot:guy1-2692/+3459
2003-10-28From Lo�c Minier: get rid of the second of a pair of identical checks.guy1-7/+7
2003-10-11"add_content_type()" returns either a numerical content type and a nullguy1-63/+115
2003-10-09From Biot Olivier:guy1-63/+78
2003-09-04From Olivier Biot: decode the Push-Flag WSP header.guy1-1/+86
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.guy1-3/+21
2003-08-04From Lo�c Minier: if the field name for "x-wap.tod" is shown as a textguy1-19/+32
2003-07-29As suggested by Georg von Zezschwitz, check whether all the bytes of theguy1-1/+2
2003-07-25Fix signed/unsigned comparison warnings.gram1-6/+6
2003-07-08Don't define "vals_wsp_reason_codes[]" in "packet-wsp.h", define it inguy1-1/+19
2003-06-30From Olivier Biot:guy1-1/+13
2003-05-25The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".guy1-2/+2
2003-05-24Fix instances where the return value of snprintf() was being checked for -1,gerald1-29/+24
2003-05-08From Olivier Biot:guy1-2/+194
2003-03-27From Olivier Biot:guy1-78/+127
2003-03-26From Olivier Biot: add WSP protocol dissection for extended method PDUs,guy1-3/+41
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