aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorMike Morrin <morrinmike@gmail.com>2016-04-04 16:07:53 +1200
committerAnders Broman <a.broman58@gmail.com>2016-04-14 12:27:24 +0000
commit006d9821f610bb6c006ac0f0d84ab8668a307945 (patch)
tree99371e3894da6da81d6793311fac27bc0de313c1 /epan/tfs.h
parent7548d185ea0a744f3793ac3a9fcbf722df80d943 (diff)
Adding a dissector for the Distributed Object Framework protocol.
The DOF is part of the open-source OpenDOF Project, more information at https://opendof.org There is a sample capture file (with encryption keys) at https://wiki.wireshark.org/SampleCaptures#DOF_.28Distributed_Object_Framework.29_Protocols Change-Id: I8d8ce3edf39904d0467a403157f9de2d2a165e90 Reviewed-on: https://code.wireshark.org/review/14394 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/tfs.h')
-rw-r--r--epan/tfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index 93b28a8277..6d2d4a2297 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -66,6 +66,7 @@ WS_DLL_PUBLIC const true_false_string tfs_present_not_present;
WS_DLL_PUBLIC const true_false_string tfs_active_inactive;
WS_DLL_PUBLIC const true_false_string tfs_found_not_found;
WS_DLL_PUBLIC const true_false_string tfs_command_response;
+WS_DLL_PUBLIC const true_false_string tfs_response_command;
WS_DLL_PUBLIC const true_false_string tfs_capable_not_capable;
WS_DLL_PUBLIC const true_false_string tfs_supported_not_supported;
WS_DLL_PUBLIC const true_false_string tfs_used_notused;
@@ -100,12 +101,14 @@ 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_segmentation_no_segmentation;
WS_DLL_PUBLIC const true_false_string tfs_response_request;
WS_DLL_PUBLIC const true_false_string tfs_defined_not_defined;
WS_DLL_PUBLIC const true_false_string tfs_constructed_primitive;
WS_DLL_PUBLIC const true_false_string tfs_client_server;
WS_DLL_PUBLIC const true_false_string tfs_server_client;
WS_DLL_PUBLIC const true_false_string tfs_preferred_no_preference;
+WS_DLL_PUBLIC const true_false_string tfs_encrypt_do_not_encrypt;
#ifdef __cplusplus
}