- some radcom files seem to have a different magic key than the one we
[obnox/wireshark/wip.git] / packet-sna.c
2002-09-23 gramSupport re-assembly of fragmented BIUs in SNA packets...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-29 guyPut the raw data items at the top level in the protocol...
2002-05-29 guyFrom Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-11-15 gramAdd support for SNA-over-X.25. Add QLLC dissector....
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-07-03 guyUse the "pinfo" argument, rather than the global "pi...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-02 gramCorrect the values for sna_rh_ru_category_vals, thanks to
2001-04-19 guyFT_UINTn and FT_INTn fields must always have a base...
2001-03-22 gramMove appletalk- and sna-related address routines out...
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-01-25 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-10 gramTvbuffify the SNA dissector.
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guy"hf_sna_rh_csi" is now an FT_UINT8 field, so add it...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-17 guyRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-04-13 gramConsolidate flags in struct frame_data, and add "visite...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-01-07 guyFix Gerald's e-mail address.
1999-11-22 gramA "character encoding" variable is now set per packet...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-26 gramRemoved erroneous g_assert().
1999-10-22 guyAdd support for SNA FID type 4 addresses to the code...
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-21 gramFinished the last two TH types.
1999-10-20 gramFinally finished FID4 Transmission Header decoding.
1999-10-18 gramFixes to SNA address display in proto_tree and clist.
1999-10-18 gramDecode more TH types.
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...