NSIS dissector release (16.05.2007) ====================== Contact information: Henning Peters This NSIS dissector release contains ethereal-0.10.12-compatible dissectors for the following protocols: + NSIS GIST packet-nsis-gist.c + NSIS NAT/FW packet-nsis-natfw.c packet-nsis-natfw.h + NSIS PING packet-nsis-ping.c packet-nsis-ping.h + NSIS QOS packet-nsis-qos.c packet-nsis-qos.h + NSIS QSPEC packet-nsis-qspec.c packet-nsis-qspec.h Installation ============ 1) Get a recent version of ethereal source 2) Build ethereal: ./autogen ./configure make make install 3) Verifiy that ethereal works as expected 4) Copy packet-* files into ethereal source tree: cp packet-* /epan/dissectors 5) Modify Makefile in /epan/dissectors/Makefile.common: add packet-*.c files to list of protocol source files add packet-*.h files to list of protocol header files The linker files are automatically generated by ethereal, thus not included in this distribution. 6) Rebuild ethereal: ./configure make make install