*/
#define DLT_AOS 222
+/*
+ * Wireless HART (Highway Addressable Remote Transducer)
+ * From the HART Communication Foundation
+ * IES/PAS 62591
+ *
+ */
+#define DLT_WIHART 223
+
/*
* DLT and savefile link type values are split into a class and
*/
#define LINKTYPE_AOS 222
+/*
+ * Wireless HART (Highway Addressable Remote Transducer)
+ * From the HART Communication Foundation
+ * IES/PAS 62591
+ *
+ */
+#define LINKTYPE_WIHART 223
+
static struct linktype_map {
int dlt;
/* AOS Space Data Link Protocol */
{ DLT_AOS, LINKTYPE_AOS },
+ /* Wireless HART */
+ { DLT_WIHART, LINKTYPE_WIHART },
+
{ -1, -1 }
};