summaryrefslogtreecommitdiff
path: root/dns/wire.py
Commit message (Collapse)AuthorAgeFilesLines
* Rework wire format processing.Bob Halley2020-07-021-0/+82
Wire format data is now done via a dns.wire.Parser, which does all of the bookkeeping and also provides convenience routines (e.g. get_uint16() or get_name()).