aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 11:37:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 11:37:15 +0000
commit87d24c910120c74d18f3a3782af55261be627286 (patch)
tree35e276dd00800f4de1c318c01e96c159c055d267 /epan/dissectors
parent192639ad8a19116d0a9324daf1a9b7d974d2a476 (diff)
From Kovarththanan Rajaratnam:
Remove trailing spaces in protocol/field names svn path=/trunk/; revision=28978
Diffstat (limited to 'epan/dissectors')
-rwxr-xr-xepan/dissectors/ncp2222.py8
-rw-r--r--epan/dissectors/packet-cpfi.c2
-rw-r--r--epan/dissectors/packet-dcerpc-rdaclif.c2
-rw-r--r--epan/dissectors/packet-dcerpc-rs_prop_acct.c2
-rw-r--r--epan/dissectors/packet-dcerpc-rs_prop_acl.c2
-rw-r--r--epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c2
-rw-r--r--epan/dissectors/packet-ipars.c2
-rw-r--r--epan/dissectors/packet-isup.c2
-rw-r--r--epan/dissectors/packet-s1ap.c2
-rw-r--r--epan/dissectors/packet-x224.c2
10 files changed, 13 insertions, 13 deletions
diff --git a/epan/dissectors/ncp2222.py b/epan/dissectors/ncp2222.py
index 175c3fa8c5..423ac9e606 100755
--- a/epan/dissectors/ncp2222.py
+++ b/epan/dissectors/ncp2222.py
@@ -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 }},
diff --git a/epan/dissectors/packet-cpfi.c b/epan/dissectors/packet-cpfi.c
index 49cd7584a0..77e2029420 100644
--- a/epan/dissectors/packet-cpfi.c
+++ b/epan/dissectors/packet-cpfi.c
@@ -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));
diff --git a/epan/dissectors/packet-dcerpc-rdaclif.c b/epan/dissectors/packet-dcerpc-rdaclif.c
index d0e9037c54..e45f064bea 100644
--- a/epan/dissectors/packet-dcerpc-rdaclif.c
+++ b/epan/dissectors/packet-dcerpc-rdaclif.c
@@ -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));
diff --git a/epan/dissectors/packet-dcerpc-rs_prop_acct.c b/epan/dissectors/packet-dcerpc-rs_prop_acct.c
index 578584a964..eab449e02d 100644
--- a/epan/dissectors/packet-dcerpc-rs_prop_acct.c
+++ b/epan/dissectors/packet-dcerpc-rs_prop_acct.c
@@ -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));
}
diff --git a/epan/dissectors/packet-dcerpc-rs_prop_acl.c b/epan/dissectors/packet-dcerpc-rs_prop_acl.c
index 51a2d17c91..f03e97fd22 100644
--- a/epan/dissectors/packet-dcerpc-rs_prop_acl.c
+++ b/epan/dissectors/packet-dcerpc-rs_prop_acl.c
@@ -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));
diff --git a/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c b/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
index 0211360054..d1dfc2fc84 100644
--- a/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
+++ b/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
@@ -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));
diff --git a/epan/dissectors/packet-ipars.c b/epan/dissectors/packet-ipars.c
index 37371d8951..b4419f6cdc 100644
--- a/epan/dissectors/packet-ipars.c
+++ b/epan/dissectors/packet-ipars.c
@@ -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);
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index 55e0f3a8df..f3fb938381 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -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));
diff --git a/epan/dissectors/packet-s1ap.c b/epan/dissectors/packet-s1ap.c
index a316b7f2cb..3302f65fea 100644
--- a/epan/dissectors/packet-s1ap.c
+++ b/epan/dissectors/packet-s1ap.c
@@ -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"
diff --git a/epan/dissectors/packet-x224.c b/epan/dissectors/packet-x224.c
index da3e2aa5cd..df0a5cafb2 100644
--- a/epan/dissectors/packet-x224.c
+++ b/epan/dissectors/packet-x224.c
@@ -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);