[ADD] packet_io framework
This commit is contained in:
16
src/app.toml
Normal file
16
src/app.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[THREAD]
|
||||
|
||||
thread_num = 1
|
||||
|
||||
[PACKET_IO]
|
||||
"""
|
||||
example1:
|
||||
|
||||
run_mode = pcap_live
|
||||
interface = [eth0, eth1]
|
||||
|
||||
|
||||
|
||||
"""
|
||||
run_mode = pcap_live # three mode: pcap_file/pcap_live/marsio
|
||||
interface = [eth0, eth1]
|
||||
Reference in New Issue
Block a user