]>
Commit | Line | Data |
---|---|---|
2682e09e A |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | <plist version="1.0"> | |
4 | <dict> | |
5 | <key>Label</key> | |
6 | <string>com.apple.mDNSResponder.mdns-tcpdump</string> | |
7 | <key>ProgramArguments</key> | |
8 | <array> | |
9 | <string>/usr/sbin/tcpdump</string> | |
10 | <string>-w</string> | |
11 | <string>/tmp/mdns-tcpdump.pcapng</string> | |
12 | <string>-C</string> | |
13 | <string>10</string> | |
14 | <string>-W</string> | |
15 | <string>16</string> | |
16 | <string>( udp port 5353 ) or arp or icmp or icmp6</string> | |
17 | </array> | |
18 | <key>KeepAlive</key> | |
19 | <false/> | |
20 | </dict> | |
21 | </plist> |