Merge "Add comment with packet tracker debugging tip" am: 40aa5ee583
am: 17dd8723b7
Change-Id: I1d937d99d58ae031d6bf86f3407669bf47d5c037
This commit is contained in:
@@ -631,6 +631,13 @@ public class IpManager extends StateMachine {
|
||||
|
||||
pw.println();
|
||||
pw.println(mTag + " connectivity packet log:");
|
||||
pw.println();
|
||||
pw.println("Debug with python and scapy via:");
|
||||
pw.println("shell$ python");
|
||||
pw.println(">>> from scapy import all as scapy");
|
||||
pw.println(">>> scapy.Ether(\"<paste_hex_string>\".decode(\"hex\")).show2()");
|
||||
pw.println();
|
||||
|
||||
pw.increaseIndent();
|
||||
mConnectivityPacketLog.readOnlyLocalLog().dump(fd, pw, args);
|
||||
pw.decreaseIndent();
|
||||
|
||||
Reference in New Issue
Block a user