Hi, <br><br>I am working on improving and implementing more functions for wpcap.dll on wine <br>wpcap is the Windows version of pcap, Packet Capture Library for wireshark and other network analyzing software,<br>I have done some research on it, In wine we cannot use the windows kernel driver, but winpcap actually use it, so <br>I follow the wine wpcap code and try to add more wrapper to wpcap, Here is the patch I' ve submitted and was add<br>to wine-staging, https://github.com/wine-compholio/wine-staging/tree/master/patches/wpcap-Several_Fixes<br>One of the most difficult point is , there aren't many applications using wpcap.dll, I cannot found plenty of them, <br>According to fracting(Hong Qian) 's suggestions, Dr.com , a Client for many Chinese university students to gain access to cernet<br>uses wpcap, If wpcap.dll can improved to make it available for Dr.Com , maybe many university <br>students using Linux can gain access to cernet. I will try to improve wpcap.dll in two different ways:<br>1. Use wine wpcap.dll , and write wrappers <br>2. Write packet.dll which is needed by native wpcap.dll, and then use native wpcap.dll<br><br>I will write testcase for the new dll packet.dll.<br><br>Is there andy sugesstions on this idea? Any suggesstions are appreciated<br><br>Thanks<br><br>Jianqiu<br><br><br>