aboutsummaryrefslogtreecommitdiff
path: root/nDPId.c
diff options
context:
space:
mode:
Diffstat (limited to 'nDPId.c')
-rw-r--r--nDPId.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/nDPId.c b/nDPId.c
index 3c27af7d3..a7e41fb4a 100644
--- a/nDPId.c
+++ b/nDPId.c
@@ -38,6 +38,14 @@
#define ETHERTYPE_PAE 0x888e
#endif
+#ifndef DLT_DSA_TAG_DSA
+#define DLT_DSA_TAG_DSA 284
+#endif
+
+#ifndef DLT_DSA_TAG_EDSA
+#define DLT_DSA_TAG_EDSA 285
+#endif
+
#if ((NDPI_MAJOR == 3 && NDPI_MINOR < 5) || NDPI_MAJOR < 3) && NDPI_API_VERSION < 4087
#error "nDPI >= 3.5.0 or API version >= 4087 required"
#endif