aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-23Move the GSM SMS dissection to a dedicated subdissector (currently still withinobiot1-3/+5
2003-12-22Move SIR to a dedicated subdissector.obiot1-74/+118
2003-12-21warning: ISO C does not allow extra ; outside of a functionjmayer1-8/+8
2003-12-21Compiling with -pedantic:jmayer1-5/+5
2003-12-19Add extra debug logging. Fix typo in debug log explanation.obiot1-4/+47
2003-12-17Get rid of unused registered header fields. Some white-space changes.obiot1-58/+25
2003-12-16WBXML dissector: Move summary update code outside of if (tree) construct.obiot1-340/+920
2003-12-15Remove unused dissector handles from the WAP dissectors.obiot1-142/+129
2003-12-08Get rid of the integer media type dissector table in WSP, WBXML and MMSE.obiot1-49/+22
2003-12-07Remove the literal WSP content type dissector table, and replace it with the ...obiot1-7/+5
2003-12-04Add {0, NULL} to the vals_wsp_reason_codes value_string array.gram1-1/+3
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