Set the svn:eol-style property on all text files to "native", so that
[obnox/wireshark/wip.git] / packet-wsp.c
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-27 obiotAdd the dissection of a WBXML-encoded Profile-Diff...
2004-04-30 obiotAdd a generic media dissector. The dissectors trying...
2004-04-25 obiotFix highlighting of unknown typed parameter bytes ...
2004-04-20 obiotFix the Content-Type parameter rendering as sometimes...
2004-03-18 geraldCall proto_register_field_array() after proto_register_...
2004-03-08 obiotRemove email addresses and add a reference to the AUTHO...
2004-02-28 guyUpdate URLs for various IANA documents.
2004-02-25 guyUse "tvb_get_string()" instead of allocating a (len...
2004-02-04 obiotUse InterCapNotation on the protocol header field....
2004-01-27 obiotFrom Chris Wilson:
2004-01-23 jmayerChange return type of tvb_format_text from guint8*...
2004-01-10 obiotGet rid of 290 warnings (-pedantic). The only warnigs...
2004-01-09 obiotDecode HEAD, OPTIONS, TRACE, DELETE as GET.
2004-01-04 obiotFix the multipart dissection in WSP so media embedded...
2003-12-23 obiotMove the GSM SMS dissection to a dedicated subdissector...
2003-12-22 obiotMove SIR to a dedicated subdissector.
2003-12-21 jmayerwarning: ISO C does not allow extra ; outside of a...
2003-12-21 jmayerCompiling with -pedantic:
2003-12-19 obiotAdd extra debug logging. Fix typo in debug log explanation.
2003-12-17 obiotGet rid of unused registered header fields. Some white...
2003-12-16 obiotWBXML dissector: Move summary update code outside of...
2003-12-15 obiotRemove unused dissector handles from the WAP dissectors.
2003-12-08 obiotGet rid of the integer media type dissector table in...
2003-12-07 obiotRemove the literal WSP content type dissector table...
2003-12-04 gramAdd {0, NULL} to the vals_wsp_reason_codes value_string...
2003-11-21 guyFrom Olivier Biot:
2003-11-19 guyFrom Olivier Biot:
2003-11-19 guyFrom Olivier Biot: get rid of no-longer-used routines.
2003-11-19 guyFrom Olivier Biot:
2003-11-15 guyFrom Olivier Biot: fix the offset for the Encoding...
2003-11-13 guyFrom Olivier Biot: use "g_strdup_printf()" to generate
2003-11-13 geraldWe can't pass NULLs to proto_tree_add_text(). Replace...
2003-11-12 guyFrom Olivier Biot:
2003-11-07 guyFrom Olivier Biot: implement the Range, Content-Range and
2003-11-07 guyFrom Olivier Biot: add dissection for the Content-Base...
2003-11-04 guyFrom Olivier Biot:
2003-11-03 guyFrom Olivier Biot:
2003-10-28 guyFrom Lo�c Minier: get rid of the second of a pair of...
2003-10-11 guy"add_content_type()" returns either a numerical content...
2003-10-09 guyFrom Biot Olivier:
2003-09-04 guyFrom Olivier Biot: decode the Push-Flag WSP header.
2003-09-02 guyFrom Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP...
2003-08-04 guyFrom Lo�c Minier: if the field name for "x-wap.tod...
2003-07-29 guyAs suggested by Georg von Zezschwitz, check whether...
2003-07-25 gramFix signed/unsigned comparison warnings.
2003-07-08 guyDon't define "vals_wsp_reason_codes[]" in "packet-wsp...
2003-06-30 guyFrom Olivier Biot:
2003-05-25 guyThe last byte of "foo[N]" is "foo[N-1]", not "foo[N]".
2003-05-24 geraldFix instances where the return value of snprintf()...
2003-05-08 guyFrom Olivier Biot:
2003-03-27 guyFrom Olivier Biot:
2003-03-26 guyFrom Olivier Biot: add WSP protocol dissection for...
2003-02-06 guyFrom Olivier Biot: WBXML/WMLC support.
2002-09-25 jmayerReplace Transmission ID by Transaction ID (spotted...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-07 guyFrom Tom Uijldert: modify MMSE dissector to also accept...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-30 guyCall "proto_item_add_subtree()" to create a subtree...
2002-07-17 guyFrom Joerg Mayer:
2002-06-15 guyCharacter set values are in hex in the WSP spec; always...
2002-04-29 guyUse "proto_tree_add_item()" to add the URI string to...
2002-04-02 guyFrom Tom Uijldert: comment out an unused function.
2002-02-22 guyFrom Dermot Bradley:
2002-02-01 guyUse -1 rather than "tvb_length_remaining(tvb, offset...
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-07 guyFrom Tom Uijldert: WSP/MMSE changes to handle multipart...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-12-03 guyAs you set a conversation dissector by supplying a...
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-21 guyGet rid of some unused variables.
2001-10-26 guyHandle the 1.3 and 1.4 Content-Type values in WSP,...
2001-10-22 guyFrom Georg von Zezschwitz: fix an uninitialized variabl...
2001-10-18 guyFrom Georg von Zezschwitz:
2001-10-07 guyFix to show FN_PROFILE_WARNING14, rather than FN_PROFIL...
2001-10-07 guyFrom Georg von Zezschwitz:
2001-09-28 guyPush-traffic dissecting for WSP/WTLS, from Tom Uijldert.
2001-09-25 guyMMSE support, from Tom Uijldert.
2001-09-25 guyIf "snprintf()" can't print all the data because there...
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-09-03 guyUse "tvb_reported_length_remaining()" to check whether...
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-07-30 guyUpdate from Alexandre P. Ferreira to correctly decode...
2001-07-30 guyUse "tvb_strsize()" rather than "tvb_strnlen()" to...
2001-07-20 guyFix a comment.
2001-07-20 guyDon't base the WSP dissector's idea of whether it's...
2001-07-20 guyIf the HeadersLen field of a Post or Reply PDU is 0...
2001-07-20 guyAssume that Bearer-indication values are bearer types.
2001-07-20 guyAdd bearer type names.
2001-07-20 guyClean up a lot of stuff, and implement a bunch of missi...
2001-07-20 guyDissect WSP redirects, and set up a conversation and...
2001-07-03 guyDon't base the protocol column setting in the WSP and...
2001-06-18 guyMany corrections and updates for connection-oriented...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 guyGet rid of END_OF_FRAME references in tvbuffified disse...
2001-02-19 guyUpdates from Alexandre P. Ferreira.
2001-02-13 guyUpdates from Neil Hunter.
next