summaryrefslogtreecommitdiff
path: root/tools/convert_proto_tree_add_text.pl
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-19 21:51:09 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-19 21:51:09 +0000
commit959a29096122705153acfdea6de555e12cec3096 (patch)
tree902a5a069c97cac33d609f037b922ade6388e4fc /tools/convert_proto_tree_add_text.pl
parentd66bffb66eecd7797c6f0d153c9f4bfd9eb6ab02 (diff)
downloadwireshark-959a29096122705153acfdea6de555e12cec3096.tar.gz
proto_tree_add_text -> proto_tree_add_xxx conversion.
svn path=/trunk/; revision=54274
Diffstat (limited to 'tools/convert_proto_tree_add_text.pl')
-rwxr-xr-xtools/convert_proto_tree_add_text.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/convert_proto_tree_add_text.pl b/tools/convert_proto_tree_add_text.pl
index 94b8f1f8a4..2bcb0aaaef 100755
--- a/tools/convert_proto_tree_add_text.pl
+++ b/tools/convert_proto_tree_add_text.pl
@@ -65,6 +65,9 @@ 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",
+ 'ABSOLUTE_TIME_LOCAL' => "ABSOLUTE_TIME_LOCAL",
+ 'ABSOLUTE_TIME_UTC' => "ABSOLUTE_TIME_UTC",
+ 'ABSOLUTE_TIME_DOY_UTC' => "ABSOLUTE_TIME_DOY_UTC",
'BASE_CUSTOM' => "BASE_CUSTOM");
my %ENCODINGS = ('ENC_BIG_ENDIAN' => "ENC_BIG_ENDIAN",