1 .\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples.
3 .\"man mdoc.samples for a complete listing of options
4 .\"man mdoc for the short list of editing options
5 .\"/usr/share/misc/mdoc.template
7 .Dt mDNSNetMonitor 8 \" Program name and manual section number
9 .Sh NAME \" Section Header - required - don't modify
11 .\" The following lines are read in generating the apropos(man -k) database. Use only key
12 .\" words here as the database is built based on the words here and in the .ND line.
13 .\" Use .Nm macro to designate other names for the documented program.
14 .Nd dumps mDNS traffic on a network
15 .Sh SYNOPSIS \" Section Header - required - don't modify
19 .Sh DESCRIPTION \" Section Header - required - don't modify
21 prints out a description of the contents of mDNS packets on a network interface. It is similiar to tcpdump in that it continuously captures packets until it is interrupted by a SIGINT signal (generated, for example, by typing your interrupt character, typically control-C) or a SIGTERM signal (typically generated with the kill(1) command).
23 When mDNSNetMonitor finishes capturing packets, it will report counts of packets captured per mDNS packet type, service type and source device.
25 Note that mDNSNetMonitor will not capture unicast mDNS packets.
28 -i interface Displays packets on specified interface.
31 To print all packets arriving at or departing from
33 % mDNSNetMonitor sundown
35 .\" List links in ascending order by section, alphabetically within a section.
36 .\" Please do not reference files that do not exist without filing a bug report
39 .\" .Sh BUGS \" Document known, unremedied bugs
40 .\" .Sh HISTORY \" Document history if command behaves in a unique manner