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

Wireshark-dev: [Wireshark-dev] Plugin compilation problem

From: "Levona Hershtik" <herstik@xxxxxxxxx>
Date: Sun, 13 May 2007 11:38:55 +0300
Hi,

I'm trying to write a dissector plug in (For the first time)
and when ever I try to compile it I get the next error message:


       cl /DHAVE_WIN32_LIBWIRESHARK_LIB /D_NEED_VAR_IMPORT_ /DHAVE_CONFIG_H /I.
./.. /I../../wiretap /IC:\wireshark-win32-libs\glib\include\glib-2.0  /IC:\wires
hark-win32-libs\glib\lib\glib-2.0\include  /IC:\wireshark-win32-libs\WPdpack\inc
lude -D_U_="" /Zi /W3 /MD /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
/c packet-voam.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'cl' : return code '0x1'
Stop.

Does anybody know what can I do?

Thank you
Levona