wireshark/plugins/profinet
Guy Harris 8ed7a73e22 Fix a bunch of warnings.
Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
sizeof.

Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
strtol() and strtoul().

Change some data types to avoid those implicit conversion warnings.

When assigning a constant to a float, make sure the constant isn't a
double, by appending "f" to the constant.

Constify a bunch of variables, parameters, and return values to
eliminate warnings due to strings being given const qualifiers.  Cast
away those warnings in some cases where an API we don't control forces
us to do so.

Enable a bunch of additional warnings by default.  Note why at least
some of the other warnings aren't enabled.

randpkt.c and text2pcap.c are used to build programs, so they don't need
to be in EXTRA_DIST.

If the user specifies --enable-warnings-as-errors, add -Werror *even if
the user specified --enable-extra-gcc-flags; assume they know what
they're doing and are willing to have the compile fail due to the extra
GCC warnings being treated as errors.

svn path=/trunk/; revision=46748
2012-12-26 05:57:06 +00:00
..
AUTHORS
CMakeLists.txt Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
COPYING Update FSF address - part II. 2012-06-28 23:18:38 +00:00
ChangeLog raise plugin version, as I've done some small but important changes 2006-12-19 22:44:35 +00:00
INSTALL
Makefile.am Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.common Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.nmake From Wido Kelling: 2012-11-22 12:12:12 +00:00
NEWS
moduleinfo.h update to the latest PROTINET changes: 2009-03-16 21:40:00 +00:00
moduleinfo.nmake update to the latest PROTINET changes: 2009-03-16 21:40:00 +00:00
packet-dcerpc-pn-io.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
packet-dcom-cba-acco.c General cleanup: 2012-12-13 18:17:47 +00:00
packet-dcom-cba-acco.h General cleanup: 2012-12-13 18:17:47 +00:00
packet-dcom-cba.c General cleanup: 2012-12-13 18:17:47 +00:00
packet-pn-dcp.c General cleanup: 2012-12-13 18:17:47 +00:00
packet-pn-mrp.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
packet-pn-mrrt.c General cleanup: 2012-12-13 18:17:47 +00:00
packet-pn-ptcp.c General cleanup: 2012-12-13 18:17:47 +00:00
packet-pn-rt.c General cleanup: 2012-12-13 18:17:47 +00:00
packet-pn.c General cleanup: 2012-12-13 18:17:47 +00:00
packet-pn.h From Wido Kelling: [Profinet] Updated disecction regarding the IEC 61158 2012-12-12 18:47:59 +00:00
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +00:00