aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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