You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Installer/InstallerScript.iss
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// DO NOT CHANGE VERSION HERE! Run update_version.bat
2
-
#define AppVer "1.4.0"
2
+
#define AppVer "1.4.1"
3
3
#define AppId "dsV2Gshark"
4
4
5
5
[Setup]
@@ -260,9 +260,12 @@ begin
260
260
'"TRUE","[V2G ext]","v2gtp or v2gtlssecret or tls.handshake or tls.alert_message or tcp.flags.syn == 1 or tcp.flags.fin == 1 or homeplug or homeplug-av ",""',
261
261
'"TRUE","[V2G]","v2gtp or v2gtlssecret",""',
262
262
263
-
//current buttons
263
+
//v1.4.0 buttons
264
264
'"TRUE","[V2G ext]","v2gtp or v2gtlssecret or tls.handshake or tls.alert_message or tls.change_cipher_spec or tcp.flags.syn == 1 or tcp.flags.fin == 1 or homeplug or homeplug-av ","Filter V2G messages, SLAC messages and additional TCP packets"',
265
-
'"TRUE","[V2G]","v2gtp or v2gtlssecret","Filter V2G messages"'];
265
+
266
+
// current buttons
267
+
'"TRUE","[V2G]","v2gtp or v2gtlssecret","Filter V2G messages"',
268
+
'"TRUE","[V2G ext]","v2gtp or v2gtlssecret or tls.handshake or tls.alert_message or tls.change_cipher_spec or tcp.flags.syn == 1 or tcp.flags.fin == 1 or homeplug or homeplug-av or homeplug-llc ","Filter V2G messages, SLAC messages and additional TCP packets"'];
StringsToCheck := ['"TRUE","[V2G ext]","v2gtp or v2gtlssecret or tls.handshake or tls.alert_message or tls.change_cipher_spec or tcp.flags.syn == 1 or tcp.flags.fin == 1 or homeplug or homeplug-av ","Filter V2G messages, SLAC messages and additional TCP packets"',
289
+
StringsToCheck := ['"TRUE","[V2G ext]","v2gtp or v2gtlssecret or tls.handshake or tls.alert_message or tls.change_cipher_spec or tcp.flags.syn == 1 or tcp.flags.fin == 1 or homeplug or homeplug-av or homeplug-llc ","Filter V2G messages, SLAC messages and additional TCP packets"',
287
290
'"TRUE","[V2G]","v2gtp or v2gtlssecret","Filter V2G messages"']
0 commit comments