Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-isis-clv.c packet-isis-hello.c packet

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, 7 Apr 2002 18:39:01 -0500 (CDT)
guy         2002/04/07 18:39:01 CDT

  Modified files:
    .                    packet-isis-clv.c packet-isis-hello.c 
                         packet-isis-lsp.c 
  Log:
  Get rid of the unused hf_ value "hf_isis_hello_clv_restart".
  
  Use the "tree_id" argument to "isis_dissect_mt_clv()" for the 2-byte MT
  IDs, and arrange that the two hf_ values passed as that argument
  actually be defined for protocol fields.
  
  Fix the loop in "isis_dissect_mt_clv()" so that it actually catches an
  odd byte at the end (i.e., loop until there is data at all, not until
  there is 1 or fewer bytes), and put that odd byte, if it exists, into
  the tree as a 1-byte text item, not a 2-byte text item.
  
  Revision  Changes    Path
  1.19      +40 -40    ethereal/packet-isis-clv.c
  1.29      +4 -2      ethereal/packet-isis-hello.c
  1.28      +5 -1      ethereal/packet-isis-lsp.c