To capture packets on WAE for troubleshooting and analysis, you can use the build in tethereal to do this.
To capture all traffic and save to a file:
tethereal -w capture.cap
Ctrl-C to stop the packet capture, and the file is viewable with the "dir" command:
dir *.cap
You can copy the file to some other places for offline viewing then.
To capture all traffic and save to a file:
tethereal -w capture.cap
Ctrl-C to stop the packet capture, and the file is viewable with the "dir" command:
dir *.cap
You can copy the file to some other places for offline viewing then.
No comments:
Post a Comment