From Jaap Keuter:

Bug 373 complains about a field type. Trivial fix attached.

svn path=/trunk/; revision=16821
This commit is contained in:
Anders Broman 2005-12-16 16:31:46 +00:00
parent f2291acd18
commit 9269a3b4f2
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ proto_register_dccp(void)
NULL, 0, "Client ID", HFILL }},
{ &hf_dccp_opnums_host, {
"Host", "dccp.opnums.host", FT_IPv4, BASE_DEC,
"Host", "dccp.opnums.host", FT_UINT32, BASE_DEC,
NULL, 0, "Host", HFILL }},
{ &hf_dccp_opnums_pid, {