aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2015-07-13 09:47:21 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2015-07-15 20:15:55 +0000
commitc8c8eefb47adf4a24e9745ae68521c6dbad04e10 (patch)
tree7eb80503138fa4be14fdee48f46cd3b095bede0d /epan/tfs.c
parenta41e8e66230a90c6d83e93f4529b16e840e45562 (diff)
zvt: handle multi-byte tags
and dissect the components of a tag add a global true-false string for constructed vs. primitive Change-Id: If10ecf97cde59e2be9ff5e3163073f6d14e6c61e Reviewed-on: https://code.wireshark.org/review/9636 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan/tfs.c')
-rw-r--r--epan/tfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index 56e72ffbe3..f2f4594b31 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -87,4 +87,5 @@ const true_false_string tfs_full_half = { "Full", "Half" };
const true_false_string tfs_acknowledged_not_acknowledged = { "Acknowledged", "Not Acknowledged" };
const true_false_string tfs_response_request = { "Response", "Request" };
const true_false_string tfs_defined_not_defined = { "Defined", "Not defined" };
+const true_false_string tfs_constructed_primitive = { "Constructed", "Primitive" };