You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw er; // Unhandled stream error in pipe.
^
TypeError: Cannot read property 'ip.src_raw' of undefined
at getBuf (/home/dev/.npm-global/lib/node_modules/pcap-sanitizer/sanitize.js:338:38)
at fixChecksums (/home/dev/.npm-global/lib/node_modules/pcap-sanitizer/sanitize.js:342:7)
at convertFrame (/home/dev/.npm-global/lib/node_modules/pcap-sanitizer/sanitize.js:283:5)
at /home/dev/.npm-global/lib/node_modules/pcap-sanitizer/sanitize.js:223:15
at Stream.write (/home/dev/.npm-global/lib/node_modules/pcap-sanitizer/node_modules/event-stream/index.js:204:20)
at Stream.stream.write (/home/dev/.npm-global/lib/node_modules/pcap-sanitizer/node_modules/through/index.js:26:11)
at Stream.ondata (internal/streams/legacy.js:19:31)
at Stream.emit (events.js:314:20)
at drain (/home/dev/.npm-global/lib/node_modules/pcap-sanitizer/node_modules/through/index.js:36:16)
at Stream.stream.queue.stream.push (/home/dev/.npm-global/lib/node_modules/pcap-sanitizer/node_modules/through/index.js:45:5)```
The text was updated successfully, but these errors were encountered:
Your usage documentation is garbage, but I'm assuming this is how the command line is supposed to work:
pcap-sanitizer unsanitized.pcapng --out sanitized.pcapng -r 192.168.1.2
Except this results in the following:
The text was updated successfully, but these errors were encountered: