aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snort-config.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-06-25Snort config: Avoid leaks when fail to open config file.Martin Mathieson1-6/+5
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-3/+3
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-05-03Fix some issues seen with a fresh run of PVS StudioMartin Mathieson1-2/+9
2020-05-01No explicit glib.h include requiredJaap Keuter1-0/+1
2020-02-16More issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-1/+1
2019-11-03snort: rename snort-config to packet-snort-configPeter Wu1-0/+1208