summaryrefslogtreecommitdiff
path: root/src/tsg_entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsg_entry.cpp')
-rw-r--r--src/tsg_entry.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp
index 702047e..cb38c99 100644
--- a/src/tsg_entry.cpp
+++ b/src/tsg_entry.cpp
@@ -1225,6 +1225,10 @@ static unsigned char master_deal_scan_result(const struct streaminfo *a_stream,
}
break;
case TSG_ACTION_MONITOR:
+ if(context->proto==PROTO_RTP)
+ {
+ break;
+ }
copy_monitor_result(a_stream, context, result, hit_num, a_stream->threadnum);
break;
case TSG_ACTION_BYPASS: