aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-27Have "dissect_control()" construct the subset tvbuff it processes, andGuy Harris1-18/+21
2004-02-25Use "tvb_get_string()" rather than duplicating its functionality byGuy Harris1-6/+4
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
2003-07-18It looks, from some SNA stuff found on the Web, as if the exceptionGuy Harris1-6/+2
2003-07-09Use "sna_rh_eri_truth[]" for the Exception Response Indicator field.Guy Harris1-2/+2
2003-03-05Use the reported length, not the captured length, as the fragment lengthGuy Harris1-27/+33
2003-03-02From Jochen Friedrich: fix length checking, and improve XID type 3Guy Harris1-43/+132
2003-02-13From Jochen Friedrich:Guy Harris1-651/+2345
2002-09-23Support re-assembly of fragmented BIUs in SNA packets of TH FID 2Gilbert Ramirez1-23/+223
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-05-29Put the raw data items at the top level in the protocol tree, as was theGuy Harris1-15/+22
2002-05-29From Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043Guy Harris1-15/+416
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+6
2001-11-15Add support for SNA-over-X.25. Add QLLC dissector. I still need toGilbert Ramirez1-1/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris1-10/+9
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