diff options
Diffstat (limited to 'src/lib/protocols/teredo.c')
-rw-r--r-- | src/lib/protocols/teredo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/teredo.c b/src/lib/protocols/teredo.c index 4f75d300d..00be54715 100644 --- a/src/lib/protocols/teredo.c +++ b/src/lib/protocols/teredo.c @@ -43,9 +43,9 @@ void ndpi_search_teredo(struct ndpi_detection_module_struct *ndpi_struct, struct } -void init_teredo_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) +void init_teredo_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id) { - ndpi_set_bitmask_protocol_detection("TEREDO", ndpi_struct, detection_bitmask, *id, + ndpi_set_bitmask_protocol_detection("TEREDO", ndpi_struct, *id, NDPI_PROTOCOL_TEREDO, ndpi_search_teredo, /* Teredo is inherently IPV4 only */ |