aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-04-05 22:00:58 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2018-04-05 20:02:16 +0000
commit271e27af6d45302f6e340dafb2da04f18400801a (patch)
tree36f7daadecf28b454700de05bc8610692b82c8e4 /epan/dissectors
parentdb989437bdeffc0df9e49e3d7a0491b6685b1b20 (diff)
RLC-NR: fix bearerType and bearerId length
Change-Id: Ib328c9ad60f22d68c0978d77d759dec0c879d41f Reviewed-on: https://code.wireshark.org/review/26765 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-rlc-nr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rlc-nr.h b/epan/dissectors/packet-rlc-nr.h
index 0a0077a565..61717f06ec 100644
--- a/epan/dissectors/packet-rlc-nr.h
+++ b/epan/dissectors/packet-rlc-nr.h
@@ -41,9 +41,9 @@ typedef struct rlc_nr_info
guint8 rlcMode;
guint8 direction;
guint8 sequenceNumberLength;
+ guint8 bearerType;
+ guint8 bearerId;
guint16 ueid;
- guint16 bearerType;
- guint16 bearerId;
guint16 pduLength;
} rlc_nr_info;