aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-04Back out the previous change - the problem wasn't what I thought it was.Guy Harris1-7/+8
2004-03-03Don't show "func=" if the P/F bit isn't set.Guy Harris1-7/+7
2004-01-20From Jan Kiszka: compress the summary line display.Guy Harris1-8/+9
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-4/+10
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris1-176/+126
2003-09-02Use "dissect_xdlc_control()" to dissect the control field of Frame RelayGuy Harris1-8/+23
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-6/+2
2002-03-31From Joerg Mayer: get rid of unused function arguments.Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+8
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez1-37/+37
2000-05-11Add tvbuff class.Gilbert Ramirez1-24/+24
2000-03-14Fix some errors discovered by making GCC do format string/argumentGuy Harris1-5/+5
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-5/+5
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-6/+6
1999-09-26Have "get_xdlc_control()" and "dissect_xdlc_control()" return theGuy Harris1-54/+13
1999-09-26Make Information Frame honor is_extended variable when reading Control.Gilbert Ramirez1-2/+5
1999-08-27No, 0xCC is SNRME. (I *told* you I hated reversing bit strings....)Guy Harris1-2/+1
1999-08-27TEST is 0xE0, not 0xC0; 0xC0 is SNRME. (I hate having to reverse bitGuy Harris1-2/+4
1999-08-23Have "get_xdlc_control()" and "dissect_xdlc_control()" just return aGuy Harris1-15/+44
1999-08-23The only LLC frame types that should be dissected based on their SAP or,Guy Harris1-27/+49
1999-08-16Get rid of the comments saying "make ["decode_numeric_bitfield()"] shiftGuy Harris1-7/+1
1999-08-05Patch from Olivier Abad to make it correctly display non-extendedGuy Harris1-3/+5
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-0/+402