Skip to content

pcapparse: add packet filtering options

Add packet filtering by src-mac, dst-mac and EtherType. Add support for double VLAN tagging.

This enhancement is useful when we want to replay AVTP dumps (filter ethertype by 0x22f0 and by source MAC address).

Double VLAN tagging is also sometimes added by AVTP media bridges.

Edited by Tim-Philipp Müller

Merge request reports