fix #215: the field hf_smb_print_spool_file_name used the wrong type, use FT_STRINGZ to add a string

svn path=/trunk/; revision=14482
This commit is contained in:
Ulf Lamping 2005-05-30 03:10:37 +00:00
parent f3037e2f53
commit feb55854c7
1 changed files with 1 additions and 1 deletions

View File

@ -16823,7 +16823,7 @@ proto_register_smb(void)
NULL, 0, "Number of bytes in spool file", HFILL }},
{ &hf_smb_print_spool_file_name,
{ "Name", "smb.print.spool.name", FT_BYTES, BASE_HEX,
{ "Name", "smb.print.spool.name", FT_STRINGZ, BASE_NONE,
NULL, 0, "Name of client that submitted this job", HFILL }},
{ &hf_smb_start_index,