aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lmp.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-2306/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Carles Kishimoto: fix some bugs.Guy Harris2004-07-021-11/+8
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-5/+5
* avoid using ushort (not available on all platforms), use guint16 insteadUlf Lamping2004-05-201-2/+2
* Fixes to LMP for draft-09 support.Ashok Narayanan2004-05-191-32/+23
* Compiling with -pedantic:Jörg Mayer2003-12-211-3/+3
* Added support for LMP draft version -09. Support for older draftAshok Narayanan2003-10-231-147/+910
* When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris2003-10-061-8/+1
* Panic if a preference starts with the name of the module to which itGuy Harris2003-01-281-2/+2
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-17/+17
* The Boolean field for EndVerifyAck messages was missing, causing a crashGuy Harris2002-10-171-1/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-390/+390
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* Return an error for an invalid class instead of dumping core.Gerald Combs2002-06-161-2/+8
* Require that the LMP and RSVP message types be greater than 0.Gerald Combs2002-06-021-2/+3
* Mark a frame invalid if its message type value exceedsGerald Combs2002-06-021-2/+9
* - Added support for LMP draft versions -02 and -03 (selectable inAshok Narayanan2002-05-101-49/+156
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-5/+2
* Use "%.10g", rather than "%f", for floating-point numbers. That willGuy Harris2002-04-251-5/+5
* Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.Guy Harris2002-04-241-10/+9
* From Joerg Mayer:Guy Harris2002-04-141-7/+2
* Added support for the Link Management Protocol (LMP), used for opticalAshok Narayanan2002-04-101-0/+1458