Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VoIpong accepting stream from pipe (stdin / stdout) #3

Open
duffy6 opened this issue Oct 26, 2018 · 0 comments
Open

VoIpong accepting stream from pipe (stdin / stdout) #3

duffy6 opened this issue Oct 26, 2018 · 0 comments

Comments

@duffy6
Copy link

duffy6 commented Oct 26, 2018

I have a script running (fritzdump.sh) which captures the traffic directly from my router into a pipe:

in this example it is piped to tshark:

wget --no-check-certificate -qO- $FRITZIP/cgi-bin/capture_notimeout?ifaceorminor=$IFACE\&snaplen=\&capture=Start\&sid=$SID | /usr/bin/tshark -r -

I would like to "forward" this traffic to VoIPong?

Is this possible?

Capturing the traffic to a pcap file first and then analyzing with wireshark is way to complicated. I am looking for an automated solution. I don't want to:

save pcap -> send manually pcap to VoIPong

greetz duffy6

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

No branches or pull requests

1 participant