Packet analysis cleanup.

This commit is contained in:
Jan Grashoefer 2020-09-22 15:07:41 +02:00 committed by Tim Wojtulewicz
parent 62562504d5
commit 8d834a1d89
7 changed files with 21 additions and 39 deletions

View file

@ -189,7 +189,7 @@ void PktSrc::Process()
if ( ! ExtractNextPacketInternal() )
return;
if ( current_packet.Layer2Valid() )
if ( current_packet.l2_valid )
{
if ( run_state::pseudo_realtime )
{