From 927f5cdc7e78db0d143e5d6f9a26d06834396518 Mon Sep 17 00:00:00 2001 From: Anders Date: Tue, 13 Jun 2017 17:31:21 +0200 Subject: [MEGACO] Add tman/sdr as an integer with a unit string. Change-Id: I987b4a9a86b0000b726f7e514be741e713b6ec5a Reviewed-on: https://code.wireshark.org/review/22112 Reviewed-by: Anders Broman Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Martin Kaiser --- epan/unit_strings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/unit_strings.h') diff --git a/epan/unit_strings.h b/epan/unit_strings.h index e3ae8f0ceb..11d092dbf9 100644 --- a/epan/unit_strings.h +++ b/epan/unit_strings.h @@ -50,6 +50,7 @@ WS_DLL_PUBLIC char* unit_name_string_get_double(double value, unit_name_string* WS_DLL_PUBLIC const unit_name_string units_foot_feet; WS_DLL_PUBLIC const unit_name_string units_bit_bits; WS_DLL_PUBLIC const unit_name_string units_byte_bytes; +WS_DLL_PUBLIC const unit_name_string units_byte_bytespsecond; WS_DLL_PUBLIC const unit_name_string units_octet_octets; WS_DLL_PUBLIC const unit_name_string units_word_words; WS_DLL_PUBLIC const unit_name_string units_tick_ticks; -- cgit v1.2.3