Don't try to include epan/config.h.win32 in the distribution.
[metze/wireshark/wip.git] / packet-lapb.c
2004-01-18 Guy HarrisAdd arguments to "dissect_xdlc_control()" to specify...
2004-01-03 Guy HarrisHave "dissect_xdlc_control()" take a pointer to a struc...
2003-09-26 Guy HarrisThe LAPB dissector can be called from the Ethernet...
2003-09-02 Guy HarrisUse "dissect_xdlc_control()" to dissect the control...
2002-09-01 Olivier AbadUpdate my email.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-04-09 Guy HarrisMove the definition of the FROM_DCE bit in the "flags...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-02-12 Guy HarrisIf you register more than one field with the same name...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-29 Guy Harris"dissect_lapb()" is static to "packet-lapb.c", so it...
2000-11-29 Gilbert RamirezWrap the dissect_fddi() call (with a 4th argument)...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-05-31 Gilbert RamirezConvert LAPD and V.120 dissector to use tvbuff. Convert...
2000-05-28 Olivier AbadChanged my mail address to oabad@cybercable.fr (dhis...
2000-05-26 Guy HarrisGet rid of some now-unused variables.
2000-05-25 Olivier AbadConvert X.25 dissector to use tvbuffs.
2000-05-25 Olivier AbadRemoved : col_add_fstr(pinfo->fd, COL_RES_DL_SRC, ...
2000-05-25 Gilbert RamirezConvert LAPB dissector to use tvbuffs, and to get pseud...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-03-15 Olivier AbadChanged the type of the lapb.control protocol field...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
1999-11-29 Gilbert RamirezChange Olivier's e-mail address.
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-15 Gilbert RamirezAdd full name of LAPB to protocol label.
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-09-12 Guy HarrisPatch from Olivier Abad:
1999-08-20 Guy HarrisAdd support for reading Full Frontal ATM from an ATM...
1999-08-05 Guy HarrisPut in an RCS ID.
1999-08-04 Guy HarrisAdd a "dissect_xdlc_control()" routine, to dissect...
1999-08-02 Guy HarrisOlivier Abad's patch to add dissectors for LAP-B and...