npcap icon indicating copy to clipboard operation
npcap copied to clipboard

windows 19044.1415 Npcap 1.60 installer

Open AmarsDing opened this issue 3 years ago • 3 comments

image

AmarsDing avatar Dec 28 '21 06:12 AmarsDing

Any program that panics because pcap_open_live() - or some library that calls pcap_open_live() fails has a bug.

The bug is that it's assuming that pcap_open_live() will never fail.

So where does deviceName come from? It looks as if it starts with the hex data 63 54 d5 58 bb b5 bd b6 a8 b5 c4 c9, which doesn't even look like a valid UTF-16 (Windows "Unicode" character encoding) string, much less a valid UTF-8 (Unicode encoding used on most UN*Xes) string, so it could just be junk.

guyharris avatar Dec 28 '21 06:12 guyharris

If that's a string in Chinese, then is it an interface description, rather than an interface name? No version of libpcap supports opening an interface by using its description (in any language); you have to use its name.

guyharris avatar Dec 28 '21 08:12 guyharris

So existe instaladore do Windows?

Jose-stack-cell avatar Feb 14 '22 14:02 Jose-stack-cell