aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-15 18:10:30 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-15 18:10:30 +0000
commit29e29561db4c0f423168b6ceaeb161daef669832 (patch)
tree10fdc9e529178651db125c956510b15080134692 /packaging
parent3f846de2c422019fa38134510870afc74aeb1ddb (diff)
Associate .pcapng files with Wireshark.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28056 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 7ce2834876..93d813722e 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -657,6 +657,8 @@ push $R0
Call Associate
StrCpy $R0 ".pcap"
Call Associate
+ StrCpy $R0 ".pcapng"
+ Call Associate
StrCpy $R0 ".pkt"
Call Associate
StrCpy $R0 ".snoop"