summaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-05-31 01:50:20 -0700
committerGuy Harris <gharris@sonic.net>2020-05-31 01:50:20 -0700
commit35bfb718dc84ff9beac6bb3e0c9c817a12dee3f8 (patch)
tree25ddbc04da1c3dca14f888450dbe4db6370cd7e3 /pcap.c
parent9fab5c9a546eeb47885bc2937cedf1b20fa4370e (diff)
downloadlibpcap-35bfb718dc84ff9beac6bb3e0c9c817a12dee3f8.tar.gz
For now, we can't use -Werror.
There are a ton of "hey, that snprintf might truncate output!" warnings (yes, we know, the API has a bunch of hard length limits, so we'll have to have a different API, with mallocated message buffers, to eliminate them, and suppressing the warnings runs the risk of turning into a game of Whack-A-Mole), as well as some breakloop warnings on Linux that need an API change to add a version of pcap_breakloop() that can return an error indication.
Diffstat (limited to 'pcap.c')
0 files changed, 0 insertions, 0 deletions