From ee208c8dcc371ca10986b7e8ea28c933e4bfaae9 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 6 Oct 2013 02:31:10 +0000 Subject: 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 --- docbook/dfilter2xml.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'docbook/dfilter2xml.pl') diff --git a/docbook/dfilter2xml.pl b/docbook/dfilter2xml.pl index 56206ef70f..c38cf11f1e 100755 --- a/docbook/dfilter2xml.pl +++ b/docbook/dfilter2xml.pl @@ -43,6 +43,7 @@ 'FT_PCRE', 'Perl Compatible Regular Expression', 'FT_GUID', 'Globally Unique Identifier', 'FT_OID', 'Object Identifier', + 'FT_REL_OID', 'Relative Object Identifier', ); # Read all the data into memory -- cgit v1.2.1