aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-trill.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-trill.c')
-rw-r--r--epan/dissectors/packet-trill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-trill.c b/epan/dissectors/packet-trill.c
index d428544195..7d2bfed9d6 100644
--- a/epan/dissectors/packet-trill.c
+++ b/epan/dissectors/packet-trill.c
@@ -135,7 +135,7 @@ dissect_trill( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree )
offset += TRILL_NICKNAME_LEN ;
if( op_len != 0 ) {
proto_tree_add_item( trill_tree, hf_trill_options, tvb,
- offset, op_len, FALSE ) ;
+ offset, op_len, ENC_NA ) ;
}
}