Skip to content

Commit

Permalink
for idaholab#462, updates to suricata config generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed May 2, 2024
1 parent 45268e9 commit 68a454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/bin/suricata_config_populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def __call__(self, repr, data):
'HTTP2_EVE_ENABLED': False,
'HTTP2_MAX_STREAMS': 4096,
'HTTP2_MAX_TABLE_SIZE': 65536,
'HTTP2_MAX_REASSEMBLY_SIZE': 102400
'HTTP2_MAX_REASSEMBLY_SIZE': 102400,
'HTTP_ENABLED': True,
'HTTP_EVE_ENABLED': False,
'HTTP_EXTENDED': False,
Expand Down

0 comments on commit 68a454e

Please sign in to comment.