Re: [tcpdump-workers] dlpisubs.c patches for libpcap-1.0.0

2008-12-02 Thread Guy Harris
On Dec 1, 2008, at 9:18 AM, Albert Chin wrote: dlpisubs.c uses `DL_IPATM' and `MAXDLBUF' but doesn't define them like in pcap-dlpi.c if unavailable. This is a problem for Solaris 2.6 and HP-UX. Patch attached. Checked into the main and 1.0 branches. - This is the tcpdump-workers list. Visit

[tcpdump-workers] dlpisubs.c patches for libpcap-1.0.0

2008-12-01 Thread Albert Chin
dlpisubs.c uses `DL_IPATM' and `MAXDLBUF' but doesn't define them like in pcap-dlpi.c if unavailable. This is a problem for Solaris 2.6 and HP-UX. Patch attached. -- albert chin ([EMAIL PROTECTED]) Index: dlpisubs.c === --- dlpisubs