From 27ae22bd2538ff7391a5e56723715932ecf80b0e Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Sat, 27 Jan 2018 00:46:32 +0100 Subject: usbdump: Add usbdump wiretap plugin as functional example This wiretap plugin serves a dual purpose. One is to add usbdump file reading capability to wiretap and therefore Wireshark and Tshark. Second it is an illustration of a basic wiretap plugin module. Change-Id: Iefbb156ea1bc5d90dabc1753942cdb9e393714ad Signed-off-by: Jaap Keuter Reviewed-on: https://code.wireshark.org/review/25487 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- packaging/nsis/wireshark.nsi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packaging/nsis') diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index bc8770c8dd..c23c84ff9a 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -1046,6 +1046,12 @@ SetOutPath '$INSTDIR\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan' File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan\transum.dll" SectionEnd +Section "File type plugins - capture file support" SecWiretap +;------------------------------------------- +SetOutPath '$INSTDIR\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\wiretap' +File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\wiretap\usbdump.dll" +SectionEnd + Section "Configuration Profiles" SecProfiles ;------------------------------------------- ; This should be a function or macro -- cgit v1.2.3