Changes between Version 2 and Version 3 of Old/Documentation/OTG/OTFHowto


Ignore:
Timestamp:
Feb 2, 2006, 7:59:45 PM (18 years ago)
Author:
zhibinwu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Documentation/OTG/OTFHowto

    v2 v3  
    22
    33= OTF Howto =
     4
     5== Introduction ==
     6
     7OTF program stores every packet from the "rxdev" and send it through "txdev" to a specific MAC address automatically.
     8To avoid forwarding all packets, a destination IP filter could be given as an optional filter if the received packet has an IP header.
    49
    510== Command Line Options ==
     
    1823||exit|| terminate and exit the program.||
    1924
     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}}}