Changeset 1830 for trunk/pdns/pdns/dnspacket.hh
- Timestamp:
- 01/07/11 21:33:04 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnspacket.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnspacket.hh
r1797 r1830 124 124 const char *getRaw(void); //!< provides access to the raw packet, possibly on a packet that has never been 'wrapped' 125 125 void spoofQuestion(const string &qd); //!< paste in the exact right case of the question. Useful for PacketCache 126 void truncate(int new_length); // has documentation in source127 126 128 127 vector<DNSResourceRecord*> getAPRecords(); //!< get a vector with DNSResourceRecords that need additional processing