aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_security_layer.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-22 18:23:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-22 18:23:58 +0000
commit7f77783e209b6af576c27f6c71ed17489279f5b1 (patch)
treee4e19fda561bf002f41164d5d29fdd3819f9e591 /plugins/opcua/opcua_security_layer.c
parent485fc6805bb3f5349b322c2b293bfb7392e490c4 (diff)
From Kovarththanan Rajaratnam:
More header field info cleanup in plugins/* and epan/dissectors/* svn path=/trunk/; revision=28811
Diffstat (limited to 'plugins/opcua/opcua_security_layer.c')
-rw-r--r--plugins/opcua/opcua_security_layer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/opcua/opcua_security_layer.c b/plugins/opcua/opcua_security_layer.c
index 015576c7aa..831b2a872a 100644
--- a/plugins/opcua/opcua_security_layer.c
+++ b/plugins/opcua/opcua_security_layer.c
@@ -49,13 +49,13 @@ void registerSecurityLayerTypes(int proto)
static hf_register_info hf[] =
{
{ &hf_opcua_security_tokenid,
- { "Security Token Id", "security.tokenid", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }
+ { "Security Token Id", "security.tokenid", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_opcua_security_seq,
- { "Security Sequence Number", "security.seq", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }
+ { "Security Sequence Number", "security.seq", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_opcua_security_rqid,
- { "Security RequestId", "security.rqid", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }
+ { "Security RequestId", "security.rqid", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
}
};
proto_register_field_array(proto, hf, array_length(hf));