There are times when I just want pcap to do what it's supposed to do and not complain when it sees something it cannot process.
$ sudo node index.js
node_pcap: EthernetFrame() - Don't know how to decode ethertype 4284
node_pcap: EthernetFrame() - Don't know how to decode ethertype 4284
mac address found
node_pcap: EthernetFrame() - Don't know how to decode ethertype 4284
Should the errors be emitted back so that the calling application can decide whether or not it wants to do something about it?
There are times when I just want pcap to do what it's supposed to do and not complain when it sees something it cannot process.
Should the errors be emitted back so that the calling application can decide whether or not it wants to do something about it?