aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-daytime.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/dissectors/packet-daytime.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/dissectors/packet-daytime.c')
-rw-r--r--epan/dissectors/packet-daytime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-daytime.c b/epan/dissectors/packet-daytime.c
index 3b0f5fd4f5..3fe67184e5 100644
--- a/epan/dissectors/packet-daytime.c
+++ b/epan/dissectors/packet-daytime.c
@@ -34,8 +34,6 @@ void proto_reg_handoff_daytime(void);
static dissector_handle_t daytime_handle;
-static const true_false_string tfs_response_request = { "Response", "Request" };
-
static header_field_info *hfi_daytime = NULL;
#define DAYTIME_HFI_INIT HFI_INIT(proto_daytime)