Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Aug 7, 2024
1 parent 60d4a51 commit fd3be2d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cmd/debugging/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# デバッグ環境のメモ

- `tshark` で icmp のキャプチャ

```console
pi@raspberrypi:~/github.com/ddddddO/packemon $ sudo tshark -i wlan0 -T fields -E header=y -E separator=/t -e eth.src -e ip.src -e eth.dst -e ip.dst icmp
Running as user "root" and group "root". This could be dangerous.
eth.src ip.src eth.dst ip.dst
Capturing on 'wlan0'
58:6d:67:be:6d:fb 192.168.10.109 dc:a6:32:91:51:58 192.168.10.110
dc:a6:32:91:51:58 192.168.10.110 58:6d:67:be:6d:fb 192.168.10.109


```

0 comments on commit fd3be2d

Please sign in to comment.