aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dsp/Makefile.nmake
Commit message (Collapse)AuthorAgeFilesLines
* - asn2eth renamed to asn2wrsTomas Kukosa2006-05-211-3/+3
| | | | | | | | | - remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199
* Add distclean and maintainerclean rules.Guy Harris2006-04-251-0/+4
| | | | svn path=/trunk/; revision=17999
* Add parsertab.pyc in clean targetAnders Broman2006-02-231-1/+1
| | | | svn path=/trunk/; revision=17386
* From Grame Lunt:Anders Broman2005-12-071-0/+42
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. svn path=/trunk/; revision=16726