Page 4 of 4

Re: Check for updates using the NCPA agent

Posted: Tue Mar 08, 2022 12:52 pm
by pbroste
Hello @jakai

Excellent, the screenshot indicates that the 'tcpdump' is executing writing to a file named 'output.pcap'.

Please send over the 'output.pcap' when you have a chance so we can see how that looks,
Perry

Re: Check for updates using the NCPA agent

Posted: Mon Mar 14, 2022 5:35 am
by jakai
Hello,
Where can I find this file?

Re: Check for updates using the NCPA agent

Posted: Wed Mar 16, 2022 4:43 pm
by pbroste
Hello @jakai

Thanks for following up, you can run the following and find the output.pcap in the '/tmp/output.pcap'

Code: Select all

tcpdump -s 0 -i any port 5693 -w /tmp/output.pcap
CLT-C to break out of it.

Thanks,
Perry