Skip to content
Snippets Groups Projects
Verified Commit b815af3f authored by Byron Lathi's avatar Byron Lathi
Browse files

Make a pcapng file, not pcap

parent 8455d5b5
No related branches found
No related tags found
1 merge request!74Resolve "Network Processor"
......@@ -34,4 +34,5 @@ __pycache__
*.vcd
*.fst.*
results.xml
html
\ No newline at end of file
html
*.pcapng
\ No newline at end of file
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment