while compiling the AMIN protocol,the command nmake all gives these errors:
i had removed ",0" from plugin.rc file in amin dir as suggested somewhere.but still build doesn't work. somebody..help !! asked 07 Apr '13, 23:45 ajain edited 08 Apr '13, 02:52 grahamb ♦ showing 5 of 6 show 1 more comments |
One Answer:
Edit the answered 08 Apr '13, 20:13 Guy Harris ♦♦ |
Where does the dissector source come from, what version of Wireshark was it created for and what version of Wireshark are you attempting to compile?
http://www.codeproject.com/Articles/19426/Creating-Your-Own-Custom-Wireshark-Dissector provides the source file.i'm trying to compile it for WS 1.8.5,not sure what ver it was created for?
The article is dated July 2007, so that would probably have been around the 0.99.6 timeframe. A lot of water (and code) as been under the bridge since then, so the dissector may not compile in its original form with 1.8.5.
dissector_add() has been deprecated in fawor of dissector_add_uint().
so no way of compiling this dissector?can u provide any other ex?where and how would i compile my dissector?
Have a look in the Developers Guide. It is maintained by the Wireshark Developers, so is up to date with the latest dissector practice and not just tossed over the wall and left to languish like the CodeProject dissector.