626364656667686970
* Signals that an I/O exception has occurred. */ public void test1() throws IOException { JPacket packet = getPcapPacket(HTTP, 5); JFormatter out = new TextFormatter(System.out); out.format(packet); }