mirror of https://github.com/secdev/scapy.git
Remove a now-useless workaround for issue #913 bug in regression tests
--HG-- branch : issue-5105
This commit is contained in:
parent
ed0ea4dbdb
commit
ed71733fcc
|
@ -694,11 +694,7 @@ s.show(2)
|
||||||
|
|
||||||
= DNS packet manipulation
|
= DNS packet manipulation
|
||||||
~ netaccess DNS
|
~ netaccess DNS
|
||||||
* We have to recalculate IP and UDP length because
|
|
||||||
* DNS is not able to reassemble correctly
|
|
||||||
dns_ans.show()
|
dns_ans.show()
|
||||||
del(dns_ans[IP].len)
|
|
||||||
del(dns_ans[UDP].len)
|
|
||||||
dns_ans.show2()
|
dns_ans.show2()
|
||||||
dns_ans[DNS].an.show()
|
dns_ans[DNS].an.show()
|
||||||
DNS in IP(str(dns_ans))
|
DNS in IP(str(dns_ans))
|
||||||
|
|
Loading…
Reference in New Issue