aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_transport_layer.c
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/opcua/opcua_transport_layer.c
parent93f56d8a770e9a29bfeb27f0698ae25ae89206a9 (diff)
Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.
svn path=/trunk/; revision=51174
Diffstat (limited to 'plugins/opcua/opcua_transport_layer.c')
-rw-r--r--plugins/opcua/opcua_transport_layer.c2
1 files changed, 1 insertions, 1 deletions
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,