This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Piping sflowtool into WireShark

0

From the elevated cmd prompt, I have tried "wireshark -k -i (sflowtool)" and receive error that capture session could not be created: error opening adapter...system cannot find specified file.

How can I get sflowtool piped into WireShark?

asked 30 Aug '13, 06:59

jrupert's gravatar image

jrupert
11112
accept rate: 0%


One Answer:

1

Have you set up the named pipe sflowtool as per the Wireshark Wiki page on capturing over pipes?

answered 30 Aug '13, 07:18

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

Also, you may want to read this sflow blog article, although the article indicates capturing as, wireshark -k -i <(sflowtool -t), but I think sflowtool -t | wireshark -k -i - might be needed.

(30 Aug '13, 07:59) cmaynard ♦♦