Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal ipproto.h Makefile.am ipproto.c packet-dns.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: Tue, 17 Apr 2001 01:29:14 -0500 (CDT)
guy         2001/04/17 01:29:14 CDT

  Modified files:
    .                    Makefile.am ipproto.c packet-dns.c 
                         packet-ip.c packet-ipsec.c packet-ipv6.c 
                         packet-isakmp.c packet-portmap.c 
  Added files:
    .                    ipproto.h 
  Log:
  Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new
  "ipproto.h" header file.
  
  Revision  Changes    Path
  1.306     +2 -1      ethereal/Makefile.am
  1.13      +2 -4      ethereal/ipproto.c
  1.65      +2 -1      ethereal/packet-dns.c
  1.130     +2 -1      ethereal/packet-ip.c
  1.28      +2 -1      ethereal/packet-ipsec.c
  1.52      +2 -1      ethereal/packet-ipv6.c
  1.38      +2 -1      ethereal/packet-isakmp.c
  1.29      +2 -1      ethereal/packet-portmap.c