aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
Commit message (Expand)AuthorAgeFilesLines
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+4
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-92/+92
* Add tvbuff class.Gilbert Ramirez2000-05-111-105/+105
* Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris2000-04-171-2/+9
* Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2000-04-131-2/+2
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-3/+3
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1999-11-221-1/+4
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-20/+37
* Removed erroneous g_assert().Gilbert Ramirez1999-10-261-3/+1
* Add support for SNA FID type 4 addresses to the code that handles theGuy Harris1999-10-221-10/+35
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-17/+9
* Finished the last two TH types.Gilbert Ramirez1999-10-211-5/+119
* Finally finished FID4 Transmission Header decoding.Gilbert Ramirez1999-10-201-7/+228
* Fixes to SNA address display in proto_tree and clist.Gilbert Ramirez1999-10-181-33/+71
* Decode more TH types.Gilbert Ramirez1999-10-181-5/+196
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-0/+604