Move the contents of NEWS to ChangeLog, since NEWS was a big list of changes.
[metze/wireshark/wip.git] / packet-lapd.c
2002-02-22 Guy HarrisProperly set the length of the top-level item.
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-11-25 Ed WarnickeMoved from using dissect_data to using call_dissector()
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-05-27 Guy HarrisNo need to include "packet-q931.h" any more, as we...
2001-05-27 Guy HarrisCall the Q.931 dissector through a handle.
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-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-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-09-21 Gilbert RamirezMake sure to pass the sent/received direction from...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-31 Gilbert RamirezConvert LAPD and V.120 dissector to use tvbuff. Convert...
2000-05-29 Guy HarrisAdd "tvb_reported_length()" to get the "reported length...
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-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-01-24 Guy HarrisxDLC frames other than I and UI frames may have a paylo...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-11-11 Guy HarrisAdd #defines for bits in the LAPD address field and...
1999-11-11 Gilbert RamirezAdd LAPD support.