Skip to content
Snippets Groups Projects
Commit ed71733f authored by Pierre LALET's avatar Pierre LALET
Browse files

Remove a now-useless workaround for issue #913 bug in regression tests

--HG--
branch : issue-5105
parent ed0ea4db
No related branches found
No related tags found
No related merge requests found
......@@ -694,11 +694,7 @@ s.show(2)
= DNS packet manipulation
~ netaccess DNS
* We have to recalculate IP and UDP length because
* DNS is not able to reassemble correctly
dns_ans.show()
del(dns_ans[IP].len)
del(dns_ans[UDP].len)
dns_ans.show2()
dns_ans[DNS].an.show()
DNS in IP(str(dns_ans))
......
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