aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-3/+7
2004-05-09From Graeme Hewson:guy1-7/+9
2004-05-09From Graeme Hewson:guy1-2/+2
2004-05-02Make sure the character values we pass to "isprint()" aren'tguy1-4/+4
2004-04-26When producing a display-filter representation of an FT_STRING*, representgram1-7/+33
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBobiot1-1/+3
2004-03-24Fix the CLEANFILES target so both static and shared libraries are cleaned.obiot1-1/+2
2004-03-13Make libethereal and libwiretap shared libs.jmayer1-7/+3
2004-02-27First attempt at "bitwise AND" display filter operator.obiot11-11/+112
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,gram1-1/+4
2004-02-09Forgot *.lajmayer1-4/+5
2004-02-09Ignore shared dll stuffjmayer1-0/+2
2004-02-01Cast the result of "tvb_get_ptr()" to squelch a compiler warning.guy1-2/+2
2004-02-01signed/unsigend warning fixesjmayer2-3/+4
2004-01-25Fix 'warning: cast discards qualifiers from pointer target type' by removing ...jmayer1-5/+5
2004-01-25Remove the cast again and do the proper fix (add right type to union)jmayer2-4/+5
2004-01-25Add a cast to avoid a signedness warningjmayer1-2/+2
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,ulfl1-2/+2
2004-01-01Add support of contains operator in slices.obiot1-3/+18
2003-12-29Pull most of bytes_from_unparsed() into a new routine,gerald1-84/+4
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkobiot3-17/+65
2003-12-17Add protocols to the header fields for which the "matches" operator can beobiot1-4/+54
2003-12-10Make the _pcre_tuple_t struct internal.gerald2-12/+17
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.obiot1-1/+2
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.obiot5-35/+275
2003-12-07Add PCRE support to the Windows build.gerald1-2/+2
2003-12-06From Olivier Biotgram10-24/+130
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveguy2-47/+45
2003-12-03Instead of requiring slab-allocated structures to have a "next" pointer,guy2-5/+4
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"guy2-5/+28
2003-12-02Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t datasahlberg2-49/+7
2003-11-25Individual fvalue_t's aren't individually allocated with "g_malloc()",guy1-10/+22
2003-11-25fvalue_free() is one of the most called functions.sahlberg5-83/+79
2003-11-25Change the handling of temporary allocation of fvalue_t structures to be faster.sahlberg2-81/+85
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeguy3-5/+35
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-1/+2
2003-08-27Include <string.h> to get "strlen()" declared.guy1-1/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram11-42/+259
2003-07-31Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forguy1-3/+18
2003-07-31Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, andguy1-5/+44
2003-07-30Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_reprguy1-5/+35
2003-07-30Escape double-quotes, while you're at it.guy1-5/+7
2003-07-30Escape backslashes in strings when generating the dfilter representationguy1-3/+27
2003-07-25Add to the fundamental types passed between the scanner and the parser.gram11-49/+100
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy1-4/+2
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesgram6-210/+268
2003-02-08Provide a way for ftype modules to provide a string representationgram11-63/+175
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedguy2-2/+30
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer11-54/+54
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionguy2-3/+32