diff options
author | Vitaly Lavrov <vel21ripn@gmail.com> | 2017-09-29 10:02:56 +0300 |
---|---|---|
committer | Vitaly Lavrov <vel21ripn@gmail.com> | 2017-09-29 10:04:03 +0300 |
commit | 1dd93590e4afd55388b16ffab95c8d62696ea90f (patch) | |
tree | 08707868ff4cd9f71a97c7a44048546e4f9716fb /src | |
parent | 662ef2f65bc9b5864e6ac1b7080e43d3d576463f (diff) |
Fixed a typo in lisp.c
Diffstat (limited to 'src')
-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 531f7f68f..01e445398 100644 --- a/src/lib/protocols/lisp.c +++ b/src/lib/protocols/lisp.c @@ -35,7 +35,7 @@ static void ndpi_check_lisp(struct ndpi_detection_module_struct *ndpi_struct, st } } - NDPI_LOG(NDPI_PROTOCOL_lisp, ndpi_struct, NDPI_LOG_DEBUG, "exclude lisp.\n"); + NDPI_LOG(NDPI_PROTOCOL_LISP, ndpi_struct, NDPI_LOG_DEBUG, "exclude lisp.\n"); NDPI_ADD_PROTOCOL_TO_BITMASK(flow->excluded_protocol_bitmask, NDPI_PROTOCOL_LISP); } |