git: libpcap: Adjustments after the import

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Sat Nov 19 13:16:56 PST 2022


commit 3f75611e55cda2794a40d4231ecca0f75812a7dd
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Sat Nov 19 22:00:01 2022 +0100

    libpcap: Adjustments after the import
    
     - Add README.DELETED back.
     - Adjust README.DRAGONFLY
     - Add HAVE_NET_PF_PFVAR_H define to config.h which allows including
       pfvar.h and if_pflog.h from the system headers. This should be perhaps
       upstreamed.
     - Leave the PCAP_DONT_INCLUDE_PCAP_BPF_H define in so that we can make
       use of it. Include the system's bpf.h header when defined.
     - tzoff field has been removed from struct pcap

Summary of changes:
 contrib/libpcap/README.DELETED   | 85 ++++++++++++++++++++++++++++++++++++++
 contrib/libpcap/README.DRAGONFLY |  8 ++--
 contrib/libpcap/gencode.c        | 13 ++++--
 contrib/libpcap/grammar.y        | 11 +++--
 contrib/libpcap/pcap-bpf.c       | 14 +++----
 contrib/libpcap/pcap/pcap.h      |  2 +
 contrib/libpcap/portability.h    |  7 ++++
 lib/libipfw3/layer4/Makefile     |  1 +
 lib/libpcap/Makefile             |  1 +
 lib/libpcap/config.h             | 88 +++++++++++++++++-----------------------
 usr.sbin/pflogd/pflogd.c         |  3 +-
 11 files changed, 164 insertions(+), 69 deletions(-)
 create mode 100644 contrib/libpcap/README.DELETED

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3f75611e55cda2794a40d4231ecca0f75812a7dd


-- 
DragonFly BSD source repository


More information about the Commits mailing list