aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-bytes.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Fix crash when using the "matches" operator on non-UTF-8 dataPeter Wu1-24/+0
2018-11-01Revert "FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" ...Pascal Quantin1-29/+9
2018-11-01FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" optionsJeremy Martin1-9/+29
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-07-20Remove dead code for address reverse-mappingJoão Valverde1-12/+4
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-27/+9
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-9/+0
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-9/+0
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-9/+0
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-9/+0
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-18/+9
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-9/+9
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-9/+0
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-9/+0
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-9/+0
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-9/+0
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-9/+0
2017-03-12ftypes (trivial): fix two commentsMartin Kaiser1-2/+2
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-9/+0
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-9/+0
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-9/+0
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-9/+0
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-13/+4
2017-03-07ftypes: create a set_value unionMartin Kaiser1-9/+18
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