./net/libpcap, System-independent interface for user-level packet capture

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 1.8.1, Package name: libpcap-1.8.1, Maintainer: pkgsrc-users

This is libpcap, a system-independent interface for user-level packet
capture. libpcap provides a portable framework for low-level network
monitoring. Applications include network statistics collection,
security monitoring, network debugging, etc. Since almost every
system vendor provides a different interface for packet capture, and
since we've developed several tools that require this functionality,
we've created this system-independent API to ease in porting and to
alleviate the need for several system-dependent packet capture modules
in each application.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 32d7526dde8f8a2f75baf40c01670602aeef7e39
RMD160: 295766ab2646c05c330aa04cabc30c5737200279
Filesize: 721.839 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-29 20:51:51 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5322 - requested by sevan
net/libpcap: build fix

Revisions pulled up:
- net/libpcap/distinfo                                          1.34
- net/libpcap/patches/patch-ac                                  1.12

---
   Module Name:    pkgsrc
   Committed By:   dsainty
   Date:           Wed Apr 19 11:50:18 UTC 2017

   Modified Files:
           pkgsrc/net/libpcap: distinfo
           pkgsrc/net/libpcap/patches: patch-ac

   Log message:
   Remove dependencies on VERSION, which trigger unintended implicit rules
   against
   version.c on case-insensitive file systems.

   Fixes build on Darwin in its out-of-the-box case-insensitive configuration.