diff --git a/epan/dissectors/packet-atalk.c b/epan/dissectors/packet-atalk.c index 4b389e3410..a9acf9a089 100644 --- a/epan/dissectors/packet-atalk.c +++ b/epan/dissectors/packet-atalk.c @@ -2183,11 +2183,11 @@ proto_register_atalk(void) { &hf_asp_server_flag_copyfile, { "Support copyfile", "asp.server_flag.copyfile", FT_BOOLEAN, 16, NULL, AFPSRVRINFO_COPY, - "Server support copyfile", HFILL }}, + "Server supports copyfile", HFILL }}, { &hf_asp_server_flag_passwd, { "Support change password", "asp.server_flag.passwd", FT_BOOLEAN, 16, NULL, AFPSRVRINFO_PASSWD, - "Server support change password", HFILL }}, + "Server supports change password", HFILL }}, { &hf_asp_server_flag_no_save_passwd, { "Don't allow save password", "asp.server_flag.no_save_passwd", FT_BOOLEAN, 16, NULL, AFPSRVRINFO_NOSAVEPASSWD, @@ -2203,27 +2203,27 @@ proto_register_atalk(void) { &hf_asp_server_flag_tcpip, { "Support TCP/IP", "asp.server_flag.tcpip", FT_BOOLEAN, 16, NULL, AFPSRVRINFO_TCPIP, - "Server support TCP/IP", HFILL }}, + "Server supports TCP/IP", HFILL }}, { &hf_asp_server_flag_notify, { "Support server notifications", "asp.server_flag.notify", FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVNOTIFY, - "Server support notifications", HFILL }}, + "Server supports notifications", HFILL }}, { &hf_asp_server_flag_reconnect, { "Support server reconnect", "asp.server_flag.reconnect", FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVRECONNECT, - "Server support reconnect", HFILL }}, + "Server supports reconnect", HFILL }}, { &hf_asp_server_flag_directory, { "Support directory services", "asp.server_flag.directory", FT_BOOLEAN, 16, NULL, AFPSRVRINFO_SRVDIRECTORY, - "Server support directory services", HFILL }}, + "Server supports directory services", HFILL }}, { &hf_asp_server_flag_utf8_name, { "Support UTF-8 server name", "asp.server_flag.utf8_name", 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, { "Support fast copy", "asp.server_flag.fast_copy", FT_BOOLEAN, 16, NULL, AFPSRVRINFO_FASTBOZO, - "Server support fast copy", HFILL }}, + "Server supports fast copy", HFILL }}, { &hf_asp_server_addr_len, { "Length", "asp.server_addr.len", @@ -2243,7 +2243,7 @@ proto_register_atalk(void) { &hf_asp_server_utf8_name_len, { "UTF-8 server name length", "asp.server_utf8_name_len", FT_UINT16, BASE_DEC, NULL, 0x0, - "UTF-8 server name length", HFILL }}, + NULL, HFILL }}, { &hf_asp_server_utf8_name, { "UTF-8 server name", "asp.server_utf8_name",