aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lapb.c
AgeCommit message (Expand)AuthorFilesLines
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-04-09Move the definition of the FROM_DCE bit in the "flags" field of aguy1-7/+6
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-15/+15
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-4/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-3/+3
2001-02-12If you register more than one field with the same name, the dfilter codeguy1-3/+9
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-7/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-29"dissect_lapb()" is static to "packet-lapb.c", so it can't be directlyguy1-2/+4
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withgram1-3/+8
2000-11-19For each column, have both a buffer into which strings for that columnguy1-7/+7
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,gram1-5/+2
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is toooabad1-2/+2
2000-05-26Get rid of some now-unused variables.guy1-3/+1
2000-05-25Convert X.25 dissector to use tvbuffs.oabad1-3/+2
2000-05-25Removed : col_add_fstr(pinfo->fd, COL_RES_DL_SRC, "0x%02X", byte0);oabad1-4/+1
2000-05-25Convert LAPB dissector to use tvbuffs, and to get pseudo_header fromgram1-34/+50
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-6/+8
2000-05-11Add tvbuff class.gram1-4/+4
2000-03-15Changed the type of the lapb.control protocol field from FT_STRING tooabad1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-6/+6
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+2
1999-11-29Change Olivier's e-mail address.gram1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-6/+14
1999-10-15Add full name of LAPB to protocol label.gram1-2/+2
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-3/+6
1999-09-12Patch from Olivier Abad:guy1-1/+11
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureguy1-4/+4
1999-08-05Put in an RCS ID.guy1-0/+2
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofguy1-378/+28
1999-08-02Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretapguy1-0/+453