Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-isakmp.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: Wed, 28 Feb 2001 04:22:30 -0600 (CST)
guy         2001/02/28 04:22:30 CST

  Modified files:
    .                    packet-isakmp.c 
  Log:
  Tvbuffify the ISAKMP dissector.
  
  Handle the payloads iteratively rather than recursively, so that the
  code that knows how to iterate over payloads is confined to a small
  number of places rather than being in every single payload dissector.
  
  Pull the code to dissect the generic payload header into a single
  routine, and do it in the code that iterates over payloads rather than
  in the dissectors for each payload.
  
  Clean up some other things.
  
  Revision  Changes    Path
  1.36      +424 -725  ethereal/packet-isakmp.c