while (<>) { if (/Native VLAN ID \(0x0a\), length: (\d+) bytes: (\d+)/) { print "$2\n"; }}