aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-4/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-92/+92
2000-05-11Add tvbuff class.Gilbert Ramirez1-105/+105
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris1-2/+9
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-3/+3
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-22A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1-1/+4
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-20/+37
1999-10-26Removed erroneous g_assert().Gilbert Ramirez1-3/+1
1999-10-22Add support for SNA FID type 4 addresses to the code that handles theGuy Harris1-10/+35
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-17/+9
1999-10-21Finished the last two TH types.Gilbert Ramirez1-5/+119
1999-10-20Finally finished FID4 Transmission Header decoding.Gilbert Ramirez1-7/+228
1999-10-18Fixes to SNA address display in proto_tree and clist.Gilbert Ramirez1-33/+71
1999-10-18Decode more TH types.Gilbert Ramirez1-5/+196
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-0/+604