Re: [tcpdump-workers] MIME type for libpcap-format capture files

2008-12-11 Thread Jefferson Ogata
On 2008-12-11 20:26, Michael Richardson wrote: "Phil" == Phil Vandry writes: Phil> We suggest that the type should be "application/libpcap-capture" and application/pcap-capture makes more sense to me. I agree. For one thing, another MIME type might eventually exist for filter spe

Re: [tcpdump-workers] MIME type for libpcap-format capture files

2008-12-11 Thread Michael Richardson
> "Phil" == Phil Vandry writes: >> On Dec 11, 2008, at 12:26 PM, Michael Richardson wrote: >> >> > application/pcap-capture Phil> [...] >> 3) not all pcap-format files are written by libpcap. Phil> ...but libpcap may be considered to supply the authoritative defin

Re: [tcpdump-workers] MIME type for libpcap-format capture files

2008-12-11 Thread Phil Vandry
On Thu, Dec 11, 2008 at 01:14:24PM -0800, Guy Harris wrote: > > On Dec 11, 2008, at 12:26 PM, Michael Richardson wrote: > > > application/pcap-capture [...] > 3) not all pcap-format files are written by libpcap. ...but libpcap may be considered to supply the authoritative definition of t

Re: [tcpdump-workers] MIME type for libpcap-format capture files

2008-12-11 Thread Guy Harris
On Dec 11, 2008, at 12:26 PM, Michael Richardson wrote: application/pcap-capture makes more sense to me. Yes: 1) ".pcap" is sometimes used as a suffix, but I've not seen ".libpcap"; 2) on Windows, it's called WinPcap; 3) not all pcap-format files are written by

Re: [tcpdump-workers] MIME type for libpcap-format capture files

2008-12-11 Thread Michael Richardson
> "Phil" == Phil Vandry writes: Phil> We suggest that the type should be "application/libpcap-capture" and application/pcap-capture makes more sense to me. -- ] Y'avait une poule de jammé dans l'muffler!| firewalls [ ] Michael Richardson, Sandelman Softwa

Re: [tcpdump-workers] MIME type for libpcap-format capture files

2008-12-11 Thread Phil Vandry
Hi tcpdump-workers, As I've now returned from a vacation, I would like to revive this thread. Now that we have a manpage describing the format, I think we are ready to start the ball rolling. I am going to send the following email: To: ietf-ty...@iana.org Cc: tcpdump-workers@lists.tcpdump.org Sub

Re: [tcpdump-workers] pcap_findalldevs_ex() and libpcap

2008-12-11 Thread Abdelrazak Younes
Gianluca Varenni wrote: Problem is that libpcap-1.0.0 doesn't have this function, what's the catch? That function is WinPcap-specific (i.e. it's not available in the vanilla libpcap for the other OSes). I think the example from WinPcap that you are using is from the folder wpdpack\Example