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

How to decode rlc-nr package

I want to use DLT-user to decode RLC-NR data, but failed. It says 'can't dessect NR RLC frame because no per-frame info was attached. I know some parameters like sn length, am/um, but how can this info be told to wireshark?

pingguoyuan's avatar
1
pingguoyuan
asked 2020-01-27 08:01:51 +0000, updated 2020-01-27 08:05:53 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Hi, you need to use the UDP framing protocol described here so as to provide the dissector all the per-frame info. It measn that you cannot use a DLT user for this decoding.

Pascal Quantin's avatar
5.8k
Pascal Quantin
answered 2020-01-27 08:26:38 +0000, updated 2020-01-27 08:27:02 +0000
edit flag offensive 0 remove flag delete link

Comments

Can you share an example? Where should this infor attached? Before or after the frame?

pingguoyuan's avatar pingguoyuan (2020-01-27 08:46:40 +0000) edit

The framing is explained in the header file link I shared, which should be self explanatory. Do you have any specific question after reading it?

Pascal Quantin's avatar Pascal Quantin (2020-01-27 08:51:19 +0000) edit

Sorry, i can not make it. Do i need to make a UDP head? if 'rlc_nr' is placed as a UDP payload, it is not decoded as rlc, If no UDP head exist, 'rlc-nr' is decoded to udp ports.

pingguoyuan's avatar pingguoyuan (2020-01-29 04:58:29 +0000) edit

The framing protocol should be in the UDP payload. You must also activate the rlc_nr_udp heuristic dissector in the Analyze -> Enabled Protocols windows. Maybe that's what is missing here.

Pascal Quantin's avatar Pascal Quantin (2020-01-29 06:14:33 +0000) edit

so, what udp port should be use? any number?

pingguoyuan's avatar pingguoyuan (2020-01-29 06:18:59 +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