From ac0eb6043be787428a194c163b55c852c8cb5be2 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 5 Nov 2015 18:31:11 +0100 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- packaging/nsis/uninstall.nsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packaging/nsis/uninstall.nsi') diff --git a/packaging/nsis/uninstall.nsi b/packaging/nsis/uninstall.nsi index 7dcb8d4d74..5365f1d637 100755 --- a/packaging/nsis/uninstall.nsi +++ b/packaging/nsis/uninstall.nsi @@ -135,6 +135,7 @@ Push "qtshark" Push "editcap" Push "text2pcap" Push "mergecap" +Push "randpktdump" Push "reordercap" Push "capinfos" Push "rawshark" @@ -181,6 +182,7 @@ Delete "$INSTDIR\etc\pango\*.*" Delete "$INSTDIR\extcap\androiddump.*" ;WIP: uncomment when sshdump on windows will be ready to go ;Delete "$INSTDIR\extcap\sshdump.*" +Delete "$INSTDIR\extcap\randpktdump.*" Delete "$INSTDIR\help\*.*" Delete "$INSTDIR\iconengines\*.*" Delete "$INSTDIR\imageformats\*.*" -- cgit v1.2.3