|
I want to transform a captured sample .pcap file stored in the windows 7 desktop into a text file on windows 7 command line cmd using tshark. I tried : C:>Program Files>Wireshark> tshark -V -r C:\Users\myName\Desktop\WiresharkLog\SynFlood Sample.pcap > C:\Users\myName\Desktop\logcapture.txt When i hit enter after entering this command, the message on the command line says "access is denied." How do i make sure that i can convert a pcap file source into a text file using tshark commands on windows 7 cmd? |
|
Your login name contains spaces, so you might have to quote it on the command line:
When i typed that, the windows 7 command line interface showed this message : tshark: "Sample.pcap" is neither a field or a protocol name. Is there a mistake in the command or there is another problem?
(16 Apr '12, 23:22)
misteryuku
Yes. What is the pathname of the capture file? Is
(16 Apr '12, 23:32)
Guy Harris ♦♦
Yeah. That is what i meant
(16 Apr '12, 23:33)
misteryuku
OK, I fixed the command line in the answer to reflect the pathname of the capture file being
as, when looking at the original question, it looks as if the capture file name is
(25 Jun '12, 20:33)
Guy Harris ♦♦
|
