aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sflow.c
diff options
context:
space:
mode:
authorRobert Sauter <sauter@locoslab.com>2018-03-10 23:14:12 +0100
committerMichael Mann <mmann78@netscape.net>2018-03-11 02:42:41 +0000
commitfc6b725b18d9d627534c3b61720f5be93315ce09 (patch)
treeb41baab413459140064bda9659760efe67091c79 /epan/dissectors/packet-sflow.c
parent3ceff6751471edc205894f8f2b6d050f3a803502 (diff)
tfs: Add high_normal and low_normal
Change-Id: Ie56e3546fc1bc5da61f95456e15544a2880c819d Reviewed-on: https://code.wireshark.org/review/26418 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-sflow.c')
-rw-r--r--epan/dissectors/packet-sflow.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-sflow.c b/epan/dissectors/packet-sflow.c
index 7d21ff2d61..00ef3efe84 100644
--- a/epan/dissectors/packet-sflow.c
+++ b/epan/dissectors/packet-sflow.c
@@ -146,9 +146,7 @@ static const value_string sflow_ifdirection_vals[] = {
{ 0, NULL}
};
-const true_false_string tfs_low_normal = { "Low", "Normal" };
-const true_false_string tfs_high_normal = { "High", "Normal" };
-const true_false_string tfs_minimize_monetary_normal = { "Minimize Monetary", "Normal" };
+static const true_false_string tfs_minimize_monetary_normal = { "Minimize Monetary", "Normal" };
static const value_string sflow_245_header_protocol[] = {
{ SFLOW_245_HEADER_ETHERNET, "Ethernet"},