$OpenBSD: patch-nDPI_src_lib_ndpi_community_id_c,v 1.3 2021/07/27 10:27:48 sthen Exp $

Index: nDPI/src/lib/ndpi_community_id.c
--- nDPI/src/lib/ndpi_community_id.c.orig
+++ nDPI/src/lib/ndpi_community_id.c
@@ -68,6 +68,10 @@
 #define NDPI_ICMP6_WRUREQUEST		139
 #define NDPI_ICMP6_WRUREPLY		140
 
+#ifndef IPPROTO_SCTP
+#define IPPROTO_SCTP 132
+#endif
+
 /* **************************************************** */
 
 static u_int16_t ndpi_community_id_buf_copy(u_int8_t * const dst, const void * const src, u_int16_t len) {
