Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #275728

Category libpcap
Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
Changed at Fri 24 Jul 2026 22:42:10
Repository https://git.tcpdump.org/libpcap
Project libpcap
Branch master
Revision 7e326ee627c19d621b5d495e2e6d5e921c72a7a2

Comments

pcap-bpf: rename device_exists().
Rename it to check_device_exists(), as its return value isn't a Boolean
indicating whether it exists, it's 0 if it exists or an error code if it
doesn't exist or an unrecoverable error occurred when checking it.

Changed files