aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2004-01-01Add support of contains operator in slices.Olivier Biot1-3/+18
2003-12-29Pull most of bytes_from_unparsed() into a new routine,Gerald Combs1-84/+4
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkOlivier Biot3-17/+65
2003-12-17Add protocols to the header fields for which the "matches" operator can beOlivier Biot1-4/+54
2003-12-10Make the _pcre_tuple_t struct internal.Gerald Combs2-12/+17
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-1/+2
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot5-35/+275
2003-12-07Add PCRE support to the Windows build.Gerald Combs1-2/+2
2003-12-06From Olivier BiotGilbert Ramirez10-24/+130
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris2-47/+45
2003-12-03Instead of requiring slab-allocated structures to have a "next" pointer,Guy Harris2-5/+4
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris2-5/+28
2003-12-02Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t dataRonnie Sahlberg2-49/+7
2003-11-25Individual fvalue_t's aren't individually allocated with "g_malloc()",Guy Harris1-10/+22
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg5-83/+79
2003-11-25Change the handling of temporary allocation of fvalue_t structures to be faster.Ronnie Sahlberg2-81/+85
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris3-5/+35
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+2
2003-08-27Include <string.h> to get "strlen()" declared.Guy Harris1-1/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez11-42/+259
2003-07-31Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forGuy Harris1-3/+18
2003-07-31Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, andGuy Harris1-5/+44
2003-07-30Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_reprGuy Harris1-5/+35
2003-07-30Escape double-quotes, while you're at it.Guy Harris1-5/+7
2003-07-30Escape backslashes in strings when generating the dfilter representationGuy Harris1-3/+27
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez11-49/+100
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez6-210/+268
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez11-63/+175
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris2-2/+30
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer11-54/+54
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris2-3/+32
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-17From Joerg Mayer:Guy Harris1-6/+1
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-05-10Register FT_UINT_BYTES with correct structure.Gilbert Ramirez1-2/+2
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez2-13/+42
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+2
2002-02-27From Joerg Mayer:Guy Harris1-1/+6
2002-02-15Comment-out FT_UCS2_LE, and remove the already commented-out FT_TEXT_ONLY.Gilbert Ramirez1-4/+2
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aGuy Harris7-54/+56
2002-01-30Try defining just _USE_XOPEN and see if that gets "strptime()" declaredGuy Harris1-16/+1
2002-01-30Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in theGuy Harris1-1/+13
2002-01-29Use:Gilbert Ramirez1-3/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris6-23/+20
2001-12-28Correctly handle the nanoseconds fields in strings representing absoluteGuy Harris1-7/+68
2001-12-12From Motonori Shindo: add "*.pdb" to the ".cvsignore" files inGuy Harris1-0/+1
2001-12-12From Motonori Shindo:Guy Harris1-3/+3
2001-11-22Moved int-64bit.{c,h} into epan/Ed Warnicke1-2/+2
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris2-7/+220