You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: