USArmyResearchLab / Dshell

Dshell is a network forensic analysis framework.
Other
5.44k stars 1.14k forks source link

Output Mode Fix #104

Closed amm3 closed 6 years ago

amm3 commented 6 years ago

These decoders were specifying their output preference using the deprecated method of setting self.output to the string/name of the output library. This pull updates them to set self.out = colorout.ColorOutput() in the decoders' initialization member.