Comment # 13
on bug 8522
from Guy Harris
(In reply to comment #12)
> Its the later: a low-level ethernet framing is used but the content of the
> frame is the SATLAB mode adaptation payload, in order to allow sniffing
> traffic with a common equipment, kind like the DOCSIS-over-Ethernet you
> described.
Then that might be best handled with
1) a preference for the frame dissector, similar to the "dissect all
Ethernet frames as DOCSIS frames", to dissect all Ethernet frames as DVB-S2
frames
and
2) a LINKTYPE_/DLT_ value for raw DVB-S2 and libpcap/WinPcap extensions to
allow that DLT_ to be selected on Ethernet interfaces, just as is done for
DOCSIS, and support for that LINKTYPE_ value in pcap and pcap-ng files in
Wireshark.
You are receiving this mail because:
- You are watching all bug changes.