Accepting request 439074 from home:mnhauke
- update to 0.6.2
- Many improvements to the trafgen protocol generation functions,
e.g. the ability to increment/randomize protocol fields at runtime
using dinc()/rnd(), new functions to generate IPv6, ICMPv4/v6, PFC,
and IEEE 802.3X PAUSE headers. From Vadim Kochan and Tobias Klauser.
- flowtop UI improvements. From Vadim Kochan.
- Packet counting fixes, e.g. to not account for duplicate packets
received over the loopüback interface. From Paolo Abeni.
- Allow IPv6 ranges to be specified for source and dest addresses
in mausezahn. From Tommy Beadle.
- Build system improvements, allowing to specify more options to the
configure script. See './configure --help' for details.
From Vadim Kochan and Tobias Klauser.
- Various compilation fixes, e.g. for warnings or build failure
certain systems. From Yousong Zhou and arch3y.
- Various documentation improvements and fixes. From Vadim Kochan,
Hisao Tanabe, and Tobias Klauser.
- add patch netsniff-ng-fix-ncurses.diff
fix some ncurses related issues during compile time
OBS-URL: https://build.opensuse.org/request/show/439074
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=20
2016-11-17 18:20:50 +01:00
|
|
|
diff --git a/configure b/configure
|
2018-01-07 15:38:34 +01:00
|
|
|
index d5fe7e6..56148ac 100755
|
Accepting request 439074 from home:mnhauke
- update to 0.6.2
- Many improvements to the trafgen protocol generation functions,
e.g. the ability to increment/randomize protocol fields at runtime
using dinc()/rnd(), new functions to generate IPv6, ICMPv4/v6, PFC,
and IEEE 802.3X PAUSE headers. From Vadim Kochan and Tobias Klauser.
- flowtop UI improvements. From Vadim Kochan.
- Packet counting fixes, e.g. to not account for duplicate packets
received over the loopüback interface. From Paolo Abeni.
- Allow IPv6 ranges to be specified for source and dest addresses
in mausezahn. From Tommy Beadle.
- Build system improvements, allowing to specify more options to the
configure script. See './configure --help' for details.
From Vadim Kochan and Tobias Klauser.
- Various compilation fixes, e.g. for warnings or build failure
certain systems. From Yousong Zhou and arch3y.
- Various documentation improvements and fixes. From Vadim Kochan,
Hisao Tanabe, and Tobias Klauser.
- add patch netsniff-ng-fix-ncurses.diff
fix some ncurses related issues during compile time
OBS-URL: https://build.opensuse.org/request/show/439074
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=20
2016-11-17 18:20:50 +01:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
2018-01-07 15:38:34 +01:00
|
|
|
@@ -428,9 +428,9 @@ int main(void)
|
Accepting request 439074 from home:mnhauke
- update to 0.6.2
- Many improvements to the trafgen protocol generation functions,
e.g. the ability to increment/randomize protocol fields at runtime
using dinc()/rnd(), new functions to generate IPv6, ICMPv4/v6, PFC,
and IEEE 802.3X PAUSE headers. From Vadim Kochan and Tobias Klauser.
- flowtop UI improvements. From Vadim Kochan.
- Packet counting fixes, e.g. to not account for duplicate packets
received over the loopüback interface. From Paolo Abeni.
- Allow IPv6 ranges to be specified for source and dest addresses
in mausezahn. From Tommy Beadle.
- Build system improvements, allowing to specify more options to the
configure script. See './configure --help' for details.
From Vadim Kochan and Tobias Klauser.
- Various compilation fixes, e.g. for warnings or build failure
certain systems. From Yousong Zhou and arch3y.
- Various documentation improvements and fixes. From Vadim Kochan,
Hisao Tanabe, and Tobias Klauser.
- add patch netsniff-ng-fix-ncurses.diff
fix some ncurses related issues during compile time
OBS-URL: https://build.opensuse.org/request/show/439074
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=20
2016-11-17 18:20:50 +01:00
|
|
|
EOF
|
|
|
|
|
|
|
|
$CC \
|
|
|
|
- $($PKG_CONFIG --cflags ncurses 2>> config.log) \
|
2018-01-07 15:38:34 +01:00
|
|
|
+ $(ncurses5-config --cflags 2>> config.log) \
|
Accepting request 439074 from home:mnhauke
- update to 0.6.2
- Many improvements to the trafgen protocol generation functions,
e.g. the ability to increment/randomize protocol fields at runtime
using dinc()/rnd(), new functions to generate IPv6, ICMPv4/v6, PFC,
and IEEE 802.3X PAUSE headers. From Vadim Kochan and Tobias Klauser.
- flowtop UI improvements. From Vadim Kochan.
- Packet counting fixes, e.g. to not account for duplicate packets
received over the loopüback interface. From Paolo Abeni.
- Allow IPv6 ranges to be specified for source and dest addresses
in mausezahn. From Tommy Beadle.
- Build system improvements, allowing to specify more options to the
configure script. See './configure --help' for details.
From Vadim Kochan and Tobias Klauser.
- Various compilation fixes, e.g. for warnings or build failure
certain systems. From Yousong Zhou and arch3y.
- Various documentation improvements and fixes. From Vadim Kochan,
Hisao Tanabe, and Tobias Klauser.
- add patch netsniff-ng-fix-ncurses.diff
fix some ncurses related issues during compile time
OBS-URL: https://build.opensuse.org/request/show/439074
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=20
2016-11-17 18:20:50 +01:00
|
|
|
-o $TMPDIR/ncursestest $TMPDIR/ncursestest.c \
|
|
|
|
- $($PKG_CONFIG --libs ncurses 2>> config.log \
|
2018-01-07 15:38:34 +01:00
|
|
|
+ $(ncurses5-config --libs 2>> config.log \
|
Accepting request 439074 from home:mnhauke
- update to 0.6.2
- Many improvements to the trafgen protocol generation functions,
e.g. the ability to increment/randomize protocol fields at runtime
using dinc()/rnd(), new functions to generate IPv6, ICMPv4/v6, PFC,
and IEEE 802.3X PAUSE headers. From Vadim Kochan and Tobias Klauser.
- flowtop UI improvements. From Vadim Kochan.
- Packet counting fixes, e.g. to not account for duplicate packets
received over the loopüback interface. From Paolo Abeni.
- Allow IPv6 ranges to be specified for source and dest addresses
in mausezahn. From Tommy Beadle.
- Build system improvements, allowing to specify more options to the
configure script. See './configure --help' for details.
From Vadim Kochan and Tobias Klauser.
- Various compilation fixes, e.g. for warnings or build failure
certain systems. From Yousong Zhou and arch3y.
- Various documentation improvements and fixes. From Vadim Kochan,
Hisao Tanabe, and Tobias Klauser.
- add patch netsniff-ng-fix-ncurses.diff
fix some ncurses related issues during compile time
OBS-URL: https://build.opensuse.org/request/show/439074
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=20
2016-11-17 18:20:50 +01:00
|
|
|
|| echo '-lncurses' ) \
|
|
|
|
>> config.log 2>&1
|
|
|
|
if [ ! -x $TMPDIR/ncursestest ] ; then
|
|
|
|
diff --git a/flowtop/Makefile b/flowtop/Makefile
|
2018-01-07 15:38:34 +01:00
|
|
|
index e001ce8..bffd86e 100644
|
Accepting request 439074 from home:mnhauke
- update to 0.6.2
- Many improvements to the trafgen protocol generation functions,
e.g. the ability to increment/randomize protocol fields at runtime
using dinc()/rnd(), new functions to generate IPv6, ICMPv4/v6, PFC,
and IEEE 802.3X PAUSE headers. From Vadim Kochan and Tobias Klauser.
- flowtop UI improvements. From Vadim Kochan.
- Packet counting fixes, e.g. to not account for duplicate packets
received over the loopüback interface. From Paolo Abeni.
- Allow IPv6 ranges to be specified for source and dest addresses
in mausezahn. From Tommy Beadle.
- Build system improvements, allowing to specify more options to the
configure script. See './configure --help' for details.
From Vadim Kochan and Tobias Klauser.
- Various compilation fixes, e.g. for warnings or build failure
certain systems. From Yousong Zhou and arch3y.
- Various documentation improvements and fixes. From Vadim Kochan,
Hisao Tanabe, and Tobias Klauser.
- add patch netsniff-ng-fix-ncurses.diff
fix some ncurses related issues during compile time
OBS-URL: https://build.opensuse.org/request/show/439074
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=20
2016-11-17 18:20:50 +01:00
|
|
|
--- a/flowtop/Makefile
|
|
|
|
+++ b/flowtop/Makefile
|
|
|
|
@@ -1,8 +1,7 @@
|
|
|
|
flowtop-libs = -lurcu \
|
2018-01-07 15:38:34 +01:00
|
|
|
$(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs libnetfilter_conntrack 2> /dev/null ) \
|
Accepting request 439074 from home:mnhauke
- update to 0.6.2
- Many improvements to the trafgen protocol generation functions,
e.g. the ability to increment/randomize protocol fields at runtime
using dinc()/rnd(), new functions to generate IPv6, ICMPv4/v6, PFC,
and IEEE 802.3X PAUSE headers. From Vadim Kochan and Tobias Klauser.
- flowtop UI improvements. From Vadim Kochan.
- Packet counting fixes, e.g. to not account for duplicate packets
received over the loopüback interface. From Paolo Abeni.
- Allow IPv6 ranges to be specified for source and dest addresses
in mausezahn. From Tommy Beadle.
- Build system improvements, allowing to specify more options to the
configure script. See './configure --help' for details.
From Vadim Kochan and Tobias Klauser.
- Various compilation fixes, e.g. for warnings or build failure
certain systems. From Yousong Zhou and arch3y.
- Various documentation improvements and fixes. From Vadim Kochan,
Hisao Tanabe, and Tobias Klauser.
- add patch netsniff-ng-fix-ncurses.diff
fix some ncurses related issues during compile time
OBS-URL: https://build.opensuse.org/request/show/439074
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=20
2016-11-17 18:20:50 +01:00
|
|
|
- $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs ncurses 2> /dev/null \
|
|
|
|
+ $(shell ncurses5-config --libs 2> /dev/null \
|
|
|
|
|| echo '-lncurses') \
|
|
|
|
- $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs tinfo 2> /dev/null ) \
|
|
|
|
-lpthread
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_GEOIP), 1)
|
|
|
|
@@ -30,7 +29,7 @@ flowtop-objs += geoip.o \
|
|
|
|
ioops.o
|
|
|
|
endif
|
|
|
|
|
|
|
|
-flowtop-eflags = $(shell $(PKG_CONFIG) --cflags ncurses) \
|
|
|
|
+flowtop-eflags = $(shell ncurses5-config --cflags) \
|
|
|
|
$(shell $(PKG_CONFIG) --cflags libnetfilter_conntrack)
|
|
|
|
|
|
|
|
flowtop-confs = tcp.conf \
|