Refactored Dns classes and added initial implementation of a MDNS Server
This commit is contained in:
parent
e8491617c6
commit
e50027906d
12 changed files with 201 additions and 56 deletions
|
|
@ -26,6 +26,7 @@ package zutil.net.dns;
|
|||
|
||||
import org.junit.Test;
|
||||
import zutil.converter.Converter;
|
||||
import zutil.net.dns.packet.*;
|
||||
import zutil.parser.binary.BinaryStructInputStream;
|
||||
import zutil.parser.binary.BinaryStructOutputStream;
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ package zutil.net.dns;
|
|||
import zutil.io.MultiPrintStream;
|
||||
import zutil.log.CompactLogFormatter;
|
||||
import zutil.log.LogUtil;
|
||||
import zutil.net.dns.packet.DnsPacket;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.logging.Level;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue