wireshark/ui/cli
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
..
Makefile.am Add python cache and temporary files to the list of files to clean up. 2012-09-18 17:40:50 +00:00
Makefile.common Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.nmake If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it's 2012-09-18 15:15:39 +00:00
tap-afpstat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-ansi_astat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-bootpstat.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
tap-camelcounter.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-camelsrt.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-comparestat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-dcerpcstat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-diameter-avp.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-expert.c Don't cast away const qualifier. 2012-12-16 00:25:25 +00:00
tap-follow.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
tap-funnel.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-gsm_astat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-h225counter.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-h225rassrt.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-hosts.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-httpstat.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
tap-icmpstat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-icmpv6stat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-iostat.c Allow <interval> to be successfully sscanf'd no matter the locale for the 2012-10-24 17:46:16 +00:00
tap-iousers.c Remove unused parameter from iousers_process_address_packet 2012-12-20 03:20:24 +00:00
tap-macltestat.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
tap-megacostat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-mgcpstat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-protocolinfo.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-protohierstat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-radiusstat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-rlcltestat.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
tap-rpcprogs.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-rpcstat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-rtp.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-rtspstat.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
tap-scsistat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-sctpchunkstat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-sipstat.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
tap-smbsids.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-smbstat.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-stats_tree.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-sv.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
tap-wspstat.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00