aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snort.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-03snort: rename snort-config to packet-snort-configPeter Wu1-1/+1
2019-10-25snort: Show top-level config errors using popup windowMartin Mathieson1-0/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-25/+25
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-1/+1
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-4/+3
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-0/+3
2018-09-26Use the time stamps in the packet_info structure, not the frame_data structure.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-10/+10
2018-02-06Get rid of the pkt_encap field in struct packet_info.Guy Harris1-3/+9
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