First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Dissection Ethernet/DVB-S2

HI to all!

I have a pcap file containing an Ethernet/DVB-S2 stack. To dissect it, I want to use the "DLT_USER" option, but I can’t correctly enter the "Payload protocol" name for DVB-S2. "dvb-s2_modeadapt", "dvb-s2_bb" and "dvb-s2_gse" values does not work.

Please help me with what to do in this situation.

Tracker's avatar
1
Tracker
asked 2019-12-30 10:22:41 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

According to the DVB-S2 Wiki page, the dissector only supports traffic over UDP.

Downloading the example capture file from that page, enabling DVB-S2 and dvb_s2_udp and disabling RTP (using the Analyze-> Enabled Protocols dialog) showed dissection of DVB-S2 traffic.

Is your capture using UDP?

grahamb's avatar
23.8k
grahamb
answered 2019-12-30 11:27:44 +0000
edit flag offensive 0 remove flag delete link

Comments

No. Just Ethernet (14 byte) and DVB-S2 (BBFrame)...

Tracker's avatar Tracker (2019-12-30 11:33:54 +0000) edit

Unless you convert the capture to add a UDP layer then Wireshark won't be able to dissect it.

grahamb's avatar grahamb (2019-12-30 11:47:14 +0000) edit

What ethertype does it have??

Jaap's avatar Jaap (2019-12-30 12:29:12 +0000) edit

Ethertype is FFFF

Tracker's avatar Tracker (2020-01-03 07:32:57 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer