Работа над распаковкой TLS
This commit is contained in:
@@ -22,6 +22,10 @@ public class PackmateDumpFileLoader {
|
||||
List<Packet> packets = new ArrayList<>();
|
||||
|
||||
for (String line : Files.readAllLines(file.toPath())) {
|
||||
if (line.startsWith("#")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
switch (line) {
|
||||
case "in" -> in = true;
|
||||
case "out" -> in = false;
|
||||
|
||||
Reference in New Issue
Block a user