Unconditionally install dumpcap.
This is required to actually be able to capture packets with tshark. PR: 239601
This commit is contained in:
parent
8b7a383e1f
commit
2da603d972
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507920
4 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Bill Fumerola <billf@mu.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
|
||||
LITE= yes
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Created by: Bill Fumerola <billf@mu.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
|
||||
LITE= yes
|
||||
|
||||
CONFLICTS_INSTALL?= wireshark-[0-9]* tshark-[0-9]* tshark-lite-[0-9]*
|
||||
|
|
|
@ -43,7 +43,7 @@ LIB_DEPENDS+= libgpg-error.so:security/libgpg-error \
|
|||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.for x in capinfos editcap mergecap rawshark text2pcap dftest randpkt \
|
||||
reordercap captype randpktdump udpdump sharkd dumpcap
|
||||
reordercap captype randpktdump udpdump sharkd
|
||||
.if defined(LITE)
|
||||
PKGNAMESUFFIX= -lite
|
||||
PLIST_SUB+= ${x:tu}="@comment $x not installed" \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%%CAPTYPE%%
|
||||
@group network
|
||||
@mode 2555
|
||||
%%DUMPCAP%%
|
||||
bin/dumpcap
|
||||
@mode
|
||||
@group
|
||||
%%EDITCAP%%
|
||||
|
@ -649,7 +649,7 @@ libdata/pkgconfig/wireshark.pc
|
|||
%%CAPTYPE_MAN%%man/man1/captype.1.gz
|
||||
%%CISCODUMP_MAN%%man/man1/ciscodump.1.gz
|
||||
%%DFTEST_MAN%%man/man1/dftest.1.gz
|
||||
%%DUMPCAP_MAN%%man/man1/dumpcap.1.gz
|
||||
man/man1/dumpcap.1.gz
|
||||
%%EDITCAP_MAN%%man/man1/editcap.1.gz
|
||||
%%MERGECAP_MAN%%man/man1/mergecap.1.gz
|
||||
%%MAXMIND%%man/man1/mmdbresolve.1.gz
|
||||
|
|
Loading…
Reference in a new issue