-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Labels
enhancementNew feature or requestNew feature or request
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:
- Simply relay layer 2 packets into the PCAP so we can analyze them there
- 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
oopsbagel
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request