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

  Modified files:
    .                    packet-ipsec.c packet-ipsec.h 
  Log:
  Tvbuffiy the IPSec dissectors.
  
  Pull the bulk of the AH dissection code into a common routine, used both
  by "dissect_ah()" and "dissect_ah_old()".
  
  "dissect_ah()" isn't used outside "packet-ipsec.c"; make it static.
  
  Revision  Changes    Path
  1.27      +111 -117  ethereal/packet-ipsec.c
  1.5       +1 -2      ethereal/packet-ipsec.h