|
@@ -58,7 +58,8 @@ public class Packet {
|
|
public String toString() {
|
|
public String toString() {
|
|
if (protocol.equals("FTP")
|
|
if (protocol.equals("FTP")
|
|
|| protocol.equals("HTTP")
|
|
|| protocol.equals("HTTP")
|
|
- || protocol.equals("HTTPS")) {
|
|
|
|
|
|
+ || protocol.equals("HTTPS")
|
|
|
|
+ || protocol.equals("SIP")) {
|
|
return new String(payload);
|
|
return new String(payload);
|
|
} else {
|
|
} else {
|
|
return HelperUtils.bytesToHexString(payload);
|
|
return HelperUtils.bytesToHexString(payload);
|