Add the actual dissector for HyperSCSI.
[metze/wireshark/wip.git] / packet-sna.c
2002-09-23 Gilbert RamirezSupport re-assembly of fragmented BIUs in SNA packets...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-29 Guy HarrisPut the raw data items at the top level in the protocol...
2002-05-29 Guy HarrisFrom Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-20 Guy HarrisAllow a length of -1 to be specified when adding FT_NON...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 Ed WarnickeMoved from using dissect_data() to using call_dissector()
2001-11-15 Gilbert RamirezAdd support for SNA-over-X.25. Add QLLC dissector....
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-07-03 Guy HarrisUse the "pinfo" argument, rather than the global "pi...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-02 Gilbert RamirezCorrect the values for sna_rh_ru_category_vals, thanks to
2001-04-19 Guy HarrisFT_UINTn and FT_INTn fields must always have a base...
2001-03-22 Gilbert RamirezMove appletalk- and sna-related address routines out...
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2001-01-25 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-10 Gilbert RamirezTvbuffify the SNA dissector.
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy Harris"hf_sna_rh_csi" is now an FT_UINT8 field, so add it...
2001-01-03 Gilbert RamirezEnsure that all value_string arrays end in {0, NULL...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-17 Guy HarrisRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-04-13 Gilbert RamirezConsolidate flags in struct frame_data, and add "visite...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-11-22 Gilbert RamirezA "character encoding" variable is now set per packet...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-26 Gilbert RamirezRemoved erroneous g_assert().
1999-10-22 Guy HarrisAdd support for SNA FID type 4 addresses to the code...
1999-10-22 Guy HarrisGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-21 Gilbert RamirezFinished the last two TH types.
1999-10-20 Gilbert RamirezFinally finished FID4 Transmission Header decoding.
1999-10-18 Gilbert RamirezFixes to SNA address display in proto_tree and clist.
1999-10-18 Gilbert RamirezDecode more TH types.
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...