aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-bytes.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-18Fix our match flags.Gerald Combs1-2/+2
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-3/+33
2009-09-10Introduce a few FT_XXX lengths defines and use those instead of hard coding c...Kovarththanan Rajaratnam1-9/+6
2009-09-10Use the correct type, that is GByteArray instead of GString. The reason why t...Kovarththanan Rajaratnam1-3/+3
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-1/+1
2009-03-15Some more P64 fixes - they all assume we don't have truly giganticGuy Harris1-1/+1
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke1-4/+4
2008-04-20Corrected ne operator for FT_BYTES.Stig Bjørlykke1-1/+1
2007-11-06The "bitwise AND" display filter operator is supposed to evaluate toGuy Harris1-9/+10
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-3/+27
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-10/+20
2006-11-07Fix bytes_repr_len() to correctly handle a zero-length FT_BYTES fieldGuy Harris1-3/+9
2006-11-02Bug 1053: New SNMP filtering is brokenTomas Kukosa1-0/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+5
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-119/+0
2005-12-06mark unused parameterTomas Kukosa1-1/+1
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+93
2005-10-31When printing the code for a display filter:Guy Harris1-4/+19
2005-09-05"strlen()" returns a "size_t"; use that for its return value.Guy Harris1-5/+8
2005-09-01filter expression can contain GUID in XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX fo...Tomas Kukosa1-3/+50
2005-07-23Move declaration of void ftype_register_* to ftypes-int.h.Jörg Mayer1-1/+1
2005-07-04new field type FT_GUIDTomas Kukosa1-0/+69
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-277/+8
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-06Add a "force_separators" parameter to hex_str_to_bytes so that it'sGerald Combs1-2/+2
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+28
2004-01-25Remove the cast again and do the proper fix (add right type to union)Jörg Mayer1-3/+3
2004-01-25Add a cast to avoid a signedness warningJörg Mayer1-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 Biot1-3/+47
2003-12-06From Olivier BiotGilbert Ramirez1-1/+7
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris1-2/+11
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-9/+41
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-13/+19
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez1-14/+11
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-53/+99
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-14/+14
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 Ramirez1-12/+40
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aGuy Harris1-12/+13
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy 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 Harris1-3/+216
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-2/+53
2001-03-03Fix some places where value-to-string routines were returning FALSE,Guy Harris1-2/+33
2001-03-02Get rid of unused method from ftypes structure.Gilbert Ramirez1-12/+1