Wireshark: Filter by Multicast in GUI

前端 未结 5 726
情歌与酒
情歌与酒 2021-02-01 21:10

Using the Wireshark \"Filter\" field in the Wireshark GUI, I would like to filter capture results so that only multicast packets are shown.

I\'ve seen this post but tha

5条回答
  •  無奈伤痛
    2021-02-01 21:29

    With Wireshark (2.2.6 version for Linux) is possible to choose the filter "eth.ig == 1"

    It refer to "IG bit" that is present in the Ethernet Frame.

    The IG bit distinguishes whether the MAC address is an individual or group (hence IG) address. In other words, an IG bit of 0 indicates that this is a unicast MAC address, an IG bit of 1 indicates a multicast or broadcast address.

提交回复
热议问题