wireshark/plugins/sercosiii
Bill Meier d3efa3ed9f A bit of Windows makefiles rework and cleanup:
- Define macros for certain CFLAGS in config.nmake iso of having defs in each makefile;
  a. -DHAVE_CONFIG_H and -D_U_="" are now part of a macro named STANDARD_CFLAGS;
  b. -WX has been replaced by WARNINGS_ARE_ERRORS (defined as -WX in config.nmake)
      (This allows disabling "Warnings as Errors" by just changing config.nmake)
  c. CVARSDLL definitions (not usage) have been removed from the various makefiles.
     XXX: It appears the usage of CVARSDLL can also be removed (not yet done) since:
     -DWIN32 and -DNULL=0 do not appear to be needed (any more);
     -D_MT and _D_DLL  are not needed since /MP causes these definitions.
  d. Define a macro WARNINGS_CFLAGS with additional specific compiler (level4) warnings to be enabled.
     E.G., 4295: array is too small to include a terminating null character
- config.nmake: reformat some long lines for readability;
- plugins\Makefile.nmake: clean-deps does nothing: remove it (and usage in top-level makefile);
- dissectors/Makefile.nmake: test to enable packet-rrc.obj target needs to include MSVC2010 ...

svn path=/trunk/; revision=35747
2011-02-02 01:19:53 +00:00
..
AUTHORS
CMakeLists.txt Plugins are not shared libraries, so: 2010-09-24 20:41:34 +00:00
COPYING
Makefile.am Add Cmake stuff to the source distribution so more people can try it out. 2010-05-14 16:27:03 +00:00
Makefile.common
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
moduleinfo.h
moduleinfo.nmake
packet-sercosiii.h
packet-sercosiii_1v1.c Rename the routines that handle dissector tables with unsigned integer 2010-12-20 05:35:29 +00:00
packet-sercosiii_1v1_at.c Get rid of check_col 2010-04-06 16:13:09 +00:00
packet-sercosiii_1v1_at_devstat.c (Trivial): Remove uneeded #includes; make a few fcns static; 2009-08-09 16:48:28 +00:00
packet-sercosiii_1v1_hp.c (Trivial): Remove uneeded #includes; make a few fcns static; 2009-08-09 16:48:28 +00:00
packet-sercosiii_1v1_mdt.c Get rid of check_col 2010-04-06 16:13:09 +00:00
packet-sercosiii_1v1_mdt_devctrl.c (Trivial): Remove uneeded #includes; make a few fcns static; 2009-08-09 16:48:28 +00:00
packet-sercosiii_1v1_mst.c (Trivial): Remove uneeded #includes; make a few fcns static; 2009-08-09 16:48:28 +00:00
packet-sercosiii_1v1_svc.c (Trivial): Remove uneeded #includes; make a few fcns static; 2009-08-09 16:48:28 +00:00
plugin.rc.in