Project

General

Profile

Actions

Feature #277

closed

Use a configuration file for bpf

Added by Carlos Lopez about 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Effort:
Difficulty:
Label:

Description

It would be better if suricata can read bpf filters from a configuration file instead of command line with the following format, for example:

"suricata -c /etc/suricata/suricata.yaml -b /etc/suricata/bpf.conf"

And content for bpf.conf config file:

not (dst host 239.192.57.11 and dst port 5405) and
not (dst host 172.17.47.27 and dst port 5405) and
not (dst host 172.17.47.28 and dst port 5405)


Files

feature-277.patch (3.15 KB) feature-277.patch patch for load bpf from file delta yeh, 05/25/2011 03:18 AM
Actions

Also available in: Atom PDF