aboutsummaryrefslogtreecommitdiffstats
path: root/epan/unit_strings.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2017-04-14 10:14:09 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-14 13:21:51 +0000
commit90afc2582b4cd5a8ae75dcb9f6e19330a28aa5f9 (patch)
treed76d1109235be64ee99548ed64b4bccb2702c12d /epan/unit_strings.h
parent1928592b91d2b4b32b8e48fc2762fc92b582265e (diff)
Units: add millibel unit string
Add millibel unit string, for wireless and optical power useage. Change-Id: I7fe98fbeea7431fb74db57d2253ea78813379629 Reviewed-on: https://code.wireshark.org/review/21083 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/unit_strings.h')
-rw-r--r--epan/unit_strings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/unit_strings.h b/epan/unit_strings.h
index 96eac1089e..e31f61e95b 100644
--- a/epan/unit_strings.h
+++ b/epan/unit_strings.h
@@ -73,6 +73,7 @@ WS_DLL_PUBLIC const unit_name_string units_degree_degrees;
WS_DLL_PUBLIC const unit_name_string units_decibels;
WS_DLL_PUBLIC const unit_name_string units_dbm;
WS_DLL_PUBLIC const unit_name_string units_dbi;
+WS_DLL_PUBLIC const unit_name_string units_mbm;
WS_DLL_PUBLIC const unit_name_string units_percent;
WS_DLL_PUBLIC const unit_name_string units_khz;
WS_DLL_PUBLIC const unit_name_string units_ghz;