From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.
[obnox/wireshark/wip.git] / packet-wsp.c
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.
2001-02-10 guyUpdates from Alexandre P. Ferreira.
2001-02-01 guyUpdates from Alexandre P. Ferreira.
2001-01-30 guyWTLS support and WSP fixes, from Alexandre P. Ferreira.
2001-01-28 guyFix up the indentation, to make it correct, and to...
2001-01-28 guyMake a bunch of routines not used outside of "packet...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-16 guyFix another "match_strval()" call.
2001-01-16 guyThe PDU type of a WSP packet is presumably not signed...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyRegister the WSP dissector, make it static, and have...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-02 guySome tvbuffified dissectors weren't setting "pinfo...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-05 guyMake the RTCP, RTP, WSP, and WTP dissectors check wheth...
2000-11-04 guyOne of the header files included by "packet-wsp.c"...
2000-11-04 guyWAP support, from Neil Hunter.