Skip to content

Commit

Permalink
for cisagov#457, fix processing of other log types
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 21, 2025
1 parent a88ce44 commit c7d86d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/bin/pcap_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
try:
from suricata_socket import SuricataSocketClient
except ImportError:
SuricataSocketClient = None
# this will blow up later on instantiation, of course
SuricataSocketClient = object

###################################################################################################
MAX_WORKER_PROCESSES_DEFAULT = 1
Expand Down

0 comments on commit c7d86d6

Please sign in to comment.