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

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:46:23 -0500 (CDT)
guy         2001/07/01 20:46:23 CDT

  Modified files:
    .                    packet-isis.c packet-isis.h 
  Log:
  Fetch fields from the ISIS header one at a time, rather than snarfing
  the entire ISIS header into a structure - that way, if we run out of
  packet data in the middle of the header, we at least dissect the stuff
  for which we have packet data.
  
  Revision  Changes    Path
  1.24      +79 -52    ethereal/packet-isis.c
  1.6       +1 -6      ethereal/packet-isis.h