Багфиксы
This commit is contained in:
@@ -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);
|
||||
|
||||
12
src/test/resources/tls-wolfram.pkmt
Normal file
12
src/test/resources/tls-wolfram.pkmt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user