diff options
Diffstat (limited to 'pcap-common.c')
-rw-r--r-- | pcap-common.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pcap-common.c b/pcap-common.c index 632b1b64..aaa22c75 100644 --- a/pcap-common.c +++ b/pcap-common.c @@ -938,7 +938,12 @@ */ #define LINKTYPE_NETLINK 253 -#define LINKTYPE_MATCHING_MAX 253 /* highest value in the "matching" range */ +/* + * Bluetooth Linux Monitor headers for the BlueZ stack. + */ +#define LINKTYPE_BLUETOOTH_LINUX_MONITOR 254 + +#define LINKTYPE_MATCHING_MAX 254 /* highest value in the "matching" range */ static struct linktype_map { int dlt; |