port-mirroring
port-mirroring copied to clipboard
OpenWrt package for copying network packets without iptables
I see the error below when executing the install command. I am running OpenWrt Chaos Calmer 15.05.1. Any ideas how I can get this working? Thanks! ``` root@OpenWrt:/tmp# opkg install...
Specifying multiple source interfaces doesn't appear to spawn multiple threads. `#ifdef _ENABLE_THREADS` in doesn't appear to be recognized by the compiler.
I try to mirror the traffic on a pppoe network but receive nothing and --debug shows no error details: ``` 15:49:03 root@OpenWrt ~ ifconfig br-lan Link encap:Ethernet HWaddr AA:AA:AA:11:11:11 inet...
/etc/init.d/port_mirroring start ```log Fri Oct 20 14:15:51 2017 daemon.info port-mirroring[9798]: port-mirroring starting Fri Oct 20 14:15:51 2017 daemon.info port-mirroring[9798]: command-line argument[1]: --daemon Fri Oct 20 14:15:51 2017 daemon.info port-mirroring[9798]: command-line...
Display log messages to the console when the --debug option is provided.
Deeply nested conditionals are difficult to read, understand, and maintain. Simplify code where possible.
Given that OpenWrt runs on a multitude of platforms with potentially different implementations of integer types, look into using C99 fixed-width integer types throughout the package.
Add a LuCI graphical user interface to configure port mirroring
Implement [Check](http://check.sourceforge.net) unit testing framework for C.