aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-bytes.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-15Don't cast away constness.Guy Harris1-1/+1
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-59/+90
2013-12-23Make buildbot HappyAlexis La Goutte1-1/+1
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-0/+80
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-1/+92
2013-07-28Make many items filterable for Vines dissectors.Michael Mann1-0/+75
2013-06-21get_ax25_name() is *NOT* the right routine to use to translate aGuy Harris1-15/+61
2013-03-19From beroset:Anders Broman1-2/+2
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-9/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+82
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-29/+29
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-3/+3
2011-09-07From Jakub Zawadzki :Anders Broman1-75/+0
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-40/+0
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-7/+3
2010-05-11Straighten out field type names.Jaap Keuter1-1/+1
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