aboutsummaryrefslogtreecommitdiff
path: root/windows/src/ndpi_define.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-12-03 09:03:56 +0100
committerToni Uhlig <matzeton@googlemail.com>2023-12-14 00:19:35 +0100
commit709e460c896861f413baa5189d46b15ba06c2673 (patch)
tree71ef4908d4778ba2f22bf83bd3f1506698779e71 /windows/src/ndpi_define.h
parentef62391dba4814ab840539406f276685ba8535f1 (diff)
Add realtime protocol output to `ndpiReader`.add/output-realtime-protocols
* support for using a new flow callback invoked before the flow memory is free'd * minor fixes * Win32 gmtime fix Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'windows/src/ndpi_define.h')
-rw-r--r--windows/src/ndpi_define.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/windows/src/ndpi_define.h b/windows/src/ndpi_define.h
index 5a47f9254..1097a95e9 100644
--- a/windows/src/ndpi_define.h
+++ b/windows/src/ndpi_define.h
@@ -283,14 +283,15 @@
ndpi_parse_packet_line_info(ndpi_struct,flow); \
} \
-#define NDPI_IPSEC_PROTOCOL_ESP 50
-#define NDPI_IPSEC_PROTOCOL_AH 51
-#define NDPI_GRE_PROTOCOL_TYPE 0x2F
-#define NDPI_ICMP_PROTOCOL_TYPE 0x01
-#define NDPI_IGMP_PROTOCOL_TYPE 0x02
-#define NDPI_EGP_PROTOCOL_TYPE 0x08
-#define NDPI_OSPF_PROTOCOL_TYPE 0x59
-#define NDPI_SCTP_PROTOCOL_TYPE 132
+#define NDPI_IPSEC_PROTOCOL_ESP 50
+#define NDPI_IPSEC_PROTOCOL_AH 51
+#define NDPI_GRE_PROTOCOL_TYPE 0x2F
+#define NDPI_ICMP_PROTOCOL_TYPE 0x01
+#define NDPI_IGMP_PROTOCOL_TYPE 0x02
+#define NDPI_EGP_PROTOCOL_TYPE 0x08
+#define NDPI_OSPF_PROTOCOL_TYPE 0x59
+#define NDPI_VRRP_PROTOCOL_TYPE 112
+#define NDPI_SCTP_PROTOCOL_TYPE 132
#define NDPI_IPIP_PROTOCOL_TYPE 0x04
#define NDPI_ICMPV6_PROTOCOL_TYPE 0x3a
#define NDPI_PGM_PROTOCOL_TYPE 0x71