Whats' the format of resourceData in DNSQueryInfo ?
Whats' the format of resourceData in DNSQueryInfo ?
- Subject: Whats' the format of resourceData in DNSQueryInfo ?
- From: "Shengyong Li" <email@hidden>
- Date: Fri, 7 Mar 2003 14:20:10 -0800
- Thread-topic: Whats' the format of resourceData in DNSQueryInfo ?
Data like "00000064 0185086e 612d6463 2d30320c 6e6f7274 68616d65
72696361 04636f72
70096d69 63726f73 6f667403 636f6d".=20
=20
What kind of encode rule is this? I couldn't find any document talking
about this.
=20
Thanks,=20
=20
struct DNSQueryInfo {
UInt16 qType;
UInt16 qClass;
UInt32 ttl;
InetDomainName
<
http://developer.apple.com/techpubs/macosx/Carbon/networkcomm/OpenTrans
port/Open_Transport/open_transport_ref/data_type_91.html#//apple_ref/doc
/c_ref/InetDomainName> name;
UInt16 responseType;
UInt16 resourceLen;
char resourceData[4];
};
=20
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.