aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.h
AgeCommit message (Expand)AuthorFilesLines
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-0/+1
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-7/+18
2006-12-22hmmRonnie Sahlberg1-0/+25
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg1-25/+0
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+4
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-0/+2
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+1
2005-07-23Fix lots of warnings of type:Jörg Mayer1-1/+1
2005-07-04new field type FT_GUIDTomas Kukosa1-0/+1
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland1-3/+3
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer1-1/+1
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-0/+11
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-04Instead of using pointer casts in the slab allocator stuff, add aGuy Harris1-1/+4
2004-07-04Make the "SLAB_ALLOC()" and "SLAB_FREE()" macros take the type of theGuy Harris1-3/+3
2004-06-24from tomas kRonnie Sahlberg1-1/+6
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