From: Martin Pirker Date: 2005-04-13T00:09:41+09:00 Subject: Re: Status of libpcap Jonathan Paisley wrote: > I've used that library and linked against libpcap 0.8.3. I don't think the > libpcap API has changed much. A dumpfile of e.g. Ethereal sometimes causes exceptions when opened by Pcap::Capture.open_offline, seems some new structures are not (yet) handled by the Ruby bindings. > The only change I made was to correct a run-time warning to do with symbols. > See patch below. This fixes the warnings, thanks! Martin