diff options
Diffstat (limited to 'src/lib/protocols/softether.c')
-rw-r--r-- | src/lib/protocols/softether.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/softether.c b/src/lib/protocols/softether.c index ea59a9a99..57a2fddff 100644 --- a/src/lib/protocols/softether.c +++ b/src/lib/protocols/softether.c @@ -341,8 +341,8 @@ static int ndpi_search_softether_again(struct ndpi_detection_module_struct *ndpi /* ***************************************************** */ void init_softether_dissector(struct ndpi_detection_module_struct *ndpi_struct, - u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) { - ndpi_set_bitmask_protocol_detection("Softether", ndpi_struct, detection_bitmask, *id, + u_int32_t *id) { + ndpi_set_bitmask_protocol_detection("Softether", ndpi_struct, *id, NDPI_PROTOCOL_SOFTETHER, ndpi_search_softether, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_UDP_WITH_PAYLOAD, |