diff options
Diffstat (limited to 'src/lib')
-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 |