aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2019-09-03 18:39:36 +0200
committerLuca <deri@ntop.org>2019-09-03 18:39:36 +0200
commitb3c88a7e24ae2e1d2a7d6a98348f40135dd09681 (patch)
tree6363f8312ff007c79549cc4a7fe204cdb2c7eb53 /src
parent886d5751572ee2d8388714ecc3925bead298aeb6 (diff)
parent2cbad47d7b58c8bf1a1860e7e36e4624d4fef511 (diff)
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src')
-rw-r--r--src/include/ndpi_typedefs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 679cb3993..bc067cbc7 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -348,6 +348,15 @@ struct ndpi_icmphdr {
} un;
} PACK_OFF;
+/* +++++++++++++++++++++++ VXLAN header +++++++++++++++++++++++ */
+
+PACK_ON
+struct ndpi_vxlanhdr {
+ u_int16_t flags;
+ u_int16_t groupPolicy;
+ u_int32_t vni;
+} PACK_OFF;
+
/* ************************************************************ */
/* ******************* ********************* ****************** */
/* ************************************************************ */