[OpenWrt-Devel] [PATCH] [packages] port-mirroring: new package port-mirroring

2013-03-19 Thread Wei Geng
This "port-mirroring" package can mirror traffic of adapter(s) to another adapter or to a remote computer, which is useful for a network sniffer to analysis your network. It's been tested for a month on bcm47xx (Linksys WRT54G) and proved to be very stable and efficient. Signed-off-by: Bruce Gen

Re: [OpenWrt-Devel] [PATCH] [packages] port-mirroring: new package port-mirroring

2013-03-21 Thread Wei Geng
he original packet's ethernet headers to forward it, hence you can not get the original mac addresses. On Tue, Mar 19, 2013 at 9:44 PM, Stefan Hellermann wrote: > 2013/3/19 Wei Geng : > > This "port-mirroring" package can mirror traffic of adapter(s) to another > >

Re: [OpenWrt-Devel] [PATCH] [packages] port-mirroring: new package port-mirroring

2013-03-21 Thread Wei Geng
Can you tell me which version of openwrt has the "iptables TEE" support? I never get it working in my backfire router. On Fri, Mar 22, 2013 at 1:20 PM, Wei Geng wrote: > 1. My "port-mirroring" is based on libpcap, it does have ipv6 support. > 2. Different to the &qu

[OpenWrt-Devel] [PATCH] [packages] port-mirroring: new version of port-mirroring package

2013-04-16 Thread Wei Geng
New 1.3 version of the "port-mirroring" package. More details of this package can be found at: http://code.google.com/p/port-mirroring/ Signed-off-by: Bruce Geng --- Index: package/network/utils/port-mirroring/Makefile === --- packa