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

--HG--
branch : issue-5105
This commit is contained in:
Pierre LALET 2015-01-06 09:44:08 +01:00
parent ed0ea4dbdb
commit ed71733fcc
1 changed files with 0 additions and 4 deletions

View File

@ -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))