Skip to main content

๐Ÿฆˆ Wireshark Filter Generator

All-in-one filter builder for AV/UC network troubleshooting. Pick what you're chasing — finding a device by MAC, tracing Dante audio, debugging multicast — get a copy-paste Wireshark display filter plus a tshark capture command. Includes OUI vendor lookup, subnet calculator, and a port/protocol cheat sheet.

100% browser-local. Nothing you type leaves your machine.

โš  Disclaimer This tool is provided as-is, for educational and planning purposes only. Capture filters should only be used on networks you are authorised to inspect. The Tech Space makes no warranty and accepts no liability for any loss arising from use. Full disclaimer →
๐Ÿ”’ This tool runs entirely in your browser. MAC and IP values you enter are not sent to any server.

๐Ÿท MAC vendor (OUI) lookup

Paste a MAC address — we'll tell you the vendor from the first 3 octets. Built-in dictionary covers common AV/UC manufacturers.

Vendor
โ€”

๐Ÿงฎ Subnet calculator

Enter a CIDR (e.g. 192.168.10.0/24) — get the range, mask, broadcast, and a Wireshark filter for the subnet.

Subnet details
โ€”

๐Ÿ“‹ Quick reference — AV/UC ports & protocols

Dante (Audinate)

PortUse
4321 UDPDiscovery (mDNS)
4440-4459 UDPAudio media
4455 UDPControl
319/320 UDPPTP clock sync

Q-SYS (QSC)

PortUse
1710 TCPCore control (QRC)
2467 TCPQSC Snapshot
319/320 UDPPTP
RTP dyn UDPQ-LAN audio

SIP / VoIP

PortUse
5060 UDP/TCPSIP signalling
5061 TCPSIP over TLS
16384-32767 UDPRTP media
3478/5349STUN / TURN

Microsoft Teams Rooms

PortUse
443 TCPSignalling (HTTPS)
3478-3481 UDPSTUN / TURN
50000-50019 UDPMedia (client)
52.112.0.0/14Teams media range

Cisco Webex Rooms

PortUse
443 TCPSignalling
5004 UDPMedia (preferred)
9000 UDPMedia (fallback)
33434 UDPNetwork reachability

Crestron NVX / Control

PortUse
41794 UDPCrestron CIP
41796 UDPCIP secure
5004/5005 UDPNVX RTP/RTCP
1024 TCPTelnet (legacy)

Discovery protocols

ProtocolDisplay filter
mDNS / Bonjourmdns
SSDP / UPnPssdp
LLDPlldp
CDP (Cisco)cdp
ARParp

NDI (NewTek)

PortUse
5353 UDPmDNS discovery
5959-6989 TCPNDI streams
5960 TCPNDI Discovery Server

Common questions

Quick clarifications for the most-asked Wireshark questions in an AV/UC context.

What's the difference between capture and display filters?

Capture filter (BPF syntax, used with tshark -f or Wireshark's pre-capture filter): applied while packets are captured — discarded packets are gone forever. Display filter (Wireshark's main syntax): applied to packets already captured, hides them from view but they're still in the trace. Rule of thumb: capture broadly, narrow with display filters.

How do I find a device by MAC address?

Use the Find device by MAC scenario above. It generates eth.addr == aa:bb:cc:dd:ee:ff (matches both directions). To learn the IP that MAC is using, switch to MAC โ†’ IP discovery which looks at ARP replies.

Why is Dante audio traffic hard to filter?

Dante uses multiple ports: 4321 UDP for discovery (mDNS), 4440-4459 UDP for audio media, 4455 UDP for control, and PTP (319/320 UDP) for clock sync. The Dante audio scenario above generates a combined filter. Also ensure: SPAN port mirrors the right VLAN, IGMP snooping is configured correctly if Dante multicast flows are missing.

Does this tool send my MAC/IP addresses anywhere?

No. Everything runs in your browser. The OUI lookup uses a bundled dictionary, filter generation is local JavaScript, and no network requests are made when you enter values.

I'm trying to capture but getting nothing — what's wrong?

Most common causes: (1) your capture interface isn't in promiscuous mode (Wireshark only sees its own traffic); (2) you're plugged into an access port instead of a SPAN/mirror port, so you only see broadcast/multicast; (3) the VLAN isn't on the mirror; (4) for IP multicast, your switch is doing IGMP snooping and your capture interface didn't join the group. Walk through these before debugging the filter syntax.

Stuck on a stubborn issue?

If the filter isn't telling you what you need to know, sometimes a second pair of eyes does. Send us a brief or get in touch.

Start a UC/AV Brief →