Convert asn1 template files proto_tree_add_item() 'encoding' arg for field types...
[obnox/wireshark/wip.git] / asn1 / ftam / packet-ftam-template.c
index 73b22c52201f50c8cf19312cd622fd54aaa14bf8..1da197da53f6e7faac2b0e9b9f4b3f20df1797fc 100644 (file)
@@ -68,7 +68,7 @@ static gint ett_ftam = -1;
 static void
 dissect_ftam_unstructured_text(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *parent_tree)
 {
-       proto_tree_add_item (parent_tree, hf_ftam_unstructured_text, tvb, 0, tvb_length_remaining(tvb, 0), ENC_BIG_ENDIAN); 
+       proto_tree_add_item (parent_tree, hf_ftam_unstructured_text, tvb, 0, tvb_length_remaining(tvb, 0), ENC_ASCII|ENC_NA); 
 }
 
 /*