Re: [tcpdump-workers] BUG: pcap_fopen_offline doesn't work with pcap_next [patch]

2009-08-11 Thread Guy Harris
On Aug 11, 2009, at 2:26 PM, Dustin Spicuzza wrote: In git, pcap_fopen_offline (and consequently, any of the other savefile opens) doesn't work with pcap_next because the oneshot_op is not set to anything. One can remedy this by using pcap_create_common to create the pcap_t instead of doin

[tcpdump-workers] BUG: pcap_fopen_offline doesn't work with pcap_next [patch]

2009-08-11 Thread Dustin Spicuzza
In git, pcap_fopen_offline (and consequently, any of the other savefile opens) doesn't work with pcap_next because the oneshot_op is not set to anything. One can remedy this by using pcap_create_common to create the pcap_t instead of doing it manually. Of course, the 'source' isn't set properly...