diff options
author | huniya arif, xflowResearch <huniya.arif1@gmail.com> | 2017-09-14 11:38:31 +0500 |
---|---|---|
committer | huniya arif, xflowResearch <huniya.arif1@gmail.com> | 2017-09-14 11:38:31 +0500 |
commit | d4d4f2a17c9fdd641f754305ef6de2711ab2c19f (patch) | |
tree | 4d6242b6b3546f8735c55a9bacd2d97d9ceb4e9c /src/lib/protocols/lisp.c | |
parent | d3d6a95da74df48d66cfbc5eca4df72eacf85906 (diff) |
Added LISP protocol. By Huniya Arif (xFlowResearch)
Diffstat (limited to 'src/lib/protocols/lisp.c')
-rw-r--r-- | src/lib/protocols/lisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/lisp.c b/src/lib/protocols/lisp.c index 37077029c..531f7f68f 100644 --- a/src/lib/protocols/lisp.c +++ b/src/lib/protocols/lisp.c @@ -54,7 +54,7 @@ void ndpi_search_lisp(struct ndpi_detection_module_struct *ndpi_struct, struct n } -void init_my_lisp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) +void init_lisp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) { ndpi_set_bitmask_protocol_detection("LISP", ndpi_struct, detection_bitmask, *id, NDPI_PROTOCOL_LISP, |