Hey, I use WinPCap a couple of months now, and wrote my own applications using the PACKET library. I recently upgraded from version 2.3 to version 3 alpha 3, and yesterday to alpha 4. Those two alpha versions had the same problem: the symbolic links in the adapter structure doesn�t contain the whole internale registry name of the adapter. I noticed that the length of the names is reduced from 128 to 64 characters. When changing this again to 128 characters, the programs work again. Because I use the symbolic names in my programs, it would be very handy to keep the length of those links to 128 bytes. This is my change I made in the Packet32.h file: From #define MAX_LINK_NAME_LENGTH 64 //< Maximum length of the devices symbolic links To #define MAX_LINK_NAME_LENGTH 128 //< Maximum length of the devices symbolic links
Thanks, Dries Decock ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[email protected]/ To unsubscribe use mailto: [EMAIL PROTECTED]?body=unsubscribe ==================================================================
