Skip to content

boos/suricata-patchs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

suricata-patchs

Proposed suricata patch:

  • suricata-1.2.1-archive.patch

    This patch add an extra mode to the pcap-log mode to archive files.
    With this added modality when pcap file are under dump by suricata they are written in archive_temp_dir: /directory/path
    When then the file are closed are then moved to archive_dest_dir: /directory/path
    To enable this kind of dump mode you need in pcap-log yaml section to set the following options:

    mode = archive
    archive_temp_dir = /path/where/dump/file/until/they/are/closed
    archive_dest_dir = /path/where/dump/file/AFTER/thet/are/closed

  • suricata-1.x.-archive.patch
    Under development .

About

Archive mode suricata patchs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published