-
Notifications
You must be signed in to change notification settings - Fork 38
/
wireshark-release-3.6.patch
24 lines (24 loc) · 1.15 KB
/
wireshark-release-3.6.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a86cd68937..c1ad9b1339 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1606,6 +1606,7 @@ if(ENABLE_PLUGINS)
plugins/epan/mate
plugins/epan/opcua
plugins/epan/profinet
+ plugins/epan/sap
plugins/epan/stats_tree
plugins/epan/transum
plugins/epan/unistim
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 04cf01a094..d21442dd01 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -1024,6 +1024,7 @@ File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan\gryphon.dll"
File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan\irda.dll"
File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan\opcua.dll"
File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan\profinet.dll"
+File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan\sap.dll"
File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan\unistim.dll"
File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan\wimax.dll"
File "${STAGING_DIR}\plugins\${VERSION_MAJOR}.${VERSION_MINOR}\epan\wimaxasncp.dll"