aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-06-15 20:18:33 +0200
committerAnders Broman <a.broman58@gmail.com>2015-06-15 19:55:58 +0000
commit5a4f44a93e931319cf519493438972e60b2a36e5 (patch)
tree6dd7c0369b907f3157c12b88043f54145a551bf8 /epan/tfs.c
parentcedaa0d7f3f9de1e4559e32eb1713b30bdec11f3 (diff)
TFS: Mutualize Response/Request TFS
move tfs_response_request to epan/tfs.[ch] and use this Change-Id: I29d5894fade721b5234649a7c2d83dd1d6a19a0d Reviewed-on: https://code.wireshark.org/review/8930 Reviewed-by: Anders Broman <a.broman58@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 769069fd4e..0c09e85838 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -85,4 +85,5 @@ const true_false_string tfs_asynchronous_synchronous = { "Asynchronous", "Synchr
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_acknowledged_not_acknowledged = { "Acknowledged", "Not Acknowledged" };
+const true_false_string tfs_response_request = { "Response", "Request" };