aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lmp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-390/+390
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-17From Joerg Mayer:guy1-5/+1
2002-06-16Return an error for an invalid class instead of dumping core.gerald1-2/+8
2002-06-02Require that the LMP and RSVP message types be greater than 0.gerald1-2/+3
2002-06-02Mark a frame invalid if its message type value exceedsgerald1-2/+9
2002-05-10- Added support for LMP draft versions -02 and -03 (selectable inashokn1-49/+156
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-5/+2
2002-04-25Use "%.10g", rather than "%f", for floating-point numbers. That willguy1-5/+5
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.guy1-10/+9
2002-04-14From Joerg Mayer:guy1-7/+2
2002-04-10Added support for the Link Management Protocol (LMP), used for opticalashokn1-0/+1458