Ethereal-dev: [Ethereal-dev] Fix for bug 373 [PATCH]

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

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Fri, 16 Dec 2005 11:06:23 +0100 (CET)
Hi list,

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

Thanx,
Jaap
Index: packet-dccp.c
===================================================================
--- packet-dccp.c	(revision 16820)
+++ packet-dccp.c	(working copy)
@@ -445,7 +445,7 @@
 				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, {