aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.h
AgeCommit message (Expand)AuthorFilesLines
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-3/+7
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+8
2004-02-01signed/unsigend warning fixesJörg Mayer1-1/+2
2004-01-25Remove the cast again and do the proper fix (add right type to union)Jörg Mayer1-1/+2
2003-12-10Make the _pcre_tuple_t struct internal.Gerald Combs1-11/+2
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-1/+17
2003-12-06From Olivier BiotGilbert Ramirez1-1/+8
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-5/+3
2003-12-03Instead of requiring slab-allocated structures to have a "next" pointer,Guy Harris1-3/+2
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-4/+12
2003-12-02Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t dataRonnie Sahlberg1-10/+4
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-4/+70
2003-11-25Change the handling of temporary allocation of fvalue_t structures to be faster.Ronnie Sahlberg1-3/+6
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-3/+14
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-1/+5
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez1-4/+23
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-1/+7
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris1-1/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-1/+2
2002-02-15Comment-out FT_UCS2_LE, and remove the already commented-out FT_TEXT_ONLY.Gilbert Ramirez1-4/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-5/+5
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris1-4/+4
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-2/+2
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.Guy Harris1-5/+1
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-2/+3
2001-08-12Add FT_UCS2_LE as a field type in prep for adding unicode handling proto_treeRichard Sharpe1-1/+2
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-2/+3
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+197