Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-isis-hello.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: Sun, 1 Jul 2001 20:41:26 -0500 (CDT)
guy         2001/07/01 20:41:26 CDT

  Modified files:
    .                    packet-isis-hello.c 
  Log:
  Fetch values only once from the tvbuff, and save them in a variable,
  rather than calling the tvbuff accessor multiple times.
  
  Use "proto_tree_add_item()" for fields whose values we don't care about
  in the code.
  
  BTW, apologies to Hannes Gredler - the changes with
  
  	More IS-IS updates.
  
  	HELLO message support in RSVP.
  
  were from him, but I forgot to put that in the checkin message.
  
  Revision  Changes    Path
  1.20      +23 -16    ethereal/packet-isis-hello.c