aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
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.h
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.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 d7487f9545..38501170a3 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -100,6 +100,7 @@ WS_DLL_PUBLIC const true_false_string tfs_asynchronous_synchronous;
WS_DLL_PUBLIC const true_false_string tfs_protocol_sensative_bit_transparent;
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;
#ifdef __cplusplus
}