Make a pcapng file, not pcap
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -34,4 +34,5 @@ __pycache__
|
||||
*.vcd
|
||||
*.fst.*
|
||||
results.xml
|
||||
html
|
||||
html
|
||||
*.pcapng
|
||||
@@ -57,7 +57,7 @@ def ip_to_hex(ip: str) -> int:
|
||||
|
||||
@cocotb.test()
|
||||
async def test_simple(dut):
|
||||
pktdump = PcapWriter("tcp.pcap", append=True, sync=True)
|
||||
pktdump = PcapWriter("tcp.pcapng", append=True, sync=True)
|
||||
|
||||
|
||||
tb = TB(dut)
|
||||
|
||||
Reference in New Issue
Block a user