aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-04-13 13:17:41 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-04-13 11:23:36 +0000
commit4e56c063b462837202d6c37adbdc4c0726a25024 (patch)
tree8ba030598f702da90fd2cae486b4290e2a7bbe75 /epan/dissectors
parentf8bbdece59b2d7c0b81869a4b0fd991e74e162ab (diff)
LTE RRC: do not display twice RRCConnectionReestablishmentReject in info column
Bug: 13595 Change-Id: I5d1537afea7f5a2dddd5e11a06c451ec00913d12 Reviewed-on: https://code.wireshark.org/review/21073 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/asn1/lte-rrc/lte-rrc.cnf3
-rw-r--r--epan/dissectors/packet-lte-rrc.c2
2 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/asn1/lte-rrc/lte-rrc.cnf b/epan/dissectors/asn1/lte-rrc/lte-rrc.cnf
index f2524c38d7..dbb6168285 100644
--- a/epan/dissectors/asn1/lte-rrc/lte-rrc.cnf
+++ b/epan/dissectors/asn1/lte-rrc/lte-rrc.cnf
@@ -2236,9 +2236,6 @@ P0-SL-r12 DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_dbm
#.FN_HDR RRCConnectionReestablishment-NB
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReestablishment-NB");
-#.FN_HDR RRCConnectionReestablishmentReject
- col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReestablishmentReject");
-
#.FN_HDR RRCConnectionReject-NB
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReject-NB");
diff --git a/epan/dissectors/packet-lte-rrc.c b/epan/dissectors/packet-lte-rrc.c
index c851388b37..56bf444e4a 100644
--- a/epan/dissectors/packet-lte-rrc.c
+++ b/epan/dissectors/packet-lte-rrc.c
@@ -41803,8 +41803,6 @@ dissect_lte_rrc_RRCConnectionReestablishmentReject(tvbuff_t *tvb _U_, int offset
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReestablishmentReject");
- col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReestablishmentReject");
-
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_RRCConnectionReestablishmentReject, RRCConnectionReestablishmentReject_sequence);