mscdex / cap

A cross-platform binding for performing packet capturing with node.js
MIT License
360 stars 46 forks source link

Generate and remove Ethernet header #76

Closed alfredballe closed 5 years ago

alfredballe commented 5 years ago

Is it possible to automatic remove Ethernet headers from sniffed packets, and generate valid Ethernet headers for packets being "FORWARD"'ed through a proxy server?

mscdex commented 5 years ago

No, that would be up to users of this module. The main goal of this module is to capture packets. How those packets are interpreted/used are up to you.