Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal column.c packet-arp.c packet-bootp.c packet-

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Nov 2000 15:00:39 -0600 (CST)
gram        2000/11/17 15:00:38 CST

  Modified files:
    .                    column.c packet-arp.c packet-bootp.c 
                         packet-diameter.c packet-fddi.c 
                         packet-hsrp.c packet-icp.c packet-ipsec.c 
                         packet-ipx.c packet-nbipx.c packet-null.c 
                         packet-pim.c packet-radius.c packet-raw.c 
                         packet-rip.c packet-ripng.c packet-tr.c 
                         packet-trmac.c packet-vines.c 
                         packet-wccp.c packet-who.c 
  Log:
  Add #include <string.h>, to get prototypes for mem* and str* functions.
  
  Revision  Changes    Path
  1.30      +2 -1      ethereal/column.c
  1.35      +2 -1      ethereal/packet-arp.c
  1.41      +2 -1      ethereal/packet-bootp.c
  1.7       +2 -1      ethereal/packet-diameter.c
  1.41      +2 -1      ethereal/packet-fddi.c
  1.9       +2 -1      ethereal/packet-hsrp.c
  1.12      +2 -1      ethereal/packet-icp.c
  1.21      +2 -1      ethereal/packet-ipsec.c
  1.69      +2 -1      ethereal/packet-ipx.c
  1.28      +2 -1      ethereal/packet-nbipx.c
  1.32      +2 -1      ethereal/packet-null.c
  1.18      +2 -1      ethereal/packet-pim.c
  1.18      +2 -1      ethereal/packet-radius.c
  1.19      +2 -1      ethereal/packet-raw.c
  1.19      +2 -1      ethereal/packet-rip.c
  1.15      +2 -1      ethereal/packet-ripng.c
  1.50      +2 -1      ethereal/packet-tr.c
  1.25      +2 -1      ethereal/packet-trmac.c
  1.19      +2 -1      ethereal/packet-vines.c
  1.11      +2 -1      ethereal/packet-wccp.c
  1.10      +2 -1      ethereal/packet-who.c