aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-06-03 10:49:33 -0400
committerAnders Broman <a.broman58@gmail.com>2014-06-04 04:21:29 +0000
commit4e5424af52d704093543d1ac02d73c4db386d9b3 (patch)
tree7fc542b84fd03d9623cf6f4a96ef91a5039116c4 /epan/tfs.h
parentc94d2e684845da027e7d66a85ec4b615c83abd61 (diff)
packet-q931.c: proto_tree_add_text -> something filterable.
Change-Id: I576f8d7fcf01a4c1dc6e486f7dd0a5b46edce502 Reviewed-on: https://code.wireshark.org/review/1935 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/tfs.h')
-rw-r--r--epan/tfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index 6afebb4e28..a3fd46417f 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -86,4 +86,6 @@ WS_DLL_PUBLIC const true_false_string tfs_valid_not_valid;
WS_DLL_PUBLIC const true_false_string tfs_do_not_clear_clear;
WS_DLL_PUBLIC const true_false_string tfs_confirmed_unconfirmed;
WS_DLL_PUBLIC const true_false_string tfs_enforced_not_enforced;
+WS_DLL_PUBLIC const true_false_string tfs_possible_not_possible;
+WS_DLL_PUBLIC const true_false_string tfs_required_not_required;
#endif