Commit graph

4 commits

Author SHA1 Message Date
Gerald Combs
0d2b82ba7c Note that Jeff Weston is now the maintainer.
svn path=/trunk/; revision=9724
2004-01-18 16:48:24 +00:00
Guy Harris
4727c62cb3 Use a value_string for the message type field.
Do some checks for validity before dissecting the packet - reject as not
being OLSR packets that don't match.

Use "proto_tree_add_item()" in some places where the value of the field
isn't used.

Do some sanity checking on the message size field.

svn path=/trunk/; revision=9714
2004-01-18 11:10:02 +00:00
Guy Harris
55765c7c61 Passing a double as the value argument to "proto_tree_add_uint()" or
"proto_tree_add_uint_format()" truncates it to a guint32; that might be
what you'd want if it has no fractional part, but it's probably not what
you want if it has a fractional part.  Make the validity time and hello
emission interval values be FT_DOUBLE - and make the variables storing
them doubles so that we don't get whinging from some compilers about
stuffing doubles into floats.

Use hex, not decimal, for bitmasks.

svn path=/trunk/; revision=9685
2004-01-16 22:31:54 +00:00
Gerald Combs
ba6b321e63 From Aaron Woo (via Jeff Weston): Optimized Link State Routing Protocol
(OLSR) support.

svn path=/trunk/; revision=9673
2004-01-16 04:37:54 +00:00