aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-08-06 20:10:59 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-08-06 20:10:59 +0000
commit72ea2f9c9c63c7e5c6270383888ad32683d96edf (patch)
treec58a12fbefc4c245ec132d2c7db06486a6981945 /plugins
parent93f56d8a770e9a29bfeb27f0698ae25ae89206a9 (diff)
Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.
svn path=/trunk/; revision=51174
Diffstat (limited to 'plugins')
-rw-r--r--plugins/opcua/opcua_simpletypes.c2
-rw-r--r--plugins/opcua/opcua_transport_layer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/opcua/opcua_simpletypes.c b/plugins/opcua/opcua_simpletypes.c
index 14a446b532..5ec23002e5 100644
--- a/plugins/opcua/opcua_simpletypes.c
+++ b/plugins/opcua/opcua_simpletypes.c
@@ -252,7 +252,7 @@ void registerSimpleTypes(int proto)
{
static hf_register_info hf[] =
{
- /* full name , abbreviation , type , display , strings, bitmask, blurb, id, parent, ref_count, bitshift */
+ /* full name , abbreviation , type , display , strings, bitmask, blurb, id, parent, ref_count */
{ &hf_opcua_diag_mask_symbolicflag,
{ "has symbolic id", "opcua.has_symbolic_id", FT_BOOLEAN, 8, NULL, DIAGNOSTICINFO_ENCODINGMASK_SYMBOLICID_FLAG, NULL, HFILL }
},
diff --git a/plugins/opcua/opcua_transport_layer.c b/plugins/opcua/opcua_transport_layer.c
index 427a1f6c41..09b3735ebe 100644
--- a/plugins/opcua/opcua_transport_layer.c
+++ b/plugins/opcua/opcua_transport_layer.c
@@ -60,7 +60,7 @@ void registerTransportLayerTypes(int proto)
static hf_register_info hf[] =
{
{ &hf_opcua_transport_type,
- /* full name , abbreviation , type , display , strings, bitmask, blurb, id, parent, ref_count, bitshift */
+ /* full name , abbreviation , type , display , strings, bitmask, blurb, id, parent, ref_count */
{ "Message Type", "transport.type", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_opcua_transport_chunk,