aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-05Move version to 0.8.16.Gilbert Ramirez1-2/+2
2001-03-02Enable slices of [i-j], where i is start offset and j is end offset,Gilbert Ramirez5-60/+104
2001-02-27Move the location of cppmagic.h, since the lemon-flex include filesGilbert Ramirez2-16/+1
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez15-280/+729
2001-02-26Remove the Lemon stuff from EXTRA_DIST; the Lemon source is now inGuy Harris1-5/+1
2001-02-16Actually, this works better.Gilbert Ramirez2-5/+5
2001-02-16Use the proper way to denote that a single operationGilbert Ramirez2-3/+5
2001-02-15More prototype fun - make the Lemon parser allocate and free routinesGuy Harris1-3/+3
2001-02-13In a display filter expression, make a field name refer to any of theGuy Harris1-7/+17
2001-02-12If there are multiple fields with the same name, list only one of themGuy Harris1-2/+7
2001-02-11Remove unused variable and add copyright and RCS ID.Gilbert Ramirez1-2/+23
2001-02-02Add Makefile.nmake files for new subdirs.Gilbert Ramirez2-3/+51
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez17-23/+344
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez24-0/+2914