First of all, thanks to the contributors to this great tool. I was trying to create a dissector for our protocol. As the first step, I was trying to build the wireshark, so that I have all the tools set up correctly. I was following instruction Developer's Guide The OS is Windows 7. I was using Visual Studio C++ 2008 Express Edition. In fact I used VS C++ 2010 Express Edition, but the error I got was the same. Every step was successful except the last step with: The above command gave the error:
I googled the problem on line, but there was no clear solution that I can find. Can you tell me why I got this problem? If you want to send me email, you can send to austinfcui at gmail dot com. Thank you! Austin asked 26 Nov ‘11, 21:20 Austin edited 08 Dec ‘11, 11:22 multipleinte… |
2 Answers:
As per the error report the manifest file Also note that the path you have to mt.exe is from the Vista SDK, although I don't think this is a problem. answered 27 Nov '11, 00:55 grahamb ♦ |
First of all, thank you for messages to my question. I temporarily fixed this problem by copying the manifest file from Wireshark to zlib123 directory. What I did was change Makefile.nmake so that it does not delete zlib123.tmp directory. Then run nmake command again and copy the zlib1d.dll.embed.manifest from the temporary directory to the wireshark directory. answered 08 Dec '11, 07:10 Austin OK, why are you mentioning zlib123? Wireshark uses zlib125. (08 Dec '11, 09:32) grahamb ♦ To the comments: OK, why are you mentioning zlib123? Wireshark uses zlib125. Yes, it should be zlib125, not zlib123. Thank you! (09 Dec '11, 06:17) Austin |
Hi Austin, Currently i am writing dissector for my protocol.Can you give me your eMail-id, so that i will contact you if i have any doubts regarding the dissector creation and also i will help you if you have any doubts.My email-id feedback711[at]gmail[dot]com