aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ns_cert_exts
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-2/+0
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2010-10-31Don't generate packet-ns_cert_exts.h, it's not used.Stig Bjørlykke2-38/+1
svn path=/trunk/; revision=34736
2010-06-04Description for netscape-cert-type bit 4 (e.g. see ↵Graeme Lunt1-0/+1
http://docs.sun.com/source/816-5531-10/poli_ext.htm#1078885) svn path=/trunk/; revision=33084
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2010-01-21Update the Netscape Certificate Type extension bit-string.Stig Bjørlykke1-3/+8
svn path=/trunk/; revision=31599
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-10ns-cert-ext -> ns_cert_exts to make directory name consistent with filenamesKovarththanan Rajaratnam7-0/+271
svn path=/trunk/; revision=30478