Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal dfilter.c dfilter.h file.c ipv4.h pa

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: Fri, 14 Apr 2000 00:40:05 -0500 (CDT)
gram        2000/04/14 00:39:59 CDT

  Modified files:
    .                    dfilter.c dfilter.h file.c ipv4.h 
                         packet-tcp.c packet-udp.c tethereal.c 
  Log:
  Change dfilter_apply() to 4-argument function. 4th argument is not yet used,
  but will be in the future, and it's easier for me to keep my local branch
  in sync with the source with the calls to dfilter_apply() already modified
  tothe 4-arg format.
  
  Add a CPP macro to ipv4.h to define ipv4_addr_ne(). Use it in dfilter.c
  
  Revision  Changes    Path
  1.34      +3 -3      ethereal/dfilter.c
  1.16      +2 -2      ethereal/dfilter.h
  1.183     +7 -5      ethereal/file.c
  1.6       +3 -1      ethereal/ipv4.h
  1.69      +2 -2      ethereal/packet-tcp.c
  1.62      +2 -2      ethereal/packet-udp.c
  1.26      +3 -3      ethereal/tethereal.c