.infineon/_-Review/wireshark.md
2024-06-03 07:04:29 -07:00

302 B

type, created, updated
type created updated
topic 2024-01-28T04:48:03.346Z 2024-01-29T18:47:51.859Z

Wireshark

arp.opcode == 1
```

```c# DHCP
udp.port == 67
```

```c# Printer
ip.dst == 192.168.2.62 && tcp.port != 443 && tcp.port != 80
```

```MAC
eth.addr == D2:60:FA:59:74:8F
```