aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lmp.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-21Compiling with -pedantic:Jörg Mayer1-3/+3
2003-10-23Added support for LMP draft version -09. Support for older draftAshok Narayanan1-147/+910
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris1-8/+1
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-17/+17
2002-10-17The Boolean field for EndVerifyAck messages was missing, causing a crashGuy Harris1-1/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-390/+390
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-16Return an error for an invalid class instead of dumping core.Gerald Combs1-2/+8
2002-06-02Require that the LMP and RSVP message types be greater than 0.Gerald Combs1-2/+3
2002-06-02Mark a frame invalid if its message type value exceedsGerald Combs1-2/+9
2002-05-10- Added support for LMP draft versions -02 and -03 (selectable inAshok Narayanan1-49/+156
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-5/+2
2002-04-25Use "%.10g", rather than "%f", for floating-point numbers. That willGuy Harris1-5/+5
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.Guy Harris1-10/+9
2002-04-14From Joerg Mayer:Guy Harris1-7/+2
2002-04-10Added support for the Link Management Protocol (LMP), used for opticalAshok Narayanan1-0/+1458