aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-69/+69
2001-06-02Correct the values for sna_rh_ru_category_vals, thanks toGilbert Ramirez1-23/+23
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris1-3/+3
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez1-21/+2
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-3/+3
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-6/+5
2001-01-10Tvbuffify the SNA dissector.Gilbert Ramirez1-324/+317
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+3
2001-01-03"hf_sna_rh_csi" is now an FT_UINT8 field, so add it withGuy Harris1-2/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-14/+29
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
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