Ask Your Question
0

Capture File Location

asked 2019-01-20 20:10:06 +0000

I am somewhat new to WireShark

I would like to have a "Permanent" capture file location instead of having to navigate to it each time.

A file that would be overwritten each time, drive space is not an issue.

I am just not sure how to do this.

Any help would be appreciated

Thanks..

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
0

answered 2019-01-21 14:31:38 +0000

Jasper gravatar image

I'd do this by running dumpcap.exe instead of Wireshark (which uses dumpcap.exe to capture anyway). You can run it with the same parameter set each time, writing to the same file like this:

dumpcap -i 0 -w d:\temp\capture.pcapng

The "-i" parameter specifies the index of the capture interface. You can get a list with

dumpcap -D
edit flag offensive delete link more
0

answered 2019-01-20 22:41:43 +0000

if i understand you correctly; go to your preferences (ctrl+shift+P) under appearance.

i have a free 30 quickstart on my site https://www.networkdatapedia.com/sing...

regards

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-01-20 20:10:06 +0000

Seen: 591 times

Last updated: Jan 21 '19