Re: [tcpdump-workers] Integrating support for vISDN

2006-01-08 Thread Daniele Orlandi
On Sunday 8 January 2006 04:09, Guy Harris wrote: > > Yes - there are other cases in pcap-linux.c where it does > > #ifndef ARPHRD_xxx > #define ARPHRD_xxx yyy > #endif Thank you Guy, attached you find the patch to complete the support for vISDN. The ARPHRD_ constant is randomly

Re: [tcpdump-workers] Integrating support for vISDN

2006-01-07 Thread Guy Harris
Daniele Orlandi wrote: I have a small patch which would complete support for vISDN capturing, however, netdev's people doesn't want to allocate an ARPHRD_ constant unless vISDN is integrated into mainline kernel (to avoid pollution) and I don't plan to propose vISDN for integration in the sho

[tcpdump-workers] Integrating support for vISDN

2005-12-28 Thread Daniele Orlandi
Hello, Some time ago I requested the allocation of a DLT_ constant for SLL encapsulated LAPD frames coming from vISDN interfaces. I have a small patch which would complete support for vISDN capturing, however, netdev's people doesn't want to allocate an ARPHRD_ constant unless vISDN is integr