summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-08-10 13:27:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-08-10 13:27:30 +0200
commitbfe3d78c55c8823550d48a7b9f7c2b50926a3142 (patch)
treedae32a5941cf7a225629d74bfe6776e3834a5e11 /README
parentd9638539eb82b74d9efc7abb0d71b2deb68a2547 (diff)
downloadabaos-bfe3d78c55c8823550d48a7b9f7c2b50926a3142.tar.gz
abaos-bfe3d78c55c8823550d48a7b9f7c2b50926a3142.tar.bz2
more testing with UDP
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 4ddff4c..28442ca 100644
--- a/README
+++ b/README
@@ -65,6 +65,12 @@ set disassemble-next-line on
analyze network traffic:
tcpdump -enr network.log
+wireshark-gtk network.log
+
+issue a:
+telnet 127.0.0.1 8080
+(starts ARP negitiation between Qemu host and guest in the user network)
+echo -n "hello" | nc -4u -q1 127.0.0.1 8081
links
-----