sip: fix inspection direction

pull/13397/head
Shivani Bhardwaj 6 months ago committed by Victor Julien
parent 8bf7e9abcc
commit 16eb56aa73

@ -281,7 +281,7 @@ impl SIPState {
tx.response_line = resp_line;
}
self.transactions.push_back(tx);
sc_app_layer_parser_trigger_raw_stream_inspection(flow, Direction::ToServer as i32);
sc_app_layer_parser_trigger_raw_stream_inspection(flow, Direction::ToClient as i32);
let consumed = start.len() - rem.len();
start = rem;

Loading…
Cancel
Save