111112113114115116117118119120121
try { for (PcapPacket packet : super.getIterable(SIP_G711)) { assertNotNull(packet); if (packet.hasHeader(rtp)) { if (rtp.hasPostfix() || rtp.paddingLength() != 0) { System.out.println(rtp); } FileOutputStream out = getOutput(rtp.ssrc());