aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
Commit message (Expand)AuthorAgeFilesLines
* Have "dissect_control()" construct the subset tvbuff it processes, andGuy Harris2004-02-271-18/+21
* Use "tvb_get_string()" rather than duplicating its functionality byGuy Harris2004-02-251-6/+4
* warning: ISO C does not allow extra ; outside of a functionJörg Mayer2003-12-211-2/+2
* It looks, from some SNA stuff found on the Web, as if the exceptionGuy Harris2003-07-181-6/+2
* Use "sna_rh_eri_truth[]" for the Exception Response Indicator field.Guy Harris2003-07-091-2/+2
* Use the reported length, not the captured length, as the fragment lengthGuy Harris2003-03-051-27/+33
* From Jochen Friedrich: fix length checking, and improve XID type 3Guy Harris2003-03-021-43/+132
* From Jochen Friedrich:Guy Harris2003-02-131-651/+2345
* Support re-assembly of fragmented BIUs in SNA packets of TH FID 2Gilbert Ramirez2002-09-231-23/+223
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Put the raw data items at the top level in the protocol tree, as was theGuy Harris2002-05-291-15/+22
* From Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043Guy Harris2002-05-291-15/+416
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+6
* Add support for SNA-over-X.25. Add QLLC dissector. I still need toGilbert Ramirez2001-11-151-1/+2
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-10/+9
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-69/+69
* Correct the values for sna_rh_ru_category_vals, thanks toGilbert Ramirez2001-06-021-23/+23
* FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris2001-04-191-3/+3
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-21/+2
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-3/+3
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-6/+5
* Tvbuffify the SNA dissector.Gilbert Ramirez2001-01-101-324/+317
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* "hf_sna_rh_csi" is now an FT_UINT8 field, so add it withGuy Harris2001-01-031-2/+2
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-14/+29
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* 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