aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tfs.c')
-rw-r--r--epan/tfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index f092590285..769069fd4e 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -83,5 +83,6 @@ const true_false_string tfs_included_not_included = { "Included", "Not included"
const true_false_string tfs_allocated_by_receiver_sender = {"allocated by receiver", "allocated by sender"};
const true_false_string tfs_asynchronous_synchronous = { "Asynchronous", "Synchronous" };
const true_false_string tfs_protocol_sensative_bit_transparent = { "Protocol sensitive", "Bit transparent" };
-const true_false_string tfs_full_half = { "Full", "Half" };
+const true_false_string tfs_full_half = { "Full", "Half" };
+const true_false_string tfs_acknowledged_not_acknowledged = { "Acknowledged", "Not Acknowledged" };