mscdex / cap

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

how it ll work from port to interface #28

Closed sandeepbs39 closed 9 years ago

sandeepbs39 commented 9 years ago

Capture and decode all outgoing TCP data packets destined for port 80 on the interface for 192.168.0.10: but i want to capture and decode all TCP packets from Port 80 to the interface 192.168.0.10 i.e it should capture and decode the packets in both ways...

mscdex commented 9 years ago

Duplicate of #27.