-
Bonjour,
Je voudrais tester selks comme système IPS/IDS en production c'est donc la première fois que je teste ce produit.
Après l'installation de selks-6.0-nodesktop sous vmware avec la config…
-
Dear williehwc:
I'm a student from NCTU, Taiwan. My name is Liu.
I'm interested in your rtt-p4 code and I have some problem while running the code.
I followed the steps but the .csv file didn't …
-
Below I reproduce the issue using a PCAP file I had laying around. I modify the advanced03-AP-XDP tutorial code to not free each UMEM frame after it is processed in user land. There are 4,096 frames i…
-
It looks like BPF is not supported for Linux variant, while the configure summary clearly says "BSD BPF" it is still auto-detected and needs explicit fiddling to get tcpreplay compiled.
Either way,…
-
You are using `PF_PACKET` socket by default, but they are bypassing Linux IP stack, iptables, etc. It would be more useful if you allow user to select type of socket which is used to sink packets, suc…
-
Good morning again,
I'm trying to use the project to get conclusions about a pcap file with "clean traffic" to calibrate dynamically each 60 minutes and after 2 hours starting to generate malicious…
-
I'm trying a simple test with tcpliveplay but it seems tcpliveplay doesn't handle TCP handshake properly.
Let me describe the steps from my testing.
1. Logged as root on machine A I ran this comma…
-
@twood02
As of [commit 0b5a7b1](https://github.com/mrdude/openNetVM/commit/0b5a7b1a656b3d921151c8c607dea2b49ed09514), TCP replay works.
As usual, the problems were caused by a handful of subtle b…
-
Looking for help getting to the bottom of missing flow records I'm seeing on my lab deployment.
I have DEX running on an Ubuntu machine, pulling flows from a FCVE, that is getting flow records from…
-
```
What steps will reproduce the problem?
1. Set "buff_size" to 9000 bytes
echo 9000 > /sys/module/netmap_lin/parameters/buf_size
2. Launch tcpdump using netmap-libpcap
sudo taskset -c 0 sudo tcpdu…