summaryrefslogtreecommitdiff
path: root/tests/test_wire.py
Commit message (Collapse)AuthorAgeFilesLines
* more coverage for wireBob Halley2020-07-021-1/+33
|
* Rework wire format processing.Bob Halley2020-07-021-0/+55
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()).