Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

PCAP-over-IP client in stenotype #238

Open
erik4711 opened this issue Aug 18, 2022 · 0 comments
Open

PCAP-over-IP client in stenotype #238

erik4711 opened this issue Aug 18, 2022 · 0 comments

Comments

@erik4711
Copy link

Feature request: Add a PCAP-over-IP client to stenotype, so that packets can be read from a TCP socket as an alternative to sniffing an interface.

PCAP-over-IP can be used to live-stream captured packets from a remote sniffer to Stenographer, but the most useful use-case is probably in order to read decrypted HTTPS traffic from a TLS proxy without having to replay it to a dummy network interface. There are several downsides of replaying packets to an interface, such as requiring root privs and risk of packet loss, so reading them from a TCP socket instead is preferable.

It would be nice if stenotype would support the same TCP socket interface syntax as Wireshark/tshark.

stenotype [email protected]:57012

Another option would be to add a custom option specifically for PCAP-over-IP:

stenotype --pcapoverip-connect=192.168.1.2:57012

Or to start a listening socket that awaits packet sources to connect using PCAP-over-IP

stenotype --pcapoverip-listen=57012

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant