<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I'm trying to parse MS DNS zone files using Net::DNS::Zonefile, but it's having issues with two non-standard Microsoft additions to the format:</div><div class=""><br class=""></div><div class="">1. Age values. For example:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">_kerberos._tcp.direktion._sites.dc._msdcs [AGE:3627351] 600     SRV     0 100 88        <a href="http://atzt0009.at.zurich.com" class="">atzt0009.at.zurich.com</a>.</div></div><div class=""><br class=""></div><div class="">2. WINS records. For example:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">@                       0       WINS    L2 C900 (</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">                                        192.168.47.221</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">                                        192.168.47.222 )</div></div><div class=""><br class=""></div><div class="">I don't actually need these data points. I just need to have Net::DNS::ZoneFile::read not fail (return null) when encountering them. I have a lot of this data, such that it would be painful to rely on manual remediation. Does anyone have any ideas?</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Chris Buxton</div></body></html>