Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal dfilter-grammar.y dfilter-int.h dfil

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

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Mon, 11 Oct 1999 12:04:50 -0500 (CDT)
deniel      1999/10/11 12:04:44 CDT

  Modified files:
    .                    dfilter-grammar.y dfilter-int.h 
                         dfilter-scanner.l dfilter.c 
  Log:
  - add handling of FT_IPv6 variables
    there is still some work to do in resolv.c (get_host_ipaddr6)
  
  - add display filters of this kind in packet-ipv6.c just
    for testing (display filtering is incomplete)
  
  Revision  Changes    Path
  1.24      +108 -1    ethereal/dfilter-grammar.y
  1.9       +6 -1      ethereal/dfilter-int.h
  1.18      +2 -4      ethereal/dfilter-scanner.l
  1.28      +60 -1     ethereal/dfilter.c