          MODULE=libpcap
         VERSION=1.10.5
          SOURCE=$MODULE-$VERSION.tar.gz
         SOURCE2=libpcap-1.7.4-enable_bluetooth-1.patch
      SOURCE_URL=http://www.tcpdump.org/release
     SOURCE2_URL=$PATCH_URL
      SOURCE_VFY=sha256:37ced90a19a302a7f32e458224a00c365c117905c2cd35ac544b6880a81488f0
     SOURCE2_VFY=sha256:5000de2daec00fb31ccc949f7e265bfb621635c8e2daf9bb17770d75997195b5
        WEB_SITE=http://www.tcpdump.org/
         ENTERED=20011004
         UPDATED=20240831
           SHORT="A capturing library used by tcpdump"

cat << EOF
This is a handy little library which provides a packet filtering mechanism based
on the BSD packet filter (BPF). Most notably, tcpdump needs this to work, and
there is also a perl module (still in beta) which can use this as well. In plain
english, if you want to write your own network traffic analyzer, this is the
place to start.
EOF
