Fix more verbs, and fix one field long name that matches its blurb now.

Change-Id: I78a011291217be901efba331e8e41ca527d52e10
Reviewed-on: https://code.wireshark.org/review/955
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-04-03 20:14:24 -07:00
parent c5e29ac9a5
commit 38b1be99be

View file

@ -2183,11 +2183,11 @@ proto_register_atalk(void)
{ &hf_asp_server_flag_copyfile, { &hf_asp_server_flag_copyfile,
{ "Support copyfile", "asp.server_flag.copyfile", { "Support copyfile", "asp.server_flag.copyfile",
FT_BOOLEAN, 16, NULL, AFPSRVRINFO_COPY, FT_BOOLEAN, 16, NULL, AFPSRVRINFO_COPY,
"Server support copyfile", HFILL }}, "Server supports copyfile", HFILL }},
{ &hf_asp_server_flag_passwd, { &hf_asp_server_flag_passwd,
{ "Support change password", "asp.server_flag.passwd", { "Support change password", "asp.server_flag.passwd",
FT_BOOLEAN, 16, NULL, AFPSRVRINFO_PASSWD, FT_BOOLEAN, 16, NULL, AFPSRVRINFO_PASSWD,
"Server support change password", HFILL }}, "Server supports change password", HFILL }},
{ &hf_asp_server_flag_no_save_passwd, { &hf_asp_server_flag_no_save_passwd,
{ "Don't allow save password", "asp.server_flag.no_save_passwd", { "Don't allow save password", "asp.server_flag.no_save_passwd",
FT_BOOLEAN, 16, NULL, AFPSRVRINFO_NOSAVEPASSWD, FT_BOOLEAN, 16, NULL, AFPSRVRINFO_NOSAVEPASSWD,
@ -2203,27 +2203,27 @@ proto_register_atalk(void)
{ &hf_asp_server_flag_tcpip, { &hf_asp_server_flag_tcpip,
{ "Support TCP/IP", "asp.server_flag.tcpip", { "Support TCP/IP", "asp.server_flag.tcpip",
FT_BOOLEAN, 16, NULL, AFPSRVRINFO_TCPIP, FT_BOOLEAN, 16, NULL, AFPSRVRINFO_TCPIP,
"Server support TCP/IP", HFILL }}, "Server supports TCP/IP", HFILL }},
{ &hf_asp_server_flag_notify, { &hf_asp_server_flag_notify,
{ "Support server notifications", "asp.server_flag.notify", { "Support server notifications", "asp.server_flag.notify",
FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVNOTIFY, FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVNOTIFY,
"Server support notifications", HFILL }}, "Server supports notifications", HFILL }},
{ &hf_asp_server_flag_reconnect, { &hf_asp_server_flag_reconnect,
{ "Support server reconnect", "asp.server_flag.reconnect", { "Support server reconnect", "asp.server_flag.reconnect",
FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVRECONNECT, FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVRECONNECT,
"Server support reconnect", HFILL }}, "Server supports reconnect", HFILL }},
{ &hf_asp_server_flag_directory, { &hf_asp_server_flag_directory,
{ "Support directory services", "asp.server_flag.directory", { "Support directory services", "asp.server_flag.directory",
FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVDIRECTORY, FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVDIRECTORY,
"Server support directory services", HFILL }}, "Server supports directory services", HFILL }},
{ &hf_asp_server_flag_utf8_name, { &hf_asp_server_flag_utf8_name,
{ "Support UTF-8 server name", "asp.server_flag.utf8_name", { "Support UTF-8 server name", "asp.server_flag.utf8_name",
FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVUTF8, FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVUTF8,
"Server support UTF-8 server name", HFILL }}, "Server supports UTF-8 server name", HFILL }},
{ &hf_asp_server_flag_fast_copy, { &hf_asp_server_flag_fast_copy,
{ "Support fast copy", "asp.server_flag.fast_copy", { "Support fast copy", "asp.server_flag.fast_copy",
FT_BOOLEAN, 16, NULL, AFPSRVRINFO_FASTBOZO, FT_BOOLEAN, 16, NULL, AFPSRVRINFO_FASTBOZO,
"Server support fast copy", HFILL }}, "Server supports fast copy", HFILL }},
{ &hf_asp_server_addr_len, { &hf_asp_server_addr_len,
{ "Length", "asp.server_addr.len", { "Length", "asp.server_addr.len",
@ -2243,7 +2243,7 @@ proto_register_atalk(void)
{ &hf_asp_server_utf8_name_len, { &hf_asp_server_utf8_name_len,
{ "UTF-8 server name length", "asp.server_utf8_name_len", { "UTF-8 server name length", "asp.server_utf8_name_len",
FT_UINT16, BASE_DEC, NULL, 0x0, FT_UINT16, BASE_DEC, NULL, 0x0,
"UTF-8 server name length", HFILL }}, NULL, HFILL }},
{ &hf_asp_server_utf8_name, { &hf_asp_server_utf8_name,
{ "UTF-8 server name", "asp.server_utf8_name", { "UTF-8 server name", "asp.server_utf8_name",