Skip to content

Commit

Permalink
example.env: add PCAP_FILE and PCAP_FILE_CONTINUOUS
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed Jun 30, 2024
1 parent 7127afd commit be68cda
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion example.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Copyright (C) 2024 ANSSI
# SPDX-License-Identifier: CC0-1.0

# Examples from FAUSTCTF (2023-09-23)
# Include the name of the input pcap file in Suricata EVE logs and in webapp (default: true)
PCAP_FILE=true

# Make Suricata wait for new pcap files (default: true)
# You need to disable this to see the last few flows, else Suricata will wait without logging them.
PCAP_FILE_CONTINUOUS=true

# Examples from FAUST CTF 2023 (2023-09-23)
CTF_START_DATE=2023-09-23T15:00+02:00
CTF_TICK_LENGTH=180
CTF_HOME_NET=[fd66:666::0/32]
Expand Down

0 comments on commit be68cda

Please sign in to comment.