Toni Barata writes:
Why enum module is not capable of parsing a response to a naptr query if this response don“t have any Authority and Additional RRs?
this has nothing to do with naptr query. if there is a problem with those authority or additional rrs, it applies to any query. are you sure that in both case (with and without a and aa rrs), rdata containing naptr record looks exactly the same? the format is this:
* 0123456789012345 * +----------------+ * | order | * |----------------| * | preference | * |----------------| * ~ flags ~ * | (string) | * |----------------| * ~ services ~ * | (string) | * |----------------| * ~ regexp ~ * | (string) | * |----------------| * ~ replacement ~ | (name) | * +----------------+
i didn't see order/preference in your response or then ethereal is not able to decode rdata properly.
-- juha