[tcpdump-workers] Updating /etc/mime.types for application/vnd.tcpdump.pcap (Debian bug 620372, Fedora bug 693155)

2011-04-02 Thread Glen Turner
On Fri, 2011-04-01 at 21:47 +1030, Glen Turner wrote: > For those with files like /etc/mime.types, you may wish to add the line: > application/vnd.tcpdump.pcap pcap Looking at Debian bug 620372 reported by Gerald Combs, if Debian's /etc/mime.types were to read application/vnd.tcpdump.pcap pca

[tcpdump-workers] pcap_findalldevs, pcap_addr doesn't have AF_INET entries on OSX

2011-04-02 Thread Bob
Hello, I just noticed that no AF_INET address is returned when getting an interface list (from pcap_findalldevs) on OSX even when an IPv4 address is assigned to that interface. An AF_INET6 address is however returned. Is this the expect behavior? Am I do something wrong? Also, any suggestions