mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Remove obsolete Skipping()/SetSkip() from Connection
This commit is contained in:
parent
08fb5d76ee
commit
12d768d0d8
4 changed files with 5 additions and 15 deletions
|
@ -90,7 +90,7 @@ bool IPBasedAnalyzer::AnalyzePacket(size_t len, const uint8_t* data, Packet* pkt
|
|||
run_state::current_pkt = pkt;
|
||||
|
||||
// TODO: Does this actually mean anything?
|
||||
if ( conn->Skipping() )
|
||||
if ( conn->GetSessionAdapter()->Skipping() )
|
||||
return true;
|
||||
|
||||
DeliverPacket(conn, run_state::processing_start_time, is_orig, len, pkt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue