Jon,
Is your goal to output directly from wireshark into a MySQL database instead
of a .cap file? Then be able to generate .cap files out of the database
based on date, time range, and other standard filters. Keep us posted on
your progress.
For now, I have to capture 40 .cap files each at 512 Me
I am working on a continuous packet capture application (think
Infinistream, Gigastor, NetVCR) written in Perl (only because that's
what I know). Here is what I have so far.
This works (or seems to). More optimization possible by removing
unnecessary trailing spaces from each packet hexdump. Ha