Ethereal-dev: Re: [Ethereal-dev] packet-smb.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 10 Aug 2001 00:30:39 -0700
> @@ -11163,8 +10907,8 @@
> {
> 	static hf_register_info hf[] = {
> 	  { &hf_smb_cmd,
> -	    { "SMB Command", "smb.cmd",
> -	      FT_UINT8, BASE_HEX, VALS(smb_cmd_vals), 0x0, "", HFILL }}
> +	    { "SMB Command", "smb.cmd", FT_UINT8, BASE_HEX,
> +	    NULL, 0x0, "SMB Command", HFILL }}

And the reason for removing the ability to compare SMB commands by name
in a filter expression is?