SkillAgentSearch skills...

Radioparse

node.js radiotap and 802.11 packet parser

Install / Use

/learn @arselzer/Radioparse
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Radioparse

802.11 frame and radiotap header parser

A WiFi protocol parser that can be used with radiotap packets and node-pcap.

Example

var pcap = require("pcap")
var radioparse = require("radioparse")

var session = pcap.createSession("mon0")

session.on("packet", function(rawPacket) {
  var packet = radioparse.parse(radioparse.slice_packet(rawPacket))
})

API

.slice_packet

Convert node-pcap packet to a radiotap packet with correct length

.parse

Parse a radiotap packet (and all wifi packets inside)

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated8mo ago
Forks2

Languages

JavaScript

Security Score

77/100

Audited on Jul 23, 2025

No findings