TCP Dump file location?

Where in winscp do I find the sip-trace.pcap file that was created?

  1. Log into the server using SSH
  2. Run the command “tcpdump -s 0 -i any -w sip-trace.pcap”
  3. Reproduce your issue
  4. Stop the tcpdump using CTRL+C
  5. Log into the server using WINSCP and download the file “sip-trace.pcap”

In the home directory of user that you used to login.

1 Like

This creates sip-trace.pcap in whatever working directory you were in at the time. Likely the home directory of that user, ~/

1 Like

You can also do

tcpdump -s 0 -i any -w /path/to/directory/sip-trace.pcap

To store it in a different folder

1 Like

I ended up putting them in a separate folder and they appeared. Leaving them in the original home directory I never could find them.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.