aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-bytes.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-5/+5
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-9/+9
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-2/+2
2015-11-30Add BASE_ALLOW_ZERO for byte arrays that are validly zero sized.Michael Mann1-1/+1
2015-09-17change the representation of an empty byte array in a display filterMartin Kaiser1-6/+14
2015-03-12Avoid abort on zero-length fieldsPeter Wu1-1/+2
2015-03-11Remove use of sprintf for ftype string formattingMichael Mann1-31/+18
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-18/+36
2015-02-15epan/ftypes/*.[hc]: As needed: Add editor modelines & Fix indentationBill Meier1-0/+13
2015-01-19Convert OID APIs to use wmem.Michael Mann1-4/+6
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-60/+77
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-4/+4
2015-01-10Add BASE_SPACE for FT_BYTESMichael Mann1-0/+1
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-13/+28
2014-12-28Create FT_FCWWN field type.Michael Mann1-1/+75
2014-10-17Don't use <ctype.h> macros.Guy Harris1-1/+0
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