mandiant / flare-fakenet-ng

FakeNet-NG - Next Generation Dynamic Network Analysis Tool
Apache License 2.0
1.73k stars 357 forks source link

Fix print and exception py3 compatible #156

Closed aancw closed 1 year ago

aancw commented 1 year ago

I saw that print and exception is not yet upgraded to py3. Here, i make little patch for fixing that :)

https://github.com/mandiant/flare-fakenet-ng/pull/155 https://github.com/mandiant/flare-fakenet-ng/issues/153 https://github.com/mandiant/flare-fakenet-ng/commit/68da2d7709946c807d77c6c17aebad8d7c6c8885

tinajn commented 1 year ago

@aancw Thank you, these changes are no longer required as they were part of another PR that merged recently (https://github.com/mandiant/flare-fakenet-ng/pull/157).