aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-27Have "dissect_control()" construct the subset tvbuff it processes, andguy1-18/+21
2004-02-25Use "tvb_get_string()" rather than duplicating its functionality byguy1-6/+4
2003-12-21warning: ISO C does not allow extra ; outside of a functionjmayer1-2/+2
2003-07-18It looks, from some SNA stuff found on the Web, as if the exceptionguy1-6/+2
2003-07-09Use "sna_rh_eri_truth[]" for the Exception Response Indicator field.guy1-2/+2
2003-03-05Use the reported length, not the captured length, as the fragment lengthguy1-27/+33
2003-03-02From Jochen Friedrich: fix length checking, and improve XID type 3guy1-43/+132
2003-02-13From Jochen Friedrich:guy1-651/+2345
2002-09-23Support re-assembly of fragmented BIUs in SNA packets of TH FID 2gram1-23/+223
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-05-29Put the raw data items at the top level in the protocol tree, as was theguy1-15/+22
2002-05-29From Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043guy1-15/+416
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-3/+5
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-3/+6
2001-11-15Add support for SNA-over-X.25. Add QLLC dissector. I still need togram1-1/+2
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-10/+9
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-69/+69
2001-06-02Correct the values for sna_rh_ru_category_vals, thanks togram1-23/+23
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;guy1-3/+3
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsgram1-21/+2
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-3/+3
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-6/+5
2001-01-10Tvbuffify the SNA dissector.gram1-324/+317
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+3
2001-01-03"hf_sna_rh_csi" is now an FT_UINT8 field, so add it withguy1-2/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-14/+29
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-4/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-92/+92
2000-05-11Add tvbuff class.gram1-105/+105
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsguy1-2/+9
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. Usegram1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-3/+3
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-11-22A "character encoding" variable is now set per packet. The existencegram1-1/+4
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-20/+37
1999-10-26Removed erroneous g_assert().gram1-3/+1
1999-10-22Add support for SNA FID type 4 addresses to the code that handles theguy1-10/+35
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-17/+9
1999-10-21Finished the last two TH types.gram1-5/+119
1999-10-20Finally finished FID4 Transmission Header decoding.gram1-7/+228
1999-10-18Fixes to SNA address display in proto_tree and clist.gram1-33/+71
1999-10-18Decode more TH types.gram1-5/+196