I'd like to generate pcap format capture files,
on a system that hasn't a raw socket api.
we have another api with which we can
capture raw frames, one I'd like to try
hacking into a variant of lipcap.
(10mb ethernet, is all we're concerned with at the moment)
I'm a bit fuzzy on the best place to
start (pcap_next(), and on up?).
or, perhaps, simply puzzle out a way
to convert files containing the raw frames
over to pcap format.
