- support decoding IKEv2 packets
This commit is contained in:
parent
685267aa7f
commit
f987273429
2644
tcpdump-3.9.7-ikev2.patch
Normal file
2644
tcpdump-3.9.7-ikev2.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ Summary: A network traffic monitoring tool
|
||||
Name: tcpdump
|
||||
Epoch: 14
|
||||
Version: 3.9.7
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: BSD with advertising
|
||||
URL: http://www.tcpdump.org
|
||||
Group: Applications/Internet
|
||||
@ -15,6 +15,7 @@ Source1: ftp://ftp.ee.lbl.gov/tcpslice-1.2a3.tar.gz
|
||||
Patch1: tcpdump-3.9.7-droproot.patch
|
||||
Patch2: tcpdump-3.6.1-portnumbers.patch
|
||||
Patch3: tcpdump-3.9.7-crypto.patch
|
||||
Patch4: tcpdump-3.9.7-ikev2.patch
|
||||
Patch5: tcpslice-1.2a3-time.patch
|
||||
Patch6: tcpslice-CVS.20010207-bpf.patch
|
||||
|
||||
@ -34,6 +35,7 @@ Install tcpdump if you need a program to monitor network traffic.
|
||||
%patch1 -p1 -b .droproot
|
||||
%patch2 -p1 -b .portnumbers
|
||||
%patch3 -p1 -b .crypto
|
||||
%patch4 -p1 -b .ikev2
|
||||
|
||||
pushd %{tcpslice_dir}
|
||||
%patch5 -p1 -b .time
|
||||
@ -89,6 +91,9 @@ exit 0
|
||||
%{_mandir}/man8/tcpdump.8*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 18 2007 Miroslav Lichvar <mlichvar@redhat.com> - 14:3.9.7-5
|
||||
- support decoding IKEv2 packets
|
||||
|
||||
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> - 14:3.9.7-4
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user