Skip to main content

Module capture

Module capture 

Source
Expand description

Talking to the card directly: discovery, listening, replay, raw frames.

Functionsยง

describe
One line per card, as rxp discover prints it; the model from config/cards/ by the id byte, unknown when no file carries it.
discover
Send one discovery frame, report every reply as it arrives until wait runs out, and return them. Empty is not an error here; the CLI makes it one.
discover_all
Send one discovery frame and collect every reply until wait runs out, handing each to each as it arrives.
discover_one
Send one discovery frame and return the first card that answers.
listen
parse_hex
pcap_summary
raw_send
Send a hand-built frame and report replies. For probing unknown commands.
replay