
xplico live capturing from remote host
Would it be possible to use xplico in order to capture real time packets from a remote host? for example using named pipes like
mkfifo p.cpap
ssh
root@server.com 'tshark -f "port !22" -w -' > p.cpap
./xplico -m pcap -f p.cpap
or by using sockets?
Could somebody virtualize an interface in xplico host where its output would be the live capturing of a remote host so as it (the virtual interface) would be an option in real time capturing?
Thanks in advance for any response.