wireshark/epan/ftypes
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
..
Makefile.am Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
Makefile.common Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
ftype-bytes.c Straighten out field type names. 2010-05-11 21:46:17 +00:00
ftype-double.c Revert r29614 until I figure out why buildbot doesn't like it 2009-08-29 07:53:48 +00:00
ftype-guid.c Straighten out field type names. 2010-05-11 21:46:17 +00:00
ftype-integer.c Pick up other check from the almost-identical routine in 2010-04-30 21:55:42 +00:00
ftype-ipv4.c Fix bug 1956 - make the bitwise-AND routine treat its arguments as being 2007-11-06 09:19:59 +00:00
ftype-none.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-pcre.c If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the 2009-12-18 01:15:08 +00:00
ftype-string.c If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the 2009-12-18 01:15:08 +00:00
ftype-time.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
ftype-tvbuff.c Protect tvb_* functions in a TRY-CATCH block. 2010-08-08 19:04:35 +00:00
ftypes-int.h If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the 2009-12-18 01:15:08 +00:00
ftypes.c (Trivial) Use consistent indentation. 2010-05-12 17:34:11 +00:00
ftypes.h (Trivial) Fix a typo & some indentation 2010-05-08 16:12:29 +00:00