()
| 171 | } |
| 172 | |
| 173 | public byte[] getDecodedData() { |
| 174 | return this.decoded_data == null ? new byte[]{} : this.decoded_data; |
| 175 | } |
| 176 | |
| 177 | public OneShotPacket getOneShotFromDecodedData() { |
| 178 | return new OneShotPacket(getId(), getListenPort(), getClient(), getServer(), getServerName(), getUseSSL(), |
no outgoing calls
no test coverage detected