Releases: pindjouf/deem
Releases · pindjouf/deem
v0.2.0
Release Notes - Deem and Nets v0.2.0
Added
- Complete DNS query message parser implementation:
- Full header parsing with flags and record counts
- Support for domain name label parsing with variable-length labels
- Query type and class field parsing
- Hex to ASCII conversion for domain names
Technical Details
- DNS protocol implementation now supports:
- 12-byte header parsing
- Variable-length domain name labels
- Question section fields
Developer Notes
- Query data structures implemented using Pydantic models for better type safety
- Modular design separating parsing logic from data structures
v0.1.0
Release Notes (v0.1.0)
# Release Notes - Deem and Nets v0.1.0
## Added
- UDP server implementation that listens for DNS queries on localhost.
- Basic DNS message header parser:
- Parses transaction ID, flags, and record counts.
- Supports visualization of the binary flags and tokenized results.