Home | History | Annotate | Download | only in libpcap

Lines Matching full:sniffing

1352 dnl check for USB sniffing support
1353 AC_MSG_CHECKING(for USB sniffing support)
1356 AC_DEFINE(PCAP_SUPPORT_USB, 1, [target host supports USB sniffing])
1363 AC_DEFINE_UNQUOTED(LINUX_USB_MON_DEV, "/dev/$ac_usb_dev_name", [path for device for USB sniffing])
1364 AC_MSG_NOTICE(Device for USB sniffing is /dev/$ac_usb_dev_name)
1413 dnl check for netfilter sniffing support
1414 AC_MSG_CHECKING(whether the platform could support netfilter sniffing)
1445 [target host supports netfilter sniffing])
1462 dnl check for Bluetooth sniffing support
1467 AC_DEFINE(PCAP_SUPPORT_BT, 1, [target host supports Bluetooth sniffing])
1469 AC_MSG_NOTICE(Bluetooth sniffing is supported)
1491 AC_MSG_NOTICE(Bluetooth sniffing is not supported; install bluez-lib devel to enable it)
1495 AC_MSG_NOTICE(no Bluetooth sniffing support implemented for $host_os)
1516 AC_MSG_NOTICE(canusb sniffing is supported)
1518 AC_MSG_NOTICE(canusb sniffing is not supported; install libusb1.0 lib devel to enable it)
1535 dnl check for CAN sniffing support
1539 [ AC_DEFINE(PCAP_SUPPORT_CAN, 1, [target host supports CAN sniffing])
1541 AC_MSG_NOTICE(CAN sniffing is supported)],
1542 AC_MSG_NOTICE(CAN sniffing is not supported),
1547 AC_MSG_NOTICE(no CAN sniffing support implemented for $host_os)
1602 AC_DEFINE(PCAP_SUPPORT_DBUS, 1, [support D-Bus sniffing])