aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-29 02:38:55 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-29 02:38:55 +0000
commited1512304948155924a1630db3a4de9e6d0e7ec4 (patch)
treead5619a08259dbbdd783367b2862a5450607c7bd /packaging
parentc492f45a1eaa13a8b40b97d39f196ff916cd012c (diff)
Add .ntar as a suffix (some pcap-ng files use it).
Sort the suffixes alphabetically. svn path=/trunk/; revision=42329
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi6
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 1e7ca8e210..a7e18102b9 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -787,12 +787,16 @@ push $R0
Call Associate
StrCpy $R0 ".fdc"
Call Associate
+ StrCpy $R0 ".ntar"
+ Call Associate
StrCpy $R0 ".pcap"
Call Associate
StrCpy $R0 ".pcapng"
Call Associate
StrCpy $R0 ".pkt"
Call Associate
+ StrCpy $R0 ".rf5"
+ Call Associate
StrCpy $R0 ".snoop"
Call Associate
StrCpy $R0 ".syc"
@@ -809,8 +813,6 @@ push $R0
Call Associate
StrCpy $R0 ".wpz"
Call Associate
- StrCpy $R0 ".rf5"
- Call Associate
; if somethings added here, add it also to the uninstall section and the AdditionalTask page
pop $R0
!insertmacro UpdateIcons