aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl-profile-parser.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-7/+8
2021-05-24Add ws_debug() and use itJoão Valverde1-1/+1
2021-05-23epl-profile-parser: plug a memory leak.Guy Harris1-0/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2020-08-03EPL: Include stdlib.hStig Bjørlykke1-0/+1
2020-05-01No explicit glib.h include requiredJaap Keuter1-2/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-24EPL: fix build with incomplete libxml2 libraryPeter Wu1-6/+11
2018-03-08Don't cast away constness.Guy Harris1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-25Fix possible signed overflowAhmad Fatoum1-2/+10
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+1
2017-06-12EPL (profiler parser): fix redundant redeclaration of ‘epl_wmem_iarray_is_e...Alexis La Goutte1-2/+0
2017-06-06epl (profiler-parser): fix parameter 'cmp/allocator' not found in the functio...Alexis La Goutte1-2/+2
2017-06-02Add SUBOBJECT_INITIALIZER and use it.Guy Harris1-6/+2
2017-06-02packet-epl.c: Fixup missing initializer warningsAhmad Fatoum1-4/+9
2017-06-01packet-epl.c: Enhance dissection by ObjectMappings and device profilesAhmad Fatoum1-13/+535
2017-06-01Add interval array data structure, with growable intervalsAhmad Fatoum1-0/+249