Ah, ok. Thanks. Any idea what version the pcap_findalldevs() will be implemented? The next one hopefully? :)
-Antyrg Loris Degioanni wrote: > Hi, > > >>Really? I find this rather odd... since I worked around the problem >>with pcap_lookupnet by calling PacketGetNetInfo instead. The odd thing, >>is that all pcap_lookupnet does (on Win* I think - hard to work though >>all those #if's) is call PacketGetNetInfo, and perform some network >>class verification and then do the weird anding. >> > > Yes, it does it on all the supported platforms. This the reason why I say > it's the default behavior. > Removing the and would be simple, but would broke compatibility with Unix. > > Loris >
