]> 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:37 +0000 (17:49 +0000)
committerguy <guy>
Sat, 19 Apr 2008 17:49:37 +0000 (17:49 +0000)
commit7304ca039fc9b1dbb12322af8bbe7539f93214bd
tree3a50ee63410582310be251fd96b898f4eeed3e84
parente1cc8ee9023184ac43088550f761b2c1a32c20b3
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