*/
#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;
DLT_CHOICE(SDLC, "IBM SDLC frames"),
DLT_CHOICE(TI_LLN_SNIFFER, "TI LLN sniffer frames"),
DLT_CHOICE(VSOCK, "Linux vsock"),
+ DLT_CHOICE(NORDIC_BLE, "Nordic Semiconductor Bluetooth LE sniffer frames"),
DLT_CHOICE_SENTINEL
};
*/
#define DLT_VSOCK 271
+/*
+ * Nordic Semiconductor Bluetooth LE sniffer.
+ */
+#define DLT_NORDIC_BLE 272
/*
* In case the code that includes this file (directly or indirectly)
#ifdef DLT_MATCHING_MAX
#undef DLT_MATCHING_MAX
#endif
-#define DLT_MATCHING_MAX 271 /* highest value in the "matching" range */
+#define DLT_MATCHING_MAX 272 /* highest value in the "matching" range */
/*
* DLT and savefile link type values are split into a class and