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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 4 Apr 2002 17:20:34 -0600 (CST)
guy         2002/04/04 17:20:34 CST

  Modified files:
    .                    packet-rip.c 
  Log:
  Put in the RFCs for RIPv1 and RIPv2.
  
  Handle an address family of 0; that means that the address wasn't
  specified in the request, which is used for a "send me the whole routing
  table" request.
  
  Replace some "proto_tree_add_XXX" calls with "proto_tree_add_item"
  calls.
  
  Use FALSE, rather than TRUE, as the byte order argument in one
  "proto_tree_add_item" call, for consistency with other calls; the field
  is a string, so the byte order doesn't matter.
  
  Revision  Changes    Path
  1.31      +49 -10    ethereal/packet-rip.c