aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2021-10-18dfilter: Add a thin encapsulation layer for REsJoão Valverde6-47/+81
2021-10-15dfilter: Don't try to parse byte arrays as stringsJoão Valverde1-23/+5
2021-10-15dfilter: Use the same semantic rules for protocols and bytesJoão Valverde3-10/+22
2021-10-10ftypes: Rewrite FT_PROTOCOL comparison operatorJoão Valverde1-44/+13
2021-10-10ftypes: Use an order function to compare ftypesJoão Valverde13-1389/+151
2021-10-07dfilter: Generalize special case of one byte literalJoão Valverde1-0/+9
2021-10-07dfilter: Fix parsing of octal character escape sequencesJoão Valverde1-5/+10
2021-09-30ftype-time: Absolute times for DFILTER are always local timeJohn Thacker1-6/+43
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde3-3/+3
2021-07-29Move bytes_to_str() to wsutilJoão Valverde1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde3-54/+57
2021-05-24ftype-protocol: Fix crash when comparing _ws.expert to literalsJohn Thacker1-2/+9
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris4-15/+15
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+2
2021-03-21ftypes: an fvalue_t can no longer have a GRegex.Guy Harris1-1/+0
2021-03-21dfilter, ftypes: get rid of FT_PCRE.Guy Harris8-207/+12
2021-03-20libwireshark: don't allow fields of type FT_PCRE to be registered.Guy Harris1-4/+2
2021-03-11Qt: Copy->Value - don't zero pad hex valuesChuck Craft1-2/+21
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+0
2021-02-18CMake: Use target_include_directores more.Gerald Combs1-6/+7
2020-09-12Add FT_STRINGZTRUNC.Guy Harris2-5/+36
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+1
2020-07-23ftype-time: Use time zone from hfinfo->displayThomas Wiens1-4/+4
2019-10-08Get rid of some unnecessary string operationsJoerg Mayer1-9/+7
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris15-15/+15
2019-07-20Fix -Wpointer-sign warning.Guy Harris1-1/+9
2019-02-18Include epan header files in VS solution.Michael Mann1-0/+8
2019-02-11Fix crash when using the "matches" operator on non-UTF-8 dataPeter Wu2-52/+10
2019-02-04ftypes: make conversion of FT_DOUBLE to string locale-independentPeter Wu1-19/+17
2019-02-02CMake: Fix DOCDIR on UnixJoão Valverde1-1/+1
2019-01-24ftype-time: parse the month independent of the localePeter Wu1-4/+32
2019-01-12ftype: rework val_from_unparsed to avoid double free.Dario Lombardo1-6/+6
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-11-24Install development headers on all platformsJoão Valverde1-5/+3
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-10-10ftype-protocol: do not return from TRY/CATCHPeter Wu1-5/+5
2018-09-02epan: add more IS_FT_* macrosJoão Valverde1-5/+28
2018-06-28Make white space consistent.Guy Harris1-9/+9
2018-06-17character constant in dfilter now must fit into one byteErika Szelleova1-2/+7
2018-04-25ftypes: fix memleak when converting protocol valuesPeter Wu1-18/+17
2018-04-18Remove autotools build system.Dario Lombardo1-56/+0
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo15-195/+15
2017-11-29LTE L2 protocols: add FT_FRAMENUM_TYPE for most FT_FRAMENUM fields.Martin Mathieson1-0/+2
2017-11-29cmake: match include directories with autotoolsPeter Wu1-0/+1
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-5/+0
2017-10-30FT_IPv4 fields' values are 4-byte integers, not structures with a pointer.Guy Harris1-2/+1