1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Removed duplicate sentence

This commit is contained in:
luis
2010-06-09 07:22:26 +00:00
parent 2a8d0f2301
commit 021d8b1a14

View File

@@ -70,8 +70,7 @@ o Investigate why and whether we need mswin32/pcap-include/pcap-int.h.
read. So we sort of sneak in and call PacketSetReadTimeout. In the
code there's even a comment: "BUGBUG: This is cheating." libdnet
also uses the Packet* functions, but in a more innocuous
way. libdnet also uses the Packet* functions, but in a more
innocuous way. It doesn't access them through a struct pcap, so it
way. It doesn't access them through a struct pcap, so it
doesn't need pcap-int.h. David is going to test whether this makes
any signficiant difference--we might be able to just remove the
PcapSetReadTimeout().