Beispiel #1
0
 public DhcpPacket(byte[] data)
 {
     this.data = data; this.Extension = ExtensionList.GetList(data);
 }