]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-common.c
Nordic Semiconductor Bluetooth LE sniffer link-layer header type.
[libpcap] / pcap-common.c
index 281203c76f42b9635ba203fe8a2cdd7c28afc377..8a34ec858a7503c598f553983922bf723b533564 100644 (file)
  */
 #define LINKTYPE_VSOCK          271
 
-#define LINKTYPE_MATCHING_MAX  271             /* highest value in the "matching" range */
+/*
+ * Nordic Semiconductor Bluetooth LE sniffer.
+ */
+#define LINKTYPE_NORDIC_BLE    272
+
+#define LINKTYPE_MATCHING_MAX  272             /* highest value in the "matching" range */
 
 static struct linktype_map {
        int     dlt;