* **[~]** Changed method name in `packager` class from `build` to `fill` * **[~]** Changed by adding source and destination arguments to `fill` method from the `packager` module * **[+]** Added `build` method to `packager` class for encoding the contents * **[~]** `getmac` method from the `interface` class now makes use the `Packager` module
2.1.0
* **[+]** Added `protocol` attribute to every protocol * **[+]** Added Packager module for automated interpreting and building networking packets * **[+]** Added `RAW` module for raw undecodable data * **[+]** Added AAAA types to DNS module * **[+]** Added `getmac` function to interface module for requiring MAC addresses using ARP * **[~]** Changed how the `getpublicip` function required the public ip by using sockets * **[~]** Fixed pointer bugs in `standards.decode.name` function * **[~]** Fixed DNS flags bug * **[~]** Fixed DNS Answer length mistake * **[~]** Fixed automatic card binder in the interface module
2.0.3
* **[~]** Numerous fixes to the options in the TCP protocol module * **[~]** Changed how the ip gets returned in the `getpublicip` function in the `standards` module
2.0.2
* **[+]** Added `getpublicip` function to standards * **[~]** Changed table of contents, minor changes for readability and moved about section in `README.md` * **[~]** Changed the reading of options in TCP (Must be improved in future)
2.0.1
* **[+]** Documentation added in `README.md` * **[~]** Renamed `SubscribeREQ` to `Subscribe` in MQTT Protocol module * **[~]** Fixed `__init__.py` by importing every Protocol module * **[~]** Removed `vhl` attribute in IPv4 Header and replaced by version and header length * **[~]** Changed 0b0110 to 6 in IPv6 Header object for improved readability
2.0.0
* **[!]** **Reupload on GitHub & PyPi** * new GitHub url: `https://github.com/c0mplh4cks/packnet` * new PyPi url: `https://pypi.org/project/packnet` * **[~]** Renamed package from `c0mplh4cks-pylib` to `packnet` * **[~]** Changed Header object name to `Header` in every Protocol module * **[~]** Modified imports in `__init__.py` * **[x]** Removed `examples` * **[x]** Removed `screem` * **[x]** Removed usage instructions