Show
Ignore:
Timestamp:
07/13/08 22:21:54 (2 years ago)
Author:
ahu
Message:

implement EDNS NSID call (RFC 5001), plus an experimental EDNS option ('ping')

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dnsparser.hh

    r1100 r1232  
    299299  } 
    300300 
    301   struct EDNSOpts 
    302   { 
    303     uint16_t d_packetsize; 
    304     uint8_t d_extRCode, d_version; 
    305     uint16_t d_Z; 
    306   }; 
    307  
    308   //! Convenience function that fills out EDNS0 options, and returns true if there are any 
    309   bool getEDNSOpts(EDNSOpts* eo); 
    310  
     301   
    311302private: 
    312303  void getDnsrecordheader(struct dnsrecordheader &ah);