First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to use Editcap on Windows?

  • retag add tags

Hello. After my last question I found out that I need to use Editcap. I have installed but Editcap is not working, I guess I use it not correctly.

I tried to use it in CMD simply using commands like "editcap -h" and etc, but is not working. I have read the documentation and tried to search any guides on youtube, but still don't understand how to use it on Windows. Please tell me steps I should to do :)

neverxxsleep's avatar
1
neverxxsleep
asked 2021-06-23 18:36:18 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Is the problem that editcap doesn't run at all, so if you try doing "editcap -h" you get "'editcap' is not recognized as an internal or external command, operable program or batch file.", or is the problem that it runs but it doesn't do what you expect?

Guy Harris's avatar Guy Harris (2021-06-23 22:11:18 +0000) edit
add a comment see more comments

2 Answers

0

You'll need to prefix the command with the path to the program and add quotes due to the spaces in the path. Given a default install this would be:

"C:\Program Files\Wireshark\editcap" ...
grahamb's avatar
23.8k
grahamb
answered 2021-06-23 21:48:25 +0000, updated 2021-06-23 21:49:55 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

You have to be in the "C:\Program Files\Wireshark" directory or add "C:\Program Files\Wireshark\" to your path. Personally, I add to the path because I have all the PCAP files in one folder.

BigFatCat's avatar
31
BigFatCat
answered 2021-06-24 00:20:35 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer