Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan acinclude.m4 configure.in

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:19 -0600 (CST)
gram        2003/12/06 10:35:19 CST

  Modified files:
    epan                 acinclude.m4 configure.in 
  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.4       +103 -1    ethereal/epan/acinclude.m4
  1.50      +35 -1     ethereal/epan/configure.in