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.c | |
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.c')
-rw-r--r-- | pcap-bt-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-bt-linux.c b/pcap-bt-linux.c index 8bc99bae..924835b6 100644 --- a/pcap-bt-linux.c +++ b/pcap-bt-linux.c @@ -29,7 +29,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> * */ |