Skip to content
Snippets Groups Projects
Commit 204666e8 authored by Joseph Frazier's avatar Joseph Frazier
Browse files

Test that copying a packet copies its property as well

parent 54dad025
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,7 @@ TCP in a ...@@ -92,6 +92,7 @@ TCP in a
a[TCP] a[TCP]
a[TCP].dport=[80,443] a[TCP].dport=[80,443]
a a
assert(a.copy().time == a.time)
a=3 a=3
......
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