Fix a typo

svn path=/trunk/; revision=17135
This commit is contained in:
Anders Broman 2006-01-31 18:35:36 +00:00
parent 723c5bb0e6
commit f22abb2933
2 changed files with 2 additions and 2 deletions

View File

@ -719,7 +719,7 @@ void proto_register_camel(void) {
"IPAddress IPv4", HFILL }},
{ &hf_camel_PDPAddress_IPv6,
{ "PDPAddress IPv6", "camel.PDPAddress_IPv6",
FT_IPv4, BASE_NONE, NULL, 0,
FT_IPv6, BASE_NONE, NULL, 0,
"IPAddress IPv6", HFILL }},
{ &hf_camel_cellGlobalIdOrServiceAreaIdFixedLength,
{ "CellGlobalIdOrServiceAreaIdFixedLength", "camel.CellGlobalIdOrServiceAreaIdFixedLength",

View File

@ -8507,7 +8507,7 @@ void proto_register_camel(void) {
"IPAddress IPv4", HFILL }},
{ &hf_camel_PDPAddress_IPv6,
{ "PDPAddress IPv6", "camel.PDPAddress_IPv6",
FT_IPv4, BASE_NONE, NULL, 0,
FT_IPv6, BASE_NONE, NULL, 0,
"IPAddress IPv6", HFILL }},
{ &hf_camel_cellGlobalIdOrServiceAreaIdFixedLength,
{ "CellGlobalIdOrServiceAreaIdFixedLength", "camel.CellGlobalIdOrServiceAreaIdFixedLength",