mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Added LISP protocol. By Huniya Arif (xFlowResearch)
This commit is contained in:
parent
d3d6a95da7
commit
d4d4f2a17c
3 changed files with 3 additions and 3 deletions
|
|
@ -2741,7 +2741,7 @@ void ndpi_set_protocol_detection_bitmask2(struct ndpi_detection_module_struct *n
|
|||
init_csgo_dissector(ndpi_struct, &a, detection_bitmask);
|
||||
|
||||
/* LISP */
|
||||
init_my_lisp_dissector(ndpi_struct, &a, detection_bitmask);
|
||||
init_lisp_dissector(ndpi_struct, &a, detection_bitmask);
|
||||
|
||||
/* ----------------------------------------------------------------- */
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue