Changes between Version 2 and Version 3 of Old/Documentation/OTG/OTFHowto
- Timestamp:
- Feb 2, 2006, 7:59:45 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/OTFHowto
v2 v3 2 2 3 3 = OTF Howto = 4 5 == Introduction == 6 7 OTF program stores every packet from the "rxdev" and send it through "txdev" to a specific MAC address automatically. 8 To avoid forwarding all packets, a destination IP filter could be given as an optional filter if the received packet has an IP header. 4 9 5 10 == Command Line Options == … … 18 23 ||exit|| terminate and exit the program.|| 19 24 25 === Example of usage === 26 27 {{{ 28 ./otf --protocol raw --rxdev ath0 --txdev ath0 --dstmacaddr 00:60:B3:25:C0:16 --dstfilter 12.0.0.7 29 }}}