report(frame.channel, frame);
} else {
report(frame.channel, "(withheld) " + frame.toString());
}
} else {
frame.writeTo(this.outStream);
if (this.noDecodeFrames) {
report(frame.channel, frame);
} else if (this.noAssembleFrames) {
reportFrame(frame);
} else {