Put printf into a separate "termoutput" API group. For most files,
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Jul 2008 21:13:32 +0000 (21:13 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Jul 2008 21:13:32 +0000 (21:13 +0000)
commit9eedd1b54e8ae174e4a35338f8429d46a152493a
tree57fd53fcebdbcd378f3726dde7977a1765ffd1d7
parent2a46e9bec4d36f71dc83e8a98e8ab5f13e2c5e8f
Put printf into a separate "termoutput" API group.  For most files,
check for it - but not for TShark plugins, as they are expected to
print to the standard output.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25653 f5534014-38df-0310-8fa8-9805f1628bb7
40 files changed:
codecs/Makefile.nmake
epan/Makefile.nmake
epan/crypt/Makefile.nmake
epan/dfilter/Makefile.nmake
epan/dissectors/Makefile.nmake
epan/ftypes/Makefile.nmake
epan/wslua/Makefile.nmake
plugins/agentx/Makefile.nmake
plugins/artnet/Makefile.nmake
plugins/asn1/Makefile.nmake
plugins/ciscosm/Makefile.nmake
plugins/docsis/Makefile.nmake
plugins/easy_codec/Makefile.nmake
plugins/enttec/Makefile.nmake
plugins/ethercat/Makefile.nmake
plugins/giop/Makefile.nmake
plugins/gryphon/Makefile.nmake
plugins/infiniband/Makefile.nmake
plugins/irda/Makefile.nmake
plugins/lwres/Makefile.nmake
plugins/m2m/Makefile.nmake
plugins/mate/Makefile.nmake
plugins/opcua/Makefile.nmake
plugins/opsi/Makefile.nmake
plugins/pcli/Makefile.nmake
plugins/profinet/Makefile.nmake
plugins/rlm/Makefile.nmake
plugins/rtnet/Makefile.nmake
plugins/rudp/Makefile.nmake
plugins/sbus/Makefile.nmake
plugins/sercosiii/Makefile.nmake
plugins/stats_tree/Makefile.nmake
plugins/tpg/Makefile.nmake
plugins/unistim/Makefile.nmake
plugins/v5ua/Makefile.nmake
plugins/wimax/Makefile.nmake
plugins/wimaxasncp/Makefile.nmake
tools/checkAPIs.pl
wiretap/Makefile.nmake
wsutil/Makefile.nmake