aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-03-10 13:52:04 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-03-10 14:15:37 +0000
commit957b4a67efe716c31a8a54453ed62f02738ff984 (patch)
treef55bc517a025e9ac61ed2c4a971a1f4230d2269b /epan/tfs.c
parentb9f203c1da43ba0e11bf8e1c6cc4c74e60f49402 (diff)
Add tfs_activated_deactivated
Change-Id: I383ee93ec2a06ed2c2d07b702436035566591348 Reviewed-on: https://code.wireshark.org/review/26413 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
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 76e6683445..3acb619fd3 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -38,6 +38,7 @@ const true_false_string tfs_more_nomore = { "More", "No more" };
const true_false_string tfs_present_absent = { "Present", "Absent" };
const true_false_string tfs_present_not_present = { "Present", "Not Present" };
const true_false_string tfs_active_inactive = { "Active", "Inactive" };
+const true_false_string tfs_activated_deactivated = { "Activated", "Deactivated" };
const true_false_string tfs_found_not_found = { "Found", "Not found" };
const true_false_string tfs_command_response = { "Command", "Response" };
const true_false_string tfs_response_command = { "Response", "Command" };