Багфиксы

This commit is contained in:
serega6531
2020-04-20 19:43:47 +03:00
parent 4b6711ea72
commit d02fe5f60f
8 changed files with 62 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ public class TlsPacketTest {
@Test
public void testHandshake() throws IOException, IllegalRawDataException {
List<Packet> packets = new PackmateDumpFileLoader("tls.pkmt").getPackets();
List<Packet> packets = new PackmateDumpFileLoader("tls-wolfram.pkmt").getPackets();
for (int i = 0; i < packets.size(); i++) {
Packet packet = packets.get(i);

File diff suppressed because one or more lines are too long