fortra / impacket

Impacket is a collection of Python classes for working with network protocols.
https://www.coresecurity.com
Other
12.99k stars 3.5k forks source link

remove redifination of hexdump() function in two files #1682

Closed NtAlexio2 closed 4 months ago

NtAlexio2 commented 5 months ago

hexdump() and pretty_print(x) functions are defined multiple times in ntfs-read.py and ese.py files. This PR removes unnecessary redefinition and import function from one single source in structure.py.

anadrianmanrique commented 4 months ago

Thanks!