aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_define.h.in
diff options
context:
space:
mode:
authorNardi Ivan <nardi.ivan@gmail.com>2022-07-17 12:49:18 +0200
committerIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2022-07-20 19:16:18 +0200
commitd66aa49787cea811a8fcb585b939ce3ca5c6852e (patch)
tree73ec0b1c5bd812121930b11f776ba986c23d08b9 /src/include/ndpi_define.h.in
parenta9204eb9365432d3ea26b4ca930dfb380b68b4ad (diff)
DTLS: fix exclusion of DTLS protocol
Add an helper to exclude a generic protocol
Diffstat (limited to 'src/include/ndpi_define.h.in')
-rw-r--r--src/include/ndpi_define.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in
index 2999a38f7..70107cae9 100644
--- a/src/include/ndpi_define.h.in
+++ b/src/include/ndpi_define.h.in
@@ -227,6 +227,7 @@
#endif /* NDPI_ENABLE_DEBUG_MESSAGES */
#define NDPI_EXCLUDE_PROTO(mod,flow) ndpi_exclude_protocol(mod, flow, NDPI_CURRENT_PROTO, __FILE__, __FUNCTION__, __LINE__)
+#define NDPI_EXCLUDE_PROTO_EXT(mod,flow,proto) ndpi_exclude_protocol(mod, flow, proto, __FILE__, __FUNCTION__, __LINE__)
/**
* macro for getting the string len of a static string