Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-olsr.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 18 Jan 2004 05:10:03 -0600 (CST)
guy         2004/01/18 05:10:03 CST

  Modified files:
    .                    packet-olsr.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.3       +66 -49    ethereal/packet-olsr.c