Make the Zebra dissector, and a routine it uses, static, as they're not
[obnox/wireshark/wip.git] / packet-sna.c
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...