nmap / nmap/npcap

Add raw wifi packet injection to Npcap

Open
#85 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Hello! Does npcap support sending raw 802.11 packages to the radio broadcast? I form the packet: radiotap + 802.11 header, I send via the PacketSendPacket function, the packets accumulate in the buffer, and if the capture works, I see them. But on the radio broadcast there are not (I scan the second adapter).
If this function is implemented in npcap, tell me, please, how to call and use it correctly.

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

Start by reviewing the PacketSendPacket entry point and the reported radiotap and 802.11 packet path. Reproduce whether packets accumulate in the buffer without appearing on the radio, using the second adapter as the reported observation point. Done requires a documented answer about raw Wi-Fi injection support and its correct usage, or a clearly scoped implementation plan.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.