302 B
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
```