aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-log3gpp.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Revert much of 9281 (convert vals to common tfs).Martin Mathieson1-1/+6
2023-01-03Change some vals entries to equivalent common tfsMartin Mathieson1-6/+1
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-1/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-07-21First pass pinfo->pool conversionEvan Huus1-8/+8
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-3/+3
2021-02-05Make more functions and vars static.Martin Mathieson1-1/+1
2019-07-29log3gpp: Fix purpose of 'init' in proto_reg_handoff_log3gppStig Bjørlykke1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-12LOG3GPP: misc fixesPascal Quantin1-1/+2
2019-07-12LOG3GPP: do not dereference a NULL pointer (CID 1450541)Pascal Quantin1-2/+32
2019-07-09LOG3GPP: fix compilation with gcc 9.1.1Pascal Quantin1-11/+12
2019-07-08wiretap: Add a phone log reader.Anders Broman1-0/+801