forked from pool/tcpreplay
Accepting request 262973 from home:mkubecek:utils
let's try to make its' way to repo-oss OBS-URL: https://build.opensuse.org/request/show/262973 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=1
This commit is contained in:
commit
1ea53d696d
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
tcpreplay-4.0.5.tar.xz
Normal file
3
tcpreplay-4.0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2ab6b4e33d4074fa8a60e73ce647b0d0842883b830653b5c025a23989f2bddeb
|
||||||
|
size 658296
|
31
tcpreplay.changes
Normal file
31
tcpreplay.changes
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 25 10:30:01 UTC 2014 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- upgrade to version 4.0.5
|
||||||
|
* various bugfixes; for details see
|
||||||
|
https://github.com/appneta/tcpreplay/releases/tag/v4.0.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 28 07:14:39 UTC 2014 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- upgrade to version 4.0.4
|
||||||
|
* performance enhancements
|
||||||
|
* IP flow / Netflow features
|
||||||
|
* support netmap network drivers
|
||||||
|
* new API
|
||||||
|
* ARM support
|
||||||
|
* new DLT support
|
||||||
|
- tcpreplay-3.4.4-overflow.patch:
|
||||||
|
delete (no longer needed)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 18 14:16:10 UTC 2013 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- dynamic linking of libraries (fix build on >= 12.3)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 3 13:14:28 UTC 2011 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- initial package
|
||||||
|
- patch for buffer overflow in cidr2iplist()
|
||||||
|
|
50
tcpreplay.spec
Normal file
50
tcpreplay.spec
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
%if 0%{?suse_version} < 1130
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Name: tcpreplay
|
||||||
|
Version: 4.0.5
|
||||||
|
Release: 1
|
||||||
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
URL: http://tcpreplay.appneta.com/
|
||||||
|
BuildRequires: xz
|
||||||
|
BuildRequires: libpcap-devel
|
||||||
|
BuildRequires: libdnet-devel
|
||||||
|
BuildRequires: tcpdump
|
||||||
|
Requires: tcpdump
|
||||||
|
Group: Productivity/Networking/Diagnostic
|
||||||
|
License: GPL-3.0
|
||||||
|
Summary: Network analysis and testing tools
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
Tcpreplay is a suite of free Open Source utilities for editing and
|
||||||
|
replaying previously captured network traffic. Originally designed to
|
||||||
|
replay malicious traffic patterns to Intrusion Detection/Prevention
|
||||||
|
Systems, it has seen many evolutions including capabilities to replay to
|
||||||
|
web servers.
|
||||||
|
|
||||||
|
Version 4.0.0 introduces features and performance enhancements to
|
||||||
|
support switches, routers, and IP Flow/NetFlow appliances.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup
|
||||||
|
#%patch1
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --enable-dynamic-link
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/*
|
||||||
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user