aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-23 20:03:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-23 20:03:06 +0000
commita4f86caf80346dbd8753434b9a80ed65dda96350 (patch)
tree74151a305b845e745cfd8aba460bf1a4ac0e14a2 /asn1/h245/Makefile.nmake
parent1fd7fbdb1d7756ee868b3bee131f1a5fe251ed7d (diff)
From Alejandro Vaquero:
a patch for the VoipCalls to fix a couple of issues: - a problem with the RTP Events (RFC2833) not been handle correctly - Display the RTP stream in time order when the setup frame is after the RTP stream. - fix a init issue that caused the H245 packet to not been displayed correctly. svn path=/trunk/; revision=17384
Diffstat (limited to 'asn1/h245/Makefile.nmake')
-rw-r--r--asn1/h245/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h245/Makefile.nmake b/asn1/h245/Makefile.nmake
index 400f472d6c..d4a9d1bac9 100644
--- a/asn1/h245/Makefile.nmake
+++ b/asn1/h245/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn $(PROTOCOL_NAME)
!ENDIF
clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
+ rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
# Fix EOL in generated dissectors. Cygwin's python generates files with
# mixed EOL styles, which can't be commited to the SVN repository.