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
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