This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

plugin compilation issue

0

I was able to compile amin as well as foo dissector, but the dissector that I had written is not getting compiled as well as (amin,foo also not working). Error when doing nmake all is:

Making plugin.c (using python)
Updating plugin.c
NMAKE : fatal error U1073: don't know how to make '..\..\epan\libwireshark.lib'stop.

Can anybody help promptly?

asked 22 Apr '13, 03:15

ajain's gravatar image

ajain
146711
accept rate: 0%

edited 22 Apr '13, 07:15

cmaynard's gravatar image

cmaynard ♦♦
9.4k1038142


One Answer:

1

You should probably start by reading (or possibly re-reading) README.plugins very carefully.

And don't forget about README.developer, as well as the Wireshark developer's guide.

answered 22 Apr '13, 07:19

cmaynard's gravatar image

cmaynard ♦♦
9.4k1038142
accept rate: 20%