Changeset 1232 for trunk/pdns/pdns/dnsparser.hh
- Timestamp:
- 07/13/08 22:21:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsparser.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsparser.hh
r1100 r1232 299 299 } 300 300 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 311 302 private: 312 303 void getDnsrecordheader(struct dnsrecordheader &ah);