ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] please help, can't compile my dissector

From: "Yosi Saggi" <yosis@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 11 Sep 2011 18:00:59 +0300

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