aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fix-encoding-args.pl
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-06 02:31:10 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-06 02:31:10 +0000
commitee208c8dcc371ca10986b7e8ea28c933e4bfaae9 (patch)
tree34da4ba8bde2ea6a7f071f47cd24bf2950f39331 /tools/fix-encoding-args.pl
parent625fbd5f9a09483485f9c2b0271ab29afb68a597 (diff)
Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9192)
From Ed Beroset. svn path=/trunk/; revision=52393
Diffstat (limited to 'tools/fix-encoding-args.pl')
-rwxr-xr-xtools/fix-encoding-args.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/fix-encoding-args.pl b/tools/fix-encoding-args.pl
index 63a8d9c8c7..910d106ef1 100755
--- a/tools/fix-encoding-args.pl
+++ b/tools/fix-encoding-args.pl
@@ -76,7 +76,7 @@ my $searchReplaceEncNAHRef =
my @types_NA =
(
- [ qw (FT_NONE FT_BYTES FT_ETHER FT_IPv6 FT_IPXNET FT_OID)],
+ [ qw (FT_NONE FT_BYTES FT_ETHER FT_IPv6 FT_IPXNET FT_OID FT_REL_OID)],
$searchReplaceEncNAHRef
);
@@ -179,6 +179,7 @@ my @types_ALL =
FT_PCRE
FT_GUID
FT_OID
+ FT_REL_OID
FT_EUI64
)],
{# valid encoding args