]> The Tcpdump Group git mirrors - libpcap/commit
From Gisle Vanem and me: fix some typoes of mine in the conversion to
authorguy <guy>
Sat, 19 Apr 2008 17:49:21 +0000 (17:49 +0000)
committerguy <guy>
Sat, 19 Apr 2008 17:49:21 +0000 (17:49 +0000)
commitddfa7ac1857cc23ceb0e642de0ad2a32742c98d0
treea1d6e903bbcff2fa948fcced175cfd66c28c6985
parent3fdd4aeaf463ee6da628666a5a3676d9b195c084
From Gisle Vanem and me: fix some typoes of mine in the conversion to
the new pcap_create/pcap_activate model, use pcap->opt.source rather
than pcap->md.device in the activate routine (pcap->md.device isn't
set), don't free the pcap_t if the activate routine fails, fix the
error return code paths not to set handle_to_device, fix references to
pcap_close_dos() to refer to pcap_cleanup_dos() as we renamed the
routine.
pcap-dos.c