Guy Harris

Results 544 comments of Guy Harris
trafficstars

If this is for the Nmap documentation, rather than the Npcap documentation, this issue probably belongs in [the Nmap issue list](https://github.com/nmap/nmap/issues) rather than the Npcap issue list. (And, given that...

Also, Wireshark keeps its Qt translation files in [Transifex](https://www.transifex.com), at https://explore.transifex.com/wireshark/wireshark/; [explore.transifex.com](https://explore.transifex.com) is their hub for open source projects. I'm not sure whether there's any "Transifex for Dummies" guide to...

`pcap_set_immediate_mode()` causes `PacketSetMinToCopy()` to be called, at activate time, to set the min-to-copy to 0. [The NPF driver documentation](https://npcap.com/guide/npcap-internals.html#npcap-internals-driver) says > On the other hand, it can be noticed that...

> How to change its value? By changing libpcap. My comment isn't "this is how to fix the problem by changing your program", this is "how to fix the problem...

(Single quotes do not serve as "make this fixed-width text" brackets; you must use three backquotes, \`\`\`. Here's a properly-fixed-widthified, and better-indented, version of the code, which should be easier...

> ``` > if ((adhandle = pcap_open(d->name, // name of the device > ... > //Try setting monitor mode and error check, trimmed down to the error I'm facing >...

> Is there any format that I need to follow? Yes. Try just `\Device\NPF_{A0C40D7F-C59D-4ECA-86A3-C4A30B549BE6}` (with double backslashes if necessary). `pcap_create()` currently doesn't support URL syntax, but, as you're *not* doing...

Is this a case where, given that the packets are going between a host and guest on the same machine, NDIS treats the packet as first being sent on the...

My first question to the audience: What should the routine be called? It could be `pcap_stop_capture()`, but that name seems a bit vague and its purpose could be misinformed.