LipiLee / ToyShark

Packet Analyzer for Android
Apache License 2.0
74 stars 35 forks source link

DNS responses being cached #10

Closed taylorj91 closed 4 years ago

taylorj91 commented 4 years ago

I've tested your project using a custom DNS server and have been able to receive responses from that DNS server just fine, but when the DNS responses change, the received buffer is not reflecting this change.

Are the packets for a Session's channel cached somewhere along the process of forwarding the traffic from the destination (DNS server) to the source (app)?