aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
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.h
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.h')
-rw-r--r--epan/tfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index a1e00830bc..38efb5407b 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -102,6 +102,7 @@ WS_DLL_PUBLIC const true_false_string tfs_full_half;
WS_DLL_PUBLIC const true_false_string tfs_acknowledged_not_acknowledged;
WS_DLL_PUBLIC const true_false_string tfs_response_request;
WS_DLL_PUBLIC const true_false_string tfs_defined_not_defined;
+WS_DLL_PUBLIC const true_false_string tfs_constructed_primitive;
#ifdef __cplusplus
}