URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1ff6d62c4fc1db0f5b98efd537f3ec518b0d4b8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f1ff6d6 by Dario Lombardo (lomato@xxxxxxxxx):
randpkt: split into a core and an app.
This will allow other apps to use the random packet generation
features.
Change-Id: I7e9af58cbe39da4908242b5fbb292f473e03b4f2
Reviewed-on: https://code.wireshark.org/review/11579
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 328fbc0 Qt: fix profile rename
adds f1ff6d6 randpkt: split into a core and an app.
Summary of changes:
CMakeLists.txt | 1 +
Makefile.common | 3 +-
randpkt.c => randpkt-core.c | 411 +++++++--------------
randpkt-core.h | 69 ++++
randpkt.c | 837 ++-----------------------------------------
5 files changed, 228 insertions(+), 1093 deletions(-)
copy randpkt.c => randpkt-core.c (76%)
create mode 100644 randpkt-core.h