aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-04-04 09:14:11 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-04-04 09:14:11 +0000
commit595a893406b9852d3447cf0ead19ce27fd16436e (patch)
treeda0401464d3f6475d93ea9b269ad817846030254 /epan/dissectors/packet-bssgp.c
parente157cf5bf4c637f0f8af2b182a64201b4fe2bffe (diff)
From Lukasz Wachowski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8559 :
Fix dissection of RAN-INFORMATION-APPLICATION-ERROR RIM PDU Indications svn path=/trunk/; revision=48726
Diffstat (limited to 'epan/dissectors/packet-bssgp.c')
-rw-r--r--epan/dissectors/packet-bssgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bssgp.c b/epan/dissectors/packet-bssgp.c
index 83361655fe..82bc4c9c26 100644
--- a/epan/dissectors/packet-bssgp.c
+++ b/epan/dissectors/packet-bssgp.c
@@ -2088,7 +2088,7 @@ de_bssgp_rim_pdu_indications(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo
proto_tree_add_item(tree, hf_bssgp_rim_pdu_ind_ack, tvb, curr_offset, 1, ENC_BIG_ENDIAN);
curr_offset++;
break;
- case BSSGP_PDU_RAN_INFORMATION_ERROR:
+ case BSSGP_PDU_RAN_INFORMATION_APP_ERROR:
/* 11.3.65.3 RAN-INFORMATION-APPLICATION-ERROR RIM PDU Indications */
proto_tree_add_item(tree, hf_bssgp_rim_pdu_ind_ack, tvb, curr_offset, 1, ENC_BIG_ENDIAN);
/* The PDU Type Extension field is not used and shall be considered as spare */