aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snort.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-20Snort: check executable and config files exist before trying to run.Martin Mathieson1-4/+29
2017-08-28snort: do not unconditionally prime tcp.reassembled_inPeter Wu1-8/+14
2017-06-23Snort content matching fixesMartin Mathieson1-4/+10
2017-06-19Misc snort fixes.Martin Mathieson1-5/+19
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+1
2017-05-02Snort: Ask for needed fields.Martin Mathieson1-2/+10
2017-04-28Snort: get rid of dependency on struct timevalMartin Mathieson1-9/+8
2017-04-23Snort: restore timestamp before showing alertMartin Mathieson1-4/+12
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-2/+2
2017-04-16Snort: map more pcre modifiers to GRegexCompileFlagsMartin Mathieson1-4/+20
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-04-08Cope with spaces among options better, plus trivial cleanupsMartin Mathieson1-7/+5
2017-03-02[packet snort] Fix build on SuSE 11.4AndersBroman1-2/+2
2017-02-21Snort: use GRegex to find pcre matchesMartin Mathieson1-4/+61
2017-01-28Snort: add a preference to show alert in reassembled frameMartin Mathieson1-33/+99
2017-01-01Snort: without explicit disable, expand preference to switch offMartin Mathieson1-9/+15
2016-12-27Replace assignment with structure assignment (CID 1397183)Jaap Keuter1-2/+1
2016-12-25Remove individual post-dissect enable preferences.Michael Mann1-14/+7
2016-11-24Note that we can't use a child setup routine in g_spawn routines.Guy Harris1-1/+1
2016-11-24Return from snort_start early if dissector not enabled.Martin Mathieson1-8/+6
2016-11-23Initial commit of Snort post-dissector.Martin Mathieson1-0/+1384