Add the actual dissector for HyperSCSI.
[metze/wireshark/wip.git] / packet-wsp.c
2002-09-25 Jörg MayerReplace Transmission ID by Transaction ID (spotted...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-07 Guy HarrisFrom Tom Uijldert: modify MMSE dissector to also accept...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-30 Guy HarrisCall "proto_item_add_subtree()" to create a subtree...
2002-07-17 Guy HarrisFrom Joerg Mayer:
2002-06-15 Guy HarrisCharacter set values are in hex in the WSP spec; always...
2002-04-29 Guy HarrisUse "proto_tree_add_item()" to add the URI string to...
2002-04-02 Guy HarrisFrom Tom Uijldert: comment out an unused function.
2002-02-22 Guy HarrisFrom Dermot Bradley:
2002-02-01 Guy HarrisUse -1 rather than "tvb_length_remaining(tvb, offset...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-08 Guy HarrisAttach a descriptive name field type and base to dissec...
2001-12-07 Guy HarrisFrom Tom Uijldert: WSP/MMSE changes to handle multipart...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-12-03 Guy HarrisAs you set a conversation dissector by supplying a...
2001-11-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
2001-11-21 Guy HarrisGet rid of some unused variables.
2001-10-26 Guy HarrisHandle the 1.3 and 1.4 Content-Type values in WSP,...
2001-10-22 Guy HarrisFrom Georg von Zezschwitz: fix an uninitialized variabl...
2001-10-18 Guy HarrisFrom Georg von Zezschwitz:
2001-10-07 Guy HarrisFix to show FN_PROFILE_WARNING14, rather than FN_PROFIL...
2001-10-07 Guy HarrisFrom Georg von Zezschwitz:
2001-09-28 Guy HarrisPush-traffic dissecting for WSP/WTLS, from Tom Uijldert.
2001-09-25 Guy HarrisMMSE support, from Tom Uijldert.
2001-09-25 Guy HarrisIf "snprintf()" can't print all the data because there...
2001-09-14 Guy HarrisMake the resolution for time values be nanoseconds...
2001-09-03 Guy HarrisUse "tvb_reported_length_remaining()" to check whether...
2001-09-03 Guy HarrisInstead of having a single datum attached to a conversa...
2001-07-30 Guy HarrisUpdate from Alexandre P. Ferreira to correctly decode...
2001-07-30 Guy HarrisUse "tvb_strsize()" rather than "tvb_strnlen()" to...
2001-07-20 Guy HarrisFix a comment.
2001-07-20 Guy HarrisDon't base the WSP dissector's idea of whether it's...
2001-07-20 Guy HarrisIf the HeadersLen field of a Post or Reply PDU is 0...
2001-07-20 Guy HarrisAssume that Bearer-indication values are bearer types.
2001-07-20 Guy HarrisAdd bearer type names.
2001-07-20 Guy HarrisClean up a lot of stuff, and implement a bunch of missi...
2001-07-20 Guy HarrisDissect WSP redirects, and set up a conversation and...
2001-07-03 Guy HarrisDon't base the protocol column setting in the WSP and...
2001-06-18 Guy HarrisMany corrections and updates for connection-oriented...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 Guy HarrisGet rid of END_OF_FRAME references in tvbuffified disse...
2001-02-19 Guy HarrisUpdates from Alexandre P. Ferreira.
2001-02-13 Guy HarrisUpdates from Neil Hunter.
2001-02-10 Guy HarrisUpdates from Alexandre P. Ferreira.
2001-02-01 Guy HarrisUpdates from Alexandre P. Ferreira.
2001-01-30 Guy HarrisWTLS support and WSP fixes, from Alexandre P. Ferreira.
2001-01-28 Guy HarrisFix up the indentation, to make it correct, and to...
2001-01-28 Guy HarrisMake a bunch of routines not used outside of "packet...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-16 Guy HarrisFix another "match_strval()" call.
2001-01-16 Guy HarrisThe PDU type of a WSP packet is presumably not signed...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Gilbert RamirezEnsure that all value_string arrays end in {0, NULL...
2001-01-03 Guy HarrisRegister the WSP dissector, make it static, and have...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-02 Guy HarrisSome tvbuffified dissectors weren't setting "pinfo...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-05 Guy HarrisMake the RTCP, RTP, WSP, and WTP dissectors check wheth...
2000-11-04 Guy HarrisOne of the header files included by "packet-wsp.c"...
2000-11-04 Guy HarrisWAP support, from Neil Hunter.