From 483ec5bd0548f9720551737670c163fba32c3a8e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Fri, 16 Dec 2005 06:47:22 +0000 Subject: From Graeme Lunt: * DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. Also now uses the correct EXPORTs from the other modules/dissectors. * X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate. (I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.) * X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file. * A couple of fixes identified by Stig. svn path=/trunk/; revision=16814 --- asn1/dap/packet-dap-template.c | 1 + 1 file changed, 1 insertion(+) (limited to 'asn1/dap') diff --git a/asn1/dap/packet-dap-template.c b/asn1/dap/packet-dap-template.c index 9d5a0e24f9..70a3ce74ac 100644 --- a/asn1/dap/packet-dap-template.c +++ b/asn1/dap/packet-dap-template.c @@ -45,6 +45,7 @@ #include "packet-crmf.h" #include "packet-dsp.h" +#include "packet-disp.h" #include "packet-dap.h" #include -- cgit v1.2.3