What options do I use to never lose data? I do not want capture files to ever be overwritten or discarded. I do not want capturing to ever stop. asked 03 Jul '12, 09:02 tompdiaz |
One Answer:
You can use dumpcap with a very large number of ring buffer files. Windows:
Linux:
This will capture Regards answered 03 Jul '12, 09:42 Kurt Knochner ♦ edited 04 Jul '12, 01:20 Jaap ♦ showing 5 of 6 show 1 more comments |
Kurt, you can omit the "-b files:100000" option to make dumpcap not overwrite old files.
(Which will make the capture run "forever" if you bought the new "infinite" drive from www.nowthatswhaticallabigharddisk.com)
Thanks. I never tried that!
BTW: Should that link actually work?
Oops... I forgot to add the ";-)"
damn, and I was already about to lauch amazon.com ..... ;-)
Also the 100MB might be a bit large for Wireshark to grok when you want to look into them.
really? Usually I split them in chunks of 250-400 MB with no (technical) problem at all. It's for sure a challenge to find THAT one packet, but that's a layer 8 problem.