()
| 137 | } |
| 138 | |
| 139 | public byte[] getModifiedData() { |
| 140 | return this.modified_data == null ? new byte[]{} : this.modified_data; |
| 141 | } |
| 142 | |
| 143 | public OneShotPacket getOneShotFromModifiedData() { |
| 144 | return new OneShotPacket(getId(), getListenPort(), getClient(), getServer(), getServerName(), getUseSSL(), |
no outgoing calls
no test coverage detected