Pass a NULL instead of an empty string in the value_string/true_false_string

field of hf_rtp_payload_type.  This should fix the "values output" test failures
in the FreeBSD builder.

svn path=/trunk/; revision=13959
This commit is contained in:
Gerald Combs 2005-03-28 19:19:19 +00:00
parent c475807aab
commit a988f8f5cc
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ proto_register_rtp(void)
"rtp.p_type",
FT_UINT8,
BASE_DEC,
"",
NULL,
0x7F,
"", HFILL
}