Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ip.c packet-ip.h packet-ipsec.c packe

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: Tue, 29 Apr 2003 12:24:37 -0500 (CDT)
guy         2003/04/29 12:24:36 CDT

  Modified files:
    .                    packet-ip.c packet-ip.h packet-ipsec.c 
                         packet-ipv6.c 
  Log:
  Don't export "ip_dissector_table" explicitly; now that we have
  "find_dissector_table()", have the IPv6 and IPSEC dissectors fetch the
  IP dissector table by name.
  
  Revision  Changes    Path
  1.191     +2 -3      ethereal/packet-ip.c
  1.27      +1 -4      ethereal/packet-ip.h
  1.43      +5 -2      ethereal/packet-ipsec.c
  1.98      +5 -2      ethereal/packet-ipv6.c