aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-21Compiling with -pedantic:Jörg Mayer1-5/+5
2003-12-19Add extra debug logging. Fix typo in debug log explanation.Olivier Biot1-4/+47
2003-12-17Get rid of unused registered header fields. Some white-space changes.Olivier Biot1-58/+25
2003-12-16WBXML dissector: Move summary update code outside of if (tree) construct.Olivier Biot1-340/+920
2003-12-15Remove unused dissector handles from the WAP dissectors.Olivier Biot1-142/+129
2003-12-08Get rid of the integer media type dissector table in WSP, WBXML and MMSE.Olivier Biot1-49/+22
2003-12-07Remove the literal WSP content type dissector table, and replace it with the ...Olivier Biot1-7/+5
2003-12-04Add {0, NULL} to the vals_wsp_reason_codes value_string array.Gilbert Ramirez1-1/+3
2003-11-21From Olivier Biot:Guy Harris1-46/+95
2003-11-19From Olivier Biot:Guy Harris1-21/+42
2003-11-19From Olivier Biot: get rid of no-longer-used routines.Guy Harris1-124/+2
2003-11-19From Olivier Biot:Guy Harris1-102/+141
2003-11-15From Olivier Biot: fix the offset for the Encoding-Version header in theGuy Harris1-2/+2
2003-11-13From Olivier Biot: use "g_strdup_printf()" to generateGuy Harris1-84/+31
2003-11-13We can't pass NULLs to proto_tree_add_text(). Replace a bunch of occurrencesGerald Combs1-14/+23
2003-11-12From Olivier Biot:Guy Harris1-153/+211
2003-11-07From Olivier Biot: implement the Range, Content-Range andGuy Harris1-24/+245
2003-11-07From Olivier Biot: add dissection for the Content-Base headeer.Guy Harris1-4/+13
2003-11-04From Olivier Biot:Guy Harris1-306/+427
2003-11-03From Olivier Biot:Guy Harris1-2692/+3459
2003-10-28From Lo�c Minier: get rid of the second of a pair of identical checks.Guy Harris1-7/+7
2003-10-11"add_content_type()" returns either a numerical content type and a nullGuy Harris1-63/+115
2003-10-09From Biot Olivier:Guy Harris1-63/+78
2003-09-04From Olivier Biot: decode the Push-Flag WSP header.Guy Harris1-1/+86
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris1-3/+21
2003-08-04From Lo�c Minier: if the field name for "x-wap.tod" is shown as a textGuy Harris1-19/+32
2003-07-29As suggested by Georg von Zezschwitz, check whether all the bytes of theGuy Harris1-1/+2
2003-07-25Fix signed/unsigned comparison warnings.Gilbert Ramirez1-6/+6
2003-07-08Don't define "vals_wsp_reason_codes[]" in "packet-wsp.h", define it inGuy Harris1-1/+19
2003-06-30From Olivier Biot:Guy Harris1-1/+13
2003-05-25The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".Guy Harris1-2/+2
2003-05-24Fix instances where the return value of snprintf() was being checked for -1,Gerald Combs1-29/+24
2003-05-08From Olivier Biot:Guy Harris1-2/+194
2003-03-27From Olivier Biot:Guy Harris1-78/+127
2003-03-26From Olivier Biot: add WSP protocol dissection for extended method PDUs,Guy Harris1-3/+41
2003-02-06From Olivier Biot: WBXML/WMLC support.Guy Harris1-6/+6
2002-09-25Replace Transmission ID by Transaction ID (spotted by Olivier Biot)Jörg Mayer1-3/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-98/+98
2002-08-07From Tom Uijldert: modify MMSE dissector to also accept content that isGuy Harris1-14/+13
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-30Call "proto_item_add_subtree()" to create a subtree for POST data, don'tGuy Harris1-5/+9
2002-07-17From Joerg Mayer:Guy Harris1-6/+1
2002-06-15Character set values are in hex in the WSP spec; always display them inGuy Harris1-3/+3
2002-04-29Use "proto_tree_add_item()" to add the URI string to the protocol tree,Guy Harris1-10/+5
2002-04-02From Tom Uijldert: comment out an unused function.Guy Harris1-3/+4
2002-02-22From Dermot Bradley:Guy Harris1-8/+710
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" in some items forGuy Harris1-5/+5
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-16/+15