aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lmp.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-02From Carles Kishimoto: fix some bugs.guy1-11/+8
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-5/+5
2004-05-20avoid using ushort (not available on all platforms), use guint16 insteadulfl1-2/+2
2004-05-19Fixes to LMP for draft-09 support.ashokn1-32/+23
2003-12-21Compiling with -pedantic:jmayer1-3/+3
2003-10-23Added support for LMP draft version -09. Support for older draftashokn1-147/+910
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,guy1-8/+1
2003-01-28Panic if a preference starts with the name of the module to which itguy1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-17/+17
2002-10-17The Boolean field for EndVerifyAck messages was missing, causing a crashguy1-1/+5
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