Add an option to dissect RRC-Container IE

svn path=/trunk/; revision=50130
This commit is contained in:
Pascal Quantin 2013-06-24 21:31:25 +00:00
parent 93002cb9c5
commit d23f769c0d
2 changed files with 9 additions and 1 deletions

View File

@ -352,6 +352,10 @@ void proto_register_ranap(void) {
prefs_register_uint_preference(ranap_module, "sccp_ssn", "SCCP SSN for RANAP",
"The SCCP SubSystem Number for RANAP (default 142)", 10,
&global_ranap_sccp_ssn);
prefs_register_bool_preference(ranap_module, "dissect_rrc_container",
"Attempt to dissect RRC-Container",
"Attempt to dissect RRC message embedded in RRC-Container IE",
&glbl_dissect_container);
}

View File

@ -16479,6 +16479,10 @@ void proto_register_ranap(void) {
prefs_register_uint_preference(ranap_module, "sccp_ssn", "SCCP SSN for RANAP",
"The SCCP SubSystem Number for RANAP (default 142)", 10,
&global_ranap_sccp_ssn);
prefs_register_bool_preference(ranap_module, "dissect_rrc_container",
"Attempt to dissect RRC-Container",
"Attempt to dissect RRC message embedded in RRC-Container IE",
&glbl_dissect_container);
}
@ -16829,7 +16833,7 @@ proto_reg_handoff_ranap(void)
/*--- End of included file: packet-ranap-dis-tab.c ---*/
#line 373 "../../asn1/ranap/packet-ranap-template.c"
#line 377 "../../asn1/ranap/packet-ranap-template.c"
} else {
dissector_delete_uint("sccp.ssn", local_ranap_sccp_ssn, ranap_handle);
}