Found the problem
Thanks
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Yosi Saggi
Sent: Sunday, September 11, 2011 5:34 PM
To: Developer support list for Wireshark
Subject: [Wireshark-dev] please help, can't compile my dissector
Hi I’m working on a dissector on 1.4.2.
I had no problems compiling my plugin until I accidently copied my files to a different directory. I put them back in place but now I get this error when I try to run:
nmake Makefile.nmake
Traceback (most recent call last):
File "../../../tools/make-dissector-reg.py", line 303, in <module> os.rename(tmp_filename, final_filename)
WindowsError: [Error 183] Cannot create a file when that file already exists
NMAKE : fatal error U1077: 'C:\Python26\python.exe' : return code '0x1'
Stop.
Any help will be appreciated
Thanks
Yosi