Hi, I wrote this code in cygwin in windows:
but I got this error message: tshark: The file "c:man.pcap" doesn't exist. the file "man.pcap" is located in C drive. I haven't any idea for fix this problem.What should I do? tnx for ur attention. asked 30 Aug '13, 07:05 Soroor edited 30 Aug '13, 07:49 SYN-bit ♦♦ |
One Answer:
Use a forward "/" slash in the path spec, e.g. answered 30 Aug '13, 07:34 grahamb ♦ |
Or try
so that Cygwin thinks that's a literal backslash, rather than a backslash escaping the next character.