Don't use proto_tree_add_uint() to add an FT_BOOLEAN field.
authorGuy Harris <guy@alum.mit.edu>
Sat, 1 Apr 2017 01:41:16 +0000 (18:41 -0700)
committerGuy Harris <guy@alum.mit.edu>
Sat, 1 Apr 2017 01:43:03 +0000 (01:43 +0000)
commit01ec22994affe82633bb673da6f78d87986411cd
treeecc9d623ef086a214261e0e6fb3eaf9f25004144
parent62d78199eee5d239b826442c6edd95aeeef1540b
Don't use proto_tree_add_uint() to add an FT_BOOLEAN field.

We don't allow that.  Use proto_tree_add_boolean() instead.

Change-Id: I59ed0f0dc731b1ce4b5d921cd4e85b1c101cb2a8
Reviewed-on: https://code.wireshark.org/review/20821
Reviewed-by: Guy Harris <guy@alum.mit.edu>
plugins/profinet/packet-pn-rt.c