Hi all, I'm very beginner with wireshark and posting to know how can i use editcap. refer to the below 
 abc.pcap is present under /Program Files/Wireshark/ and hope to create another output file(123.pcap) with count=100 but editcap shows "Permission denied" on my console(windows 7) how can i fix it? asked 26 Mar '14, 21:35 Ray_Han  | 
2 Answers:
My guess is you're trying to create this  Like try this: answered 26 Mar '14, 21:58 Hadriel  | 
As per the answer from @Hadriel, this is a permissions problem in that a normal cmd prompt doesn't have write access to the  
 Changing to a directory that does allow you to write to it, e.g. the users  answered 27 Mar '14, 02:38 grahamb ♦  | 
          
Hi I have resolved it i executed command prompt(CMD) with non-administrator account(just user account). after executing it with administrator account, it works well. Thanks