From Olivier Biot: fix up the description of the

"port_number_udh_means_wsp" preference.

svn path=/trunk/; revision=9063
This commit is contained in:
Guy Harris 2003-11-21 22:18:30 +00:00
parent 05ad6d03d4
commit 6768aefac8
1 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@
* Data Coding Scheme decoding for GSM (SMS and CBS), * Data Coding Scheme decoding for GSM (SMS and CBS),
* provided by Olivier Biot. * provided by Olivier Biot.
* *
* $Id: packet-smpp.c,v 1.19 2003/09/17 20:24:45 guy Exp $ * $Id: packet-smpp.c,v 1.20 2003/11/21 22:18:30 guy Exp $
* *
* Note on SMS Message reassembly * Note on SMS Message reassembly
* ------------------------------ * ------------------------------
@ -2992,9 +2992,10 @@ proto_register_smpp(void)
/* Preferences for SMPP */ /* Preferences for SMPP */
smpp_module = prefs_register_protocol (proto_smpp, NULL); smpp_module = prefs_register_protocol (proto_smpp, NULL);
prefs_register_bool_preference (smpp_module, "port_number_udh_means_wsp", prefs_register_bool_preference (smpp_module, "port_number_udh_means_wsp",
"Port Number UDH always triggers CL-WSP dissection", "Port Number IE in UDH always triggers CL-WSP dissection",
"Always decode a Short Message as Connectionless WSP " "Always decode a Short Message as Connectionless WSP "
"if a Port Number User Data Header is present", "if a Port Number Information Element is present "
"in the User Data Header.",
&port_number_udh_means_wsp); &port_number_udh_means_wsp);
prefs_register_bool_preference (smpp_module, "try_dissect_1st_fragment", prefs_register_bool_preference (smpp_module, "try_dissect_1st_fragment",
"Always try subdissection of 1st Short Message fragment", "Always try subdissection of 1st Short Message fragment",