aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etch.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-etch.c')
-rw-r--r--epan/dissectors/packet-etch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-etch.c b/epan/dissectors/packet-etch.c
index eb6884c5f6..4c0b22fe66 100644
--- a/epan/dissectors/packet-etch.c
+++ b/epan/dissectors/packet-etch.c
@@ -937,7 +937,7 @@ void proto_register_etch(void)
};
proto_etch = proto_register_protocol("Apache Etch Protocol", /* name */
- "ETCH", /* short name */
+ "Etch", /* short name */
"etch" /* abbrev */
);
@@ -950,14 +950,14 @@ void proto_register_etch(void)
etch_module = prefs_register_protocol(proto_etch,
proto_reg_handoff_etch);
- prefs_register_string_preference(etch_module, "file",
+ prefs_register_directory_preference(etch_module, "file",
"Apache Etch symbol folder",
"Place the hash/symbol files "
"(generated by the Apache Etch compiler) "
"ending with .ewh here",
&gbl_keytab_folder);
prefs_register_uint_preference(etch_module, "tcp.port",
- "etch TCP Port",
+ "Etch TCP Port",
"Etch TCP port",
10,
&gbl_etch_port);