i'm simulating a simple DNS Server in JAVA (using UDP). I've done DNS Request parsing and sending back response to the client. i'm using DIG command in shell for testing. i've this problem here :
In wireshark, when i start monitoring packets on Loopback , it detects DNS request and response packets as Malformed ENIP packets. I'm a beginner, please guide on how to resolve this issue. Thanks in advance.