diff options
author | Michele Campus <fci1908@gmail.com> | 2015-06-29 17:09:05 +0200 |
---|---|---|
committer | Michele Campus <fci1908@gmail.com> | 2015-06-29 17:09:05 +0200 |
commit | 408922786397e2dfb0f99b5f0618c85bae568552 (patch) | |
tree | 7f896066aebfb9894712e6173bac26d9cf54f175 /src | |
parent | a968718b52d461982c492d882d41d0580ddd7a12 (diff) |
no_real for mpegts.c
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/protocols/mpegts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/mpegts.c b/src/lib/protocols/mpegts.c index 42527a6b8..b3140aa20 100644 --- a/src/lib/protocols/mpegts.c +++ b/src/lib/protocols/mpegts.c @@ -48,6 +48,6 @@ void ndpi_search_mpegts(struct ndpi_detection_module_struct *ndpi_struct, struct no_mpegts: NDPI_LOG(NDPI_PROTOCOL_MPEGTS, ndpi_struct, NDPI_LOG_DEBUG, "Excluded MPEGTS.\n"); - NDPI_ADD_PROTOCOL_TO_BITMASK(flow->excluded_protocol_bitmask/* , NDPI_PROTOCOL_MPEGTS */); + NDPI_ADD_PROTOCOL_TO_BITMASK(flow->excluded_protocol_bitmask, NDPI_PROTOCOL_MPEGTS); } #endif |