aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2004-06-03From Graeme Hewson:Guy Harris1-23/+11
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-3/+7
2004-05-09From Graeme Hewson:Guy Harris1-7/+9
2004-05-09From Graeme Hewson:Guy Harris1-2/+2
2004-05-02Make sure the character values we pass to "isprint()" aren'tGuy Harris1-4/+4
2004-04-26When producing a display-filter representation of an FT_STRING*, representGilbert Ramirez1-7/+33
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot1-1/+3
2004-03-24Fix the CLEANFILES target so both static and shared libraries are cleaned.Olivier Biot1-1/+2
2004-03-13Make libethereal and libwiretap shared libs.Jörg Mayer1-7/+3
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot11-11/+112
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,Gilbert Ramirez1-1/+4
2004-02-09Forgot *.laJörg Mayer1-4/+5
2004-02-09Ignore shared dll stuffJörg Mayer1-0/+2
2004-02-01Cast the result of "tvb_get_ptr()" to squelch a compiler warning.Guy Harris1-2/+2
2004-02-01signed/unsigend warning fixesJörg Mayer2-3/+4
2004-01-25Fix 'warning: cast discards qualifiers from pointer target type' by removing ...Jörg Mayer1-5/+5
2004-01-25Remove the cast again and do the proper fix (add right type to union)Jörg Mayer2-4/+5
2004-01-25Add a cast to avoid a signedness warningJörg Mayer1-2/+2
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,Ulf Lamping1-2/+2
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