Fix saving/loading trace(sniff) files

Fix file extension for RRG repo
Fix overwriting existing file
Add support for RRG v4.16717(path in prefs)
This commit is contained in:
wh201906
2023-06-27 21:09:08 +08:00
parent 0738aff2bf
commit 184a9ed5f2
4 changed files with 57 additions and 10 deletions
+3 -1
View File
@@ -104,7 +104,9 @@
"cmd": "hf mf darkside"
},
"save sniff": {
"cmd": "trace save -f <filename>"
"cmd": "trace save -f <filename>",
"path cmd":"prefs show",
"path pattern":"trace save path\\.+\\s*(.+)$"
},
"load sniff": {
"cmd": "trace load -f <filename>",