From Grame Lunt:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 7 Dec 2005 23:20:11 +0000 (23:20 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 7 Dec 2005 23:20:11 +0000 (23:20 +0000)
commit7d5f1ba0176b7b085754cb5715479e3d50bb066d
tree46169c3c7d610ad5d8c47911a9aa4c424f196c38
parent78f7b3dfbbd92861a7e59698898d7ba30ed51804
From Grame Lunt:
 updated X.500 dissectors to include DOP support.

The "dop" dissector is the renamed "x501" dissector consequently the asn/x501 directory should be removed. The patch includes the changes to epan/dissectors/Makefile.common to reflect this.

As the DOP dissection is not fully tested, I have disabled it by default for now (like DSP) but it can be enabled by the user.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16726 f5534014-38df-0310-8fa8-9805f1628bb7
23 files changed:
asn1/Makefile.nmake
asn1/dap/Makefile.nmake [new file with mode: 0644]
asn1/dap/packet-dap-template.c
asn1/disp/Makefile.nmake [new file with mode: 0644]
asn1/disp/disp.asn
asn1/disp/disp.cnf
asn1/disp/packet-disp-template.c
asn1/dop/Makefile [new file with mode: 0644]
asn1/dop/Makefile.nmake [new file with mode: 0644]
asn1/dop/dop-exp.cnf [moved from asn1/x501/x501-exp.cnf with 100% similarity]
asn1/dop/dop.asn [new file with mode: 0644]
asn1/dop/dop.cnf [new file with mode: 0644]
asn1/dop/packet-dop-template.c [new file with mode: 0644]
asn1/dop/packet-dop-template.h [moved from asn1/x501/packet-x501-template.h with 97% similarity]
asn1/dsp/Makefile.nmake [new file with mode: 0644]
asn1/dsp/dsp-exp.cnf
asn1/dsp/dsp.asn
asn1/dsp/dsp.cnf
asn1/dsp/packet-dsp-template.c
asn1/x501/Makefile [deleted file]
asn1/x501/packet-x501-template.c [deleted file]
asn1/x501/x501.asn [deleted file]
asn1/x501/x501.cnf [deleted file]