Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wireshark [2026/03/18 12:59] – created jp | wireshark [2026/03/18 13:09] (current) – jp | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ==== Фильтры отображения захвата трафика ==== | ==== Фильтры отображения захвата трафика ==== | ||
| - | Фильтр по MAC-адресу (как src, так и dst). | + | Фильтр по MAC-адресу (как src, так и dst): |
| eth.addr == 78: | eth.addr == 78: | ||
| - | Для двух MAC (или) | + | Для двух MAC (или): |
| eth.addr == 00: | eth.addr == 00: | ||
| + | Фильтр по IP-адресам: | ||
| + | |||
| + | ip.addr == 192.168.1.1 or ip.addr == 192.168.1.2 | ||
| + | {{tag> | ||