kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.53k stars 125 forks source link

Listen to specific port? #13

Open JAStanton opened 8 years ago

JAStanton commented 8 years ago

Would it be possible to monitor traffic of a given port?

samccone commented 8 years ago

I think that you could filter the traffic inside of the network pane by port which would handle this use case right?

JAStanton commented 8 years ago

If that works that'd be great. I wasn't sure if this was only capturing data running through port 80 or if this captured all network traffic.

jpstone commented 8 years ago

It would be nice if this could be a sort of Wireshark replacement/supplement. Decrypting SSL traffic (not just HTTP, but also SIP, etc) can be challenging with Wireshark. If this could be handled automatically via this proxy for any network traffic (not just web) that would be freakin' awesome.