CDP packets
'ether[20:2] == 0x2000'
PPPoE discovery, session packets
pppoed pppoes
Sum the numbers in a column
| awk '{ SUM += $1} END { print SUM }'