They have the same numerical value, as with all newly-added link-layer
header types.
*/
#define LINKTYPE_BLUETOOTH_LE_LL 251
-#define LINKTYPE_MATCHING_MAX 251 /* highest value in the "matching" range */
+/*
+ * Link-layer header type for upper-protocol layer PDU saves from wireshark.
+ *
+ * the actual contents are determined by two TAGs stored with each
+ * packet:
+ * EXP_PDU_TAG_LINKTYPE the link type (DLT value) of the
+ * original packet.
+ *
+ * EXP_PDU_TAG_PROTO_NAME the name of the wireshark dissector
+ * that can make sense of the data stored.
+ */
+#define LINKTYPE_WIRESHARK_UPPER_PDU 252
+
+#define LINKTYPE_MATCHING_MAX 252 /* highest value in the "matching" range */
static struct linktype_map {
int dlt;
*/
#define DLT_WIRESHARK_UPPER_PDU 252
-
#define DLT_MATCHING_MAX 252 /* highest value in the "matching" range */
/*