aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lapb.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-7/+7
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez1-5/+2
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad1-2/+2
2000-05-26Get rid of some now-unused variables.Guy Harris1-3/+1
2000-05-25Convert X.25 dissector to use tvbuffs.Olivier Abad1-3/+2
2000-05-25Removed : col_add_fstr(pinfo->fd, COL_RES_DL_SRC, "0x%02X", byte0);Olivier Abad1-4/+1
2000-05-25Convert LAPB dissector to use tvbuffs, and to get pseudo_header fromGilbert Ramirez1-34/+50
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-6/+8
2000-05-11Add tvbuff class.Gilbert Ramirez1-4/+4
2000-03-15Changed the type of the lapb.control protocol field from FT_STRING toOlivier Abad1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-6/+6
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
1999-11-29Change Olivier's e-mail address.Gilbert Ramirez1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-6/+14
1999-10-15Add full name of LAPB to protocol label.Gilbert Ramirez1-2/+2
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-3/+6
1999-09-12Patch from Olivier Abad:Guy Harris1-1/+11
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-4/+4
1999-08-05Put in an RCS ID.Guy Harris1-0/+2
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-378/+28
1999-08-02Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretapGuy Harris1-0/+453