diff options
author | Adam Laurie <adam@algroup.co.uk> | 2006-02-03 18:48:52 +0000 |
---|---|---|
committer | Adam Laurie <adam@algroup.co.uk> | 2006-02-03 18:48:52 +0000 |
commit | b7d130c68efdeea62d459e5c6c968c89412d9f46 (patch) | |
tree | 3f9c6859a33427d55ecdd4a17d451aa7e3ffeb07 /tools | |
parent | 49244d8ca41191d042fbed0732bb14db99fd56c8 (diff) |
gnip (reverse ping)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/l2ping.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/l2ping.1 b/tools/l2ping.1 index f415dd9c..ab92caf7 100644 --- a/tools/l2ping.1 +++ b/tools/l2ping.1 @@ -13,6 +13,8 @@ l2ping \- Send L2CAP echo request and receive answer .I -t timeout ] [ .I -f +] [ +.I -r ] < .I bd_addr > @@ -50,6 +52,9 @@ seconds for the response. Kind of flood ping. Use with care! It reduces the delay time between packets to 0. .TP +.I -r +Reverse ping (gnip?). Send echo response instead of echo request. +.TP .I bd_addr The Bluetooth MAC address to be pinged in dotted hex notation like .B 01:02:03:ab:cd:ef @@ -58,4 +63,4 @@ or .SH AUTHORS Written by Maxim Krasnyansky <maxk@qualcomm.com> and Marcel Holtmann <marcel@holtmann.org> .PP -man page by Nils Faerber <nils@kernelconcepts.de>. +man page by Nils Faerber <nils@kernelconcepts.de>, Adam Laurie <adam@algroup.co.uk>. |