Re: [Ethereal-dev] RFC: Proper seperation of wiretap code

2004-01-31 Thread Guy Harris
On Sat, Jan 31, 2004 at 10:20:25AM +0100, Joerg Mayer wrote: > Something that I've been wondering about: > Currently, we are calling libpcap functions directly from tethereal.c, > main.c etc. As we use wiretap to handle the capturing, file handling > etc should the pcap stuff be restricted to wiret

[Ethereal-dev] RFC: Proper seperation of wiretap code

2004-01-31 Thread Joerg Mayer
Something that I've been wondering about: Currently, we are calling libpcap functions directly from tethereal.c, main.c etc. As we use wiretap to handle the capturing, file handling etc should the pcap stuff be restricted to wiretap? Also, d we currently have a well-defined interface into wiretap?