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>
This commit is contained in:
Pascal Quantin 2017-04-13 13:17:41 +02:00
parent f8bbdece59
commit 4e56c063b4
2 changed files with 0 additions and 5 deletions

View File

@ -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");

View File

@ -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);