Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am acinclude.m4 configure.in util.c

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

From: gram@xxxxxxxxxxxx (Gilbert Ramirez)
Date: Sat, 6 Dec 2003 10:35:18 -0600 (CST)
gram        2003/12/06 10:35:18 CST

  Modified files:
    .                    Makefile.am acinclude.m4 configure.in 
                         util.c 
  Log:
  From Olivier Biot
  
  New "matches" operater in display filter language. Uses PCRE.
  
  If a "matches" operator is found in a dfilter
  while libpcre has not been used to build the binary, then an
  exception is thrown after using dfilter_fail() to set an apporporiate
  error message.
  
  Revision  Changes    Path
  1.664     +8 -5      ethereal/Makefile.am
  1.63      +103 -1    ethereal/acinclude.m4
  1.234     +44 -1     ethereal/configure.in
  1.74      +35 -1     ethereal/util.c