diff options
author | guy <guy> | 2006-12-20 03:30:32 +0000 |
---|---|---|
committer | guy <guy> | 2006-12-20 03:30:32 +0000 |
commit | d959f6403da743f8864ae1ee3004e34c932eb133 (patch) | |
tree | dffa343bff6418f17ec19381157cdf64805b3667 /pcap-bt-linux.h | |
parent | 8a391f392c60f141854c2d4a1749c5b8a0fe1c5b (diff) |
From Paolo Abeni: add support for the binary USB sniffing interface in
Linux. The USB sniffing code for Linux now supplies a per-packet header
based on the one supplied by the Linux binary sniffing interface, so we
add a new DLT_ value and use that.
Fix his e-mail address, and add him to the credits.
Diffstat (limited to 'pcap-bt-linux.h')
-rw-r--r-- | pcap-bt-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-bt-linux.h b/pcap-bt-linux.h index 2c9e2942..b892a902 100644 --- a/pcap-bt-linux.h +++ b/pcap-bt-linux.h @@ -30,7 +30,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Bluetooth sniffing API implementation for Linux platform - * By Paolo Abeni <paolo.abeni@email.com> + * By Paolo Abeni <paolo.abeni@email.it> * */ |