diff options
author | Michele Campus <fci1908@gmail.com> | 2017-09-29 10:15:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 10:15:19 +0200 |
commit | 50624b390e645903626e2070fbea4ed974a70f9d (patch) | |
tree | 08707868ff4cd9f71a97c7a44048546e4f9716fb /src/lib/protocols/lisp.c | |
parent | 662ef2f65bc9b5864e6ac1b7080e43d3d576463f (diff) | |
parent | 1dd93590e4afd55388b16ffab95c8d62696ea90f (diff) |
Merge pull request #463 from vel21ripn/dev
Fixed a typo in lisp.c
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 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); } |