aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorSean O. Stalley <sean.stalley@intel.com>2014-05-23 15:40:08 -0700
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-24 06:51:17 +0000
commit33ae4cb024e36192ff7c6fa1d3d6bdcce9b25b7a (patch)
tree24bce8d8574c12bf43169745c420d7c0d062afa5 /epan/tfs.h
parentf67fc8a4d21d69ede7939874f69c3c5b8a0a4ce4 (diff)
Fixed mausb valid bit & added invalid_valid TFS
Fixed valid bit check for MAUSB EPHandleResp packet. the valid bit is active low (ie: valid = 0, invalid = 1). I noticed Some other dissectors also defined an tfs_invalid_valid, so got rid of their local definitions & added it to epan/tfs.c. Change-Id: Ifd78325f9c7c046224073fc9b29e0cc60dc5c286 Reviewed-on: https://code.wireshark.org/review/1766 Reviewed-by: Alexis La Goutte <alexis.lagoutte@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 23ff9ab9fc..6afebb4e28 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -77,6 +77,7 @@ WS_DLL_PUBLIC const true_false_string tfs_detected_not_detected;
WS_DLL_PUBLIC const true_false_string tfs_available_not_available;
WS_DLL_PUBLIC const true_false_string tfs_shared_independent;
WS_DLL_PUBLIC const true_false_string tfs_valid_invalid;
+WS_DLL_PUBLIC const true_false_string tfs_invalid_valid;
WS_DLL_PUBLIC const true_false_string tfs_group_unique_name;
WS_DLL_PUBLIC const true_false_string tfs_inuse_not_inuse;
WS_DLL_PUBLIC const true_false_string tfs_critical_not_critical;