aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-07-23 15:27:52 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-07-23 15:27:52 +0000
commit533c63eed1248a38e27bab3b1fc27ce3a044c884 (patch)
treedc20911061999da93c4502a78745dfc183872f7b /epan/tfs.h
parent248b758f821eb459952203d6ae92034ffaabd656 (diff)
Fix reversed values for Bearer Context IE decodes Bearer Level Quality of Service (Bearer QoS) in ARP field the wireshark decoded preemption values.
As reported in http://ask.wireshark.org/questions/12907/pre-emption-decoding-on-s11-interface svn path=/trunk/; revision=43930
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 2bb3d61f19..4c3766fede 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -44,6 +44,7 @@ WS_VAR_IMPORT const true_false_string tfs_true_false;
WS_VAR_IMPORT const true_false_string tfs_yes_no;
WS_VAR_IMPORT const true_false_string tfs_set_notset;
WS_VAR_IMPORT const true_false_string tfs_enabled_disabled;
+WS_VAR_IMPORT const true_false_string tfs_disabled_enabled;
WS_VAR_IMPORT const true_false_string tfs_ok_error;
WS_VAR_IMPORT const true_false_string tfs_error_ok;
WS_VAR_IMPORT const true_false_string tfs_success_fail;