aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel/Makefile.nmake
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-04-03 19:08:00 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-04-03 19:08:00 +0000
commit9709011a9b553b9c3a9db0931366b6216b7ba4c6 (patch)
tree1ede0f1dc1100843504dacfa6fdfdf154ef95549 /asn1/camel/Makefile.nmake
parent8177d0f4a9242b0dd1b6c6a3aca63c819d1bda4c (diff)
Implement a proposal from Elefterios Gabriel for SCCP:
Add a table of DPCs and SSNs that allow to override the protocol that would be choosen so that the same SSN can use two different protocols in two different DPCs. I did not believe it someone could have done it, then I saw the captures... svn path=/trunk/; revision=21321
Diffstat (limited to 'asn1/camel/Makefile.nmake')
-rw-r--r--asn1/camel/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/camel/Makefile.nmake b/asn1/camel/Makefile.nmake
index 8022a1e68c..f327d6d5e5 100644
--- a/asn1/camel/Makefile.nmake
+++ b/asn1/camel/Makefile.nmake
@@ -40,6 +40,6 @@ fix_eol: generate_dissector
$(UNIX2DOS) < packet-$(PROTOCOL_NAME).h.tmp > packet-$(PROTOCOL_NAME).h
del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp
-copy_files: generate_dissector fix_eol
+copy_files: generate_dissector
xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y
xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y