aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-07-01 11:49:43 +0200
committerAnders Broman <a.broman58@gmail.com>2020-07-01 10:56:17 +0000
commit18d29c7023fcad8a36778d09f0efc527557bdf15 (patch)
tree206547e0d877676f8fe210812c754355b161f8bf /epan/dissectors/asn1
parent50a71ea0a7c4df7574355007894681a09f5eab6f (diff)
S1AP: add dissection of inter RAT to EUTRA transparent containers
Change-Id: Ibcffda34dea8e8e4f247667222cca24b80cd32b1 Reviewed-on: https://code.wireshark.org/review/37637 Reviewed-by: Pascal Quantin <pascal@wireshark.org> Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1')
-rw-r--r--epan/dissectors/asn1/s1ap/s1ap.cnf30
1 files changed, 12 insertions, 18 deletions
diff --git a/epan/dissectors/asn1/s1ap/s1ap.cnf b/epan/dissectors/asn1/s1ap/s1ap.cnf
index f6e932fb0e..81835a7627 100644
--- a/epan/dissectors/asn1/s1ap/s1ap.cnf
+++ b/epan/dissectors/asn1/s1ap/s1ap.cnf
@@ -416,6 +416,12 @@ Port-Number TYPE = FT_UINT16 DISPLAY = BASE_DEC
Intra E-UTRAN handover Source eNB to Target eNB
Transparent Container 36.413
*/
+ case utrantolte:
+ /* utrantolte */
+ case gerantolte:
+ /* gerantolte */
+ case fivegs_to_eps:
+ /* fivegs_to_eps */
dissect_s1ap_SourceeNB_ToTargeteNB_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
case ltetoutran:
@@ -438,19 +444,10 @@ Port-Number TYPE = FT_UINT16 DISPLAY = BASE_DEC
else
de_bssgp_source_BSS_to_target_BSS_transp_cont(parameter_tvb, subtree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
break;
- case utrantolte:
- /* utrantolte */
- break;
- case gerantolte:
- /* gerantolte */
- break;
case eps_to_5gs:
/* eps_to_5gs */
dissect_ngap_SourceNGRANNode_ToTargetNGRANNode_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
- case fivegs_to_eps:
- /* fivegs_to_eps */
- break;
default:
break;
}
@@ -487,6 +484,12 @@ Port-Number TYPE = FT_UINT16 DISPLAY = BASE_DEC
Intra E-UTRAN handover Target eNB to Source eNB
Transparent Container 36.413
*/
+ case utrantolte:
+ /* utrantolte */
+ case gerantolte:
+ /* gerantolte */
+ case fivegs_to_eps:
+ /* fivegs_to_eps */
dissect_s1ap_TargeteNB_ToSourceeNB_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
case ltetoutran:
@@ -503,19 +506,10 @@ Port-Number TYPE = FT_UINT16 DISPLAY = BASE_DEC
*/
de_bssgp_target_BSS_to_source_BSS_transp_cont(parameter_tvb, subtree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
break;
- case utrantolte:
- /* utrantolte */
- break;
- case gerantolte:
- /* gerantolte */
- break;
case eps_to_5gs:
/* eps_to_5gs */
dissect_ngap_TargetNGRANNode_ToSourceNGRANNode_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
- case fivegs_to_eps:
- /* fivegs_to_eps */
- break;
default:
break;
}