Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-ip.c 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: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Sun, 4 Jun 2000 22:21:08 -0500 (CDT)
gram        2000/06/04 22:21:06 CDT

  Modified files:
    .                    packet-ip.c packet-ipsec.c packet-ipsec.h 
                         packet-ipv6.c 
  Log:
  Change dissect_ah() so that dissect_ip() doesn't have to make a
  special case for it. dissect_ah() is registered with the "ip.proto"
  handoff table, and dissect_ah() calls the next dissector using this
  same "ip.proto" handoff table.
  
  The old dissect_ah() is kept as dissect_ah_old() since dissect_ipv6()
  still uses it. I need to convert some more functions before I can
  get rid of dissect_ah_old().
  
  Revision  Changes    Path
  1.92      +1 -11     ethereal/packet-ip.c
  1.17      +49 -2     ethereal/packet-ipsec.c
  1.3       +3 -2      ethereal/packet-ipsec.h
  1.39      +2 -2      ethereal/packet-ipv6.c