EFForg / EFForg/rayhunter

Support layer 2 MAC packets

Open
#457 6 comments 2 reactions 1 assignee Claimed by @cooperq View on GitHub
enhancement
Dominant language
Rust
Stars
5.8k
Forks
490
Avg merge
3d 10h
Merged PRs (30d)
23

Description

### What problem does this feature solve or what does it enhance?

We currently don't handle layer 2 packets at all, despite them containing some very useful information (e.g. https://www.sharetechnote.com/html/Handbook_LTE_TimingAdvance.html).

### Proposed Solution

This kinda has two _layers_ of support:

1. Simply relay layer 2 packets into the PCAP so we can analyze them there
2. Write a parser for layer 2 packets so we can inspect them via analyzers

The former is much easier than the latter.

### Alternatives Considered

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.