extcap: add randpktdump, a random packet generator.
authorDario Lombardo <lomato@gmail.com>
Thu, 5 Nov 2015 17:31:11 +0000 (18:31 +0100)
committerMichael Mann <mmann78@netscape.net>
Tue, 22 Dec 2015 12:24:16 +0000 (12:24 +0000)
commitac0eb6043be787428a194c163b55c852c8cb5be2
tree74a195f4a020453d811127323e95da2ef80627d6
parent0e4a7429db488b25941be4aa66405f9c2f4915e5
extcap: add randpktdump, a random packet generator.

This new extcap is for testing and educational purpose.
It relies on rankpkt-core functions to generate random packets.

Change-Id: If6890f0673545682995a2079458108edc0913b30
Reviewed-on: https://code.wireshark.org/review/11764
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
19 files changed:
.gitignore
CMakeLists.txt
CMakeOptions.txt
Makefile.am
Makefile.common
Makefile.nmake
configure.ac
debian/wireshark-common.manpages
doc/Makefile.am
doc/Makefile.nmake
doc/extcap.pod
doc/randpktdump.pod [new file with mode: 0644]
extcap/randpktdump.c [new file with mode: 0644]
packaging/macosx/osx-app.sh
packaging/nsis/Makefile.nmake
packaging/nsis/uninstall.nsi
packaging/nsis/wireshark.nsi
randpkt-core.c
randpkt-core.h