diff options
Diffstat (limited to 'pcap-bt-linux.c')
-rw-r--r-- | pcap-bt-linux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-bt-linux.c b/pcap-bt-linux.c index c3041a91..82a5554f 100644 --- a/pcap-bt-linux.c +++ b/pcap-bt-linux.c @@ -380,8 +380,8 @@ bt_read_linux(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char static int bt_inject_linux(pcap_t *handle, const void *buf _U_, int size _U_) { - pcap_snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Inject not supported on " - "Bluetooth devices"); + pcap_snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, + "Packet injection is not supported on Bluetooth devices"); return (-1); } |