diff --git a/doc/scapy/usage.rst b/doc/scapy/usage.rst index 4a2744cb10ab7e7b5abf4580105c5f5eaa4cc052..ffc40106dbe6d96a7a1a694ae2559203581d467a 100644 --- a/doc/scapy/usage.rst +++ b/doc/scapy/usage.rst @@ -1059,6 +1059,8 @@ you can have a kind of FakeAP:: Dot11Elt(ID="TIM", info="\x00\x01\x00\x00"), iface="mon0", loop=1) +Depending on the driver, the commands needed to get a working frame injection interface may vary. You may also have to replace the first pseudo-layer (in the example ``RadioTap()``) by ``PrismHeader()``, or by a proprietary pseudo-layer, or even to remove it. + Simple one-liners =================