added some options and enhancements to the print output:
[obnox/wireshark/wip.git] / packet-lmp.c
2003-12-21 jmayerCompiling with -pedantic:
2003-10-23 ashoknAdded support for LMP draft version -09. Support for...
2003-10-06 guyWhen registering a field, make sure its ID is -1 or...
2003-01-28 guyPanic if a preference starts with the name of the modul...
2002-12-02 guyDon't cast away constness, and fix variable and structu...
2002-10-17 guyThe Boolean field for EndVerifyAck messages was missing...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 guyFrom Joerg Mayer:
2002-06-16 geraldReturn an error for an invalid class instead of dumping...
2002-06-02 geraldRequire that the LMP and RSVP message types be greater...
2002-06-02 geraldMark a frame invalid if its message type value exceeds
2002-05-10 ashokn- Added support for LMP draft versions -02 and -03...
2002-04-29 guyRemoval (or, at least, #ifdeffing out) of unused variab...
2002-04-25 guyUse "%.10g", rather than "%f", for floating-point numbe...
2002-04-24 guyUse "tvb_get_ntohieee_float()" to fetch floating-point...
2002-04-14 guyFrom Joerg Mayer:
2002-04-10 ashoknAdded support for the Link Management Protocol (LMP...