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

nmake error No protocol registrations found

0

I wrote a simple code of SCTP protocol dissector, but when I nmake it, it had an error, like this: Making plugin.c <using python=""> No protocol registrations found nmake:fatal error U1077:"C:Python27python.exe" :return code "0x1" stop

Who can tell me why? Thank you very much!

asked 23 Sep '11, 02:40

dingding0743's gravatar image

dingding0743
16224
accept rate: 0%


One Answer:

2

Your config.nmake is not correct. Please follow all steps in the developer guide. In addition see doc/README.plugins for the steps to add a plugin dissector to build.

answered 23 Sep '11, 02:48

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%