aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iapp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-iapp.c')
-rw-r--r--epan/dissectors/packet-iapp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-iapp.c b/epan/dissectors/packet-iapp.c
index 3554fefa70..f33d591f1d 100644
--- a/epan/dissectors/packet-iapp.c
+++ b/epan/dissectors/packet-iapp.c
@@ -188,7 +188,7 @@ add_authval_str(proto_tree *tree, int type, int len, tvbuff_t *tvb, int offset)
break;
case IAPP_AUTH_USERNAME:
case IAPP_AUTH_PROVNAME:
- proto_tree_add_item(tree, hf_iapp_auth_string, tvb, offset, 1, ENC_ASCII|ENC_NA);
+ proto_tree_add_item(tree, hf_iapp_auth_string, tvb, offset, 1, ENC_ASCII);
break;
case IAPP_AUTH_RXPKTS:
case IAPP_AUTH_TXPKTS:
@@ -251,7 +251,7 @@ append_pduval_str(proto_tree *tree, int type, int len, tvbuff_t *tvb, int offset
switch (type)
{
case IAPP_PDU_SSID:
- proto_tree_add_item(tree, hf_iapp_pdu_ssid, tvb, offset, len, ENC_ASCII|ENC_NA);
+ proto_tree_add_item(tree, hf_iapp_pdu_ssid, tvb, offset, len, ENC_ASCII);
break;
case IAPP_PDU_BSSID:
case IAPP_PDU_OLDBSSID: