aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2004-02-09Forgot *.laJörg Mayer1-4/+5
2004-02-09Ignore shared dll stuffJörg Mayer1-0/+2
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,Ulf Lamping1-2/+2
2004-01-18Warning fix when compiling with -strict-prototypesJörg Mayer1-3/+3
2004-01-07Don't assert that quoted_string be NULL; it can be non-NULL ifGilbert Ramirez1-2/+11
2004-01-01Add support of contains and matches operators on slices.Olivier Biot1-6/+33
2003-12-21Add, for \xXX, the same sanity check (that 0xXX fits in a single byte)Guy Harris1-1/+7
2003-12-20removed some MSVC warnings (added type casts)Ulf Lamping1-3/+3
2003-12-19Print values for ANY_MATCHES and ANY_CONTAINS so that the dftestGilbert Ramirez1-1/+11
2003-12-10PCRE support requires $(PCRE_CFLAGS) in CFLAGS.Olivier Biot1-2/+2
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-14/+58
2003-12-06From Olivier BiotGilbert Ramirez8-27/+50
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-2/+2
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-2/+2
2003-10-27Allow + and , in unparsed strings, so that you can use + as a sign in aGuy Harris1-2/+2
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-5/+5
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez8-30/+62
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez5-45/+198
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-06-13Handle the case of a comparison between two ranges (or, at least, don'tGuy Harris1-1/+4
2003-06-13Oops, a range of N-N is valid and means "the byte at offset N".Guy Harris1-4/+4
2003-06-13Add some sanity checking for ranges, so that you can't say "foo[M-N]"Guy Harris1-1/+66
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-1/+5
2002-12-02"dfilter_compile()" doesn't modify the string pointed to by its firstGuy Harris2-4/+4
2002-11-28Make the "strings" pointer in a "header_field_info" structure a constGuy Harris1-4/+4
2002-11-01Fix a problem when using the same field more than once in a displayGilbert Ramirez1-11/+14
2002-10-16Make the dfilter code support multiple header_field_info's withGilbert Ramirez4-59/+101
2002-09-09"dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to whichGuy Harris2-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer20-97/+97
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris1-1/+4
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez5-19/+19
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",Guy Harris3-104/+5
2002-04-11Add "-" (hyphen) to the pattern for field-name/non-quoted string.Gilbert Ramirez1-2/+2
2002-04-08Make some variables and functions static.Gilbert Ramirez3-27/+23
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris3-8/+8
2002-02-27Remove unused variables, structure definitions, and functions.Gilbert Ramirez1-22/+22
2002-02-27From Joerg Mayer:Guy Harris1-1/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris7-28/+22
2002-01-04From Hamish Moffatt:Guy Harris1-2/+13
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez7-10/+96
2001-12-13Plug a really bad memory leak. The GPtrArrays of field_info's thatGilbert Ramirez1-1/+2
2001-12-12From Motonori Shindo: add "*.pdb" to the ".cvsignore" files inGuy Harris1-0/+1
2001-12-12From Motonori Shindo:Guy Harris1-3/+4
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris1-3/+7
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-1/+2
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez1-3/+1
2001-07-13From Joerg Mayer:Guy Harris1-2/+3
2001-06-22Support CIDR notation in IPv4 address filtering.Gilbert Ramirez2-6/+19
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez1-2/+3
2001-03-06Add some win32-specific targets in .cvsignore's.Gilbert Ramirez1-0/+2