Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ipproto.c Makefile.am configure.in p

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jun-ichiro itojun Hagino <itojun@xxxxxxxxxxxx>
Date: Wed, 13 Oct 1999 22:50:47 -0500 (CDT)
itojun      1999/10/13 22:50:43 CDT

  Modified files:
    .                    Makefile.am configure.in packet-ip.c 
                         packet-ipsec.c packet-ipv6.c packet-pim.c 
                         packet-ripng.c packet.h 
  Added files:
    .                    ipproto.c 
  Log:
  implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()
  for ip.ip_p and ip6.ip6_nxt (and other IPv6 header chain).
  
  use val_to_str() as much as possible in dissect_{ipv6,pim,ripng}().
  
  make --disable-zlib a default for netbsd (temporary workaround).
  
  Revision  Changes    Path
  1.84      +2 -1      ethereal/Makefile.am
  1.50      +8 -2      ethereal/configure.in
  1.53      +5 -3      ethereal/packet-ip.c
  1.6       +2 -2      ethereal/packet-ipsec.c
  1.19      +18 -21    ethereal/packet-ipv6.c
  1.4       +33 -30    ethereal/packet-pim.c
  1.3       +10 -14    ethereal/packet-ripng.c
  1.108     +5 -1      ethereal/packet.h