package de.tudarmstadt.informatik.hostage.render; public interface ProtocolRenderer { String render(String packet); }