From Kovarththanan Rajaratnam:

Remove trailing spaces in protocol/field names

svn path=/trunk/; revision=28978
This commit is contained in:
Stig Bjørlykke 2009-07-07 11:37:15 +00:00
parent 192639ad8a
commit 87d24c9101
18 changed files with 27 additions and 27 deletions

View File

@ -52,7 +52,7 @@
#pragma warning(disable:4146)
#endif
#define PNAME "S1 Application Protocol "
#define PNAME "S1 Application Protocol"
#define PSNAME "S1AP"
#define PFNAME "s1ap"

View File

@ -136,7 +136,7 @@
<type type-name="OctetString"/>
</avp>
<avp name="MBMS-Session-Identity-Repetition-Number " code="912" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<avp name="MBMS-Session-Identity-Repetition-Number" code="912" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Unsigned32"/>
</avp>
<avp name="MBMS-Required-QoS" code="913" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">

View File

@ -179,7 +179,7 @@
</avp>
<avp name="Used-Service-Unit" code="446" mandatory="must">
<grouped>
<gavp name="Tariff-Change-Usage "/>
<gavp name="Tariff-Change-Usage"/>
<gavp name="CC-Time"/>
<gavp name="CC-Money"/>
<gavp name="CC-Total-Octets"/>
@ -252,7 +252,7 @@
<grouped>
<gavp name="G-S-U-Pool-Identifier"/>
<gavp name="CC-Unit-Type"/>
<gavp name="Unit-Value "/>
<gavp name="Unit-Value"/>
</grouped>
</avp>
<avp name="User-Equipment-Info" code="458" mandatory="may">

View File

@ -764,7 +764,7 @@
<enum name="xDSL - Digital Subscriber Line of unknown type" code="16"/>
<enum name="Cable" code="17"/>
<enum name="Wireless - Other" code="18"/>
<enum name="Wireless - IEEE 802.11 " code="19"/>
<enum name="Wireless - IEEE 802.11" code="19"/>
<enum name="Token-Ring" code="20"/>
<enum name="FDDI" code="21"/>
<enum name="Wireless - CDMA2000" code="22"/>
@ -887,7 +887,7 @@ http://www.iana.org/assignments/radius-types
<enum name="Invalid Request" code="404"/>
<enum name="Unsupported Service" code="405"/>
<enum name="Unsupported Extension" code="406"/>
<enum name="Invalid Attribute Value " code="407"/>
<enum name="Invalid Attribute Value" code="407"/>
<enum name="Administratively Prohibited" code="501"/>
<enum name="Request Not Routable (Proxy)" code="502"/>
<enum name="Session Context Not Found" code="503"/>
@ -1149,7 +1149,7 @@ http://www.iana.org/assignments/radius-types
<enum name="DIAMETER_CONTRADICTING_AVPS" code="5007"/>
<enum name="DIAMETER_AVP_NOT_ALLOWED" code="5008"/>
<enum name="DIAMETER_AVP_OCCURS_TOO_MANY_TIMES" code="5009"/>
<enum name="DIAMETER_NO_COMMON_APPLICATION " code="5010"/>
<enum name="DIAMETER_NO_COMMON_APPLICATION" code="5010"/>
<enum name="DIAMETER_UNSUPPORTED_VERSION" code="5011"/>
<enum name="DIAMETER_UNABLE_TO_COMPLY" code="5012"/>
<enum name="DIAMETER_INVALID_BIT_IN_HEADER" code="5013"/>
@ -1641,7 +1641,7 @@ Note: The AVP codes from 800 to 822 are reserved for TS 32.299.
<avp name="Terminating-IOI" code="840" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP" >
<type type-name="UTF8String"/>
</avp>
<avp name="IMS-Charging-Identifier " code="841" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP" >
<avp name="IMS-Charging-Identifier" code="841" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP" >
<type type-name="UTF8String"/>
</avp>
<avp name="SDP-Session-Description" code="842" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP" >
@ -3065,7 +3065,7 @@ Note: The AVP codes from 1289 to 1399 are reserved for TS 32.299
</avp>
<avp name="All-APN-Configurations-Included-Indicator" code="1428" vendor-bit="must" vendor-id="TGPP">
<type type-name="Enumerated"/>
<enum name="ALL_APN_CONFIGURATIONS_INCLUDED " code="0"/>
<enum name="ALL_APN_CONFIGURATIONS_INCLUDED" code="0"/>
<enum name="MODIFIED/ADDED_APN_CONFIGURATIONS_INCLUDED" code="1"/>
</avp>
<avp name="APN-Configuration-Profile" code="1429" vendor-bit="must" vendor-id="TGPP">
@ -3235,7 +3235,7 @@ Note: The AVP codes from 1289 to 1399 are reserved for TS 32.299
</avp>
<avp name="Complete-Data-List-Included-Indicator" code="1468" vendor-bit="must" vendor-id="TGPP">
<type type-name="Enumerated"/>
<enum name="ALL_PDP_CONTEXTS_INCLUDED " code="0"/>
<enum name="ALL_PDP_CONTEXTS_INCLUDED" code="0"/>
<enum name="MODIFIED/ADDED_PDP CONTEXTS_INCLUDED" code="1"/>
</avp>
<avp name="PDP-Context" code="1469" vendor-bit="must" vendor-id="TGPP">

View File

@ -7489,16 +7489,16 @@ proto_register_ncp2222(void)
{ "Port", "ncp.ndsport", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_mv_string,
{ "Attribute Name ", "ncp.mv_string", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ "Attribute Name", "ncp.mv_string", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_nds_syntax,
{ "Attribute Syntax ", "ncp.nds_syntax", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ "Attribute Syntax", "ncp.nds_syntax", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_value_string,
{ "Value ", "ncp.value_string", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ "Value", "ncp.value_string", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_nds_stream_name,
{ "Stream Name ", "ncp.nds_stream_name", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ "Stream Name", "ncp.nds_stream_name", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_nds_buffer_size,
{ "NDS Reply Buffer Size", "ncp.nds_reply_buf", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }},

View File

@ -502,7 +502,7 @@ proto_register_cpfi(void)
/* Register the protocol name and description */
proto_cpfi = proto_register_protocol("Cross Point Frame Injector ", "CPFI", "cpfi");
proto_cpfi = proto_register_protocol("Cross Point Frame Injector", "CPFI", "cpfi");
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_cpfi, hf, array_length(hf));

View File

@ -79,7 +79,7 @@ proto_register_rdaclif (void)
&ett_rdaclif,
};
proto_rdaclif =
proto_register_protocol ("DCE/RPC Directory Acl Interface ", "rdaclif",
proto_register_protocol ("DCE/RPC Directory Acl Interface", "rdaclif",
"rdaclif");
proto_register_field_array (proto_rdaclif, hf, array_length (hf));
proto_register_subtree_array (ett, array_length (ett));

View File

@ -70,7 +70,7 @@ proto_register_rs_prop_acct (void)
static gint *ett[] = {
&ett_rs_prop_acct,
};
proto_rs_prop_acct = proto_register_protocol ("DCE/RPC RS_PROP_ACCT ", "rs_prop_acct", "rs_prop_acct");
proto_rs_prop_acct = proto_register_protocol ("DCE/RPC RS_PROP_ACCT", "rs_prop_acct", "rs_prop_acct");
proto_register_field_array (proto_rs_prop_acct, hf, array_length (hf));
proto_register_subtree_array (ett, array_length (ett));
}

View File

@ -72,7 +72,7 @@ proto_register_rs_prop_acl (void)
};
proto_rs_prop_acl =
proto_register_protocol
("DCE/RPC Registry server propagation interface - ACLs. ", "rs_prop_acl",
("DCE/RPC Registry server propagation interface - ACLs", "rs_prop_acl",
"rs_prop_acl");
proto_register_field_array (proto_rs_prop_acl, hf, array_length (hf));
proto_register_subtree_array (ett, array_length (ett));

View File

@ -79,7 +79,7 @@ proto_register_rs_pwd_mgmt (void)
&ett_rs_pwd_mgmt,
};
proto_rs_pwd_mgmt =
proto_register_protocol ("DCE/RPC Registry Password Management ",
proto_register_protocol ("DCE/RPC Registry Password Management",
"rs_pwd_mgmt", "rs_pwd_mgmt");
proto_register_field_array (proto_rs_pwd_mgmt, hf, array_length (hf));
proto_register_subtree_array (ett, array_length (ett));

View File

@ -181,7 +181,7 @@ proto_register_ipars(void)
&ett_ipars,
};
proto_ipars = proto_register_protocol("International Passenger Airline Reservation System ", "IPARS", "ipars"); /* name, short name, abbrev */
proto_ipars = proto_register_protocol("International Passenger Airline Reservation System", "IPARS", "ipars"); /* name, short name, abbrev */
proto_register_subtree_array(ett, array_length(ett));
register_dissector("ipars", dissect_ipars, proto_ipars);

View File

@ -8293,7 +8293,7 @@ proto_register_bicc(void)
static gint *ett[] = {
&ett_bicc
};
proto_bicc = proto_register_protocol("Bearer Independent Call Control ",
proto_bicc = proto_register_protocol("Bearer Independent Call Control",
"BICC", "bicc");
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_bicc, hf, array_length(hf));

View File

@ -60,7 +60,7 @@
#pragma warning(disable:4146)
#endif
#define PNAME "S1 Application Protocol "
#define PNAME "S1 Application Protocol"
#define PSNAME "S1AP"
#define PFNAME "s1ap"

View File

@ -316,7 +316,7 @@ proto_register_x224(void)
&ett_x224,
};
proto_x224 = proto_register_protocol("ITU-T Rec X.224 ", "X.224", "x224");
proto_x224 = proto_register_protocol("ITU-T Rec X.224", "X.224", "x224");
proto_register_field_array(proto_x224, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
register_dissector("x224", dissect_x224, proto_x224);

View File

@ -163,7 +163,7 @@ proto_register_docsis_dccack (void)
/* Register the protocol name and description */
proto_docsis_dccack =
proto_register_protocol ("DOCSIS Downstream Channel Change Acknowledge ",
proto_register_protocol ("DOCSIS Downstream Channel Change Acknowledge",
"DOCSIS DCC-ACK", "docsis_dccack");
/* Required function calls to register the header fields and subtrees used */

View File

@ -594,7 +594,7 @@ proto_register_docsis_dccreq (void)
/* Register the protocol name and description */
proto_docsis_dccreq =
proto_register_protocol ("DOCSIS Downstream Channel Change Request ",
proto_register_protocol ("DOCSIS Downstream Channel Change Request",
"DOCSIS DCC-REQ", "docsis_dccreq");
/* Required function calls to register the header fields and subtrees used */

View File

@ -251,7 +251,7 @@ proto_register_docsis_dccrsp (void)
/* Register the protocol name and description */
proto_docsis_dccrsp =
proto_register_protocol ("DOCSIS Downstream Channel Change Response ",
proto_register_protocol ("DOCSIS Downstream Channel Change Response",
"DOCSIS DCC-RSP", "docsis_dccrsp");
/* Required function calls to register the header fields and subtrees used */

View File

@ -840,7 +840,7 @@ proto_register_docsis_dcd (void)
/* Register the protocol name and description */
proto_docsis_dcd =
proto_register_protocol ("DOCSIS Downstream Channel Descriptor ",
proto_register_protocol ("DOCSIS Downstream Channel Descriptor",
"DOCSIS DCD", "docsis_dcd");
/* Required function calls to register the header fields and subtrees used */