From e9dea8542bfa37130eb581acaff9fb97bf8f7091 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 14 Jun 2014 23:11:12 -0400 Subject: acknowledge BASE_RANGE_STRING Change-Id: I3e899f79a3d58b8a2e72b88253a7e9ec51a314b5 Reviewed-on: https://code.wireshark.org/review/2222 Reviewed-by: Michael Mann --- tools/convert_proto_tree_add_text.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/convert_proto_tree_add_text.pl') diff --git a/tools/convert_proto_tree_add_text.pl b/tools/convert_proto_tree_add_text.pl index 0efcc10cb0..527f963e2c 100755 --- a/tools/convert_proto_tree_add_text.pl +++ b/tools/convert_proto_tree_add_text.pl @@ -63,6 +63,7 @@ my %DISPLAY_BASE = ('BASE_NONE' => "BASE_NONE", 'BASE_DEC_HEX' => "BASE_DEC_HEX", 'BASE_HEX_DEC' => "BASE_HEX_DEC", 'BASE_EXT_STRING' => "BASE_EXT_STRING", + 'BASE_RANGE_STRING' => "BASE_RANGE_STRING", 'ABSOLUTE_TIME_LOCAL' => "ABSOLUTE_TIME_LOCAL", 'ABSOLUTE_TIME_UTC' => "ABSOLUTE_TIME_UTC", 'ABSOLUTE_TIME_DOY_UTC' => "ABSOLUTE_TIME_DOY_UTC", -- cgit v1.2.1