nmap / nmap/npcap

Npcap: handle NDIS status notifications

Open
#27 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C
Stars
3.6k
Forks
592
PR merge metrics
No merged PRs in 30d

Description

Npcap does not currently do anything with NDIS status notifications, which NDIS documentation states are a more efficient means of obtaining information than issuing OID requests. Furthermore, OID requests may be returned without an answer, with the answer coming later in a status notification.

Mishandling of status notifications is implicated in connectivity problems on Win7: See https://github.com/nmap/nmap/issues/1998#issuecomment-622430979

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Start with the linked NDIS_STATUS_INDICATION documentation and the referenced Win7 connectivity discussion, then locate Npcap’s NDIS and OID handling. Done means status notifications, including deferred OID answers, are handled correctly and connectivity behavior is verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
networking, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.