editcap.exe returns "File mycapturefile.pcapng is a Wireshark/... - pcapng capture file"
I'm trying to split a huge capture into 1 hour files like this:
"C:\Program Files\Wireshark\editcap.exe" -v -r -i 3600 myhugecapture.pcapng splits
Where "myhugecapture.pcapng" is the input and "splits" is the name that I want for the outputs.
All I get is this message:
File mycapturefile.pcapng is a Wireshark/... - pcapng capture file.
And a 200 bytes "splits" output file that I don't know what it is
Why is the
-r
option being used?editcap man page:
The documentation - man page and usage output - could use some reconciling. Also I wonder if there shouldn't be an error/warning is
-r
is used without the "An optional list of packet numbers ..." that is mentioned in the man page.I don't wonder - that should definitely be an error.
Right @Chuckc. I knew there was something wrong in my command. My question was more about the output message. I still don't know what means nor I found any useful info googling it. I just hope someone else finds this post and helps despite my mistake with -r param.
What i read in DOS cmd was
As I didn't really know what I was doing and I read "keep" and "delete" my thought was ok, I don't want to screw my whole weekend capture file so "keep" is something that sounds good in any case.
Thank you all and excuse my clumsiness
This is from Ubuntu in WSL on Windows 10.
file
command is available on most*nix
:This is from Ubuntu in WSL on Windows 10.
file
command is available on most*nix
: