Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-17 Thread Guy Harris
Brown, Mark C (GSE GCSM) wrote: I pulled the latest source from the CVS with your changes checked in this morning: Yeah, I decided not to do the "cleans up a bit of the DL_HP_RAWDLS stuff", as the configure script treats HP-UX other than 9.0, 10.0x, and 10.1x as 10.20 or 11.x, so presumably it's

Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-17 Thread Brown, Mark C (GSE GCSM)
on, please see our privacy statement at: http://welcome.hp.com/country/us/en/privacy.html > -Original Message- > Sent: Wednesday, April 13, 2005 04:39 > To: tcpdump-workers@lists.tcpdump.org > Subject: Re: [tcpdump-workers] libpcap: HP-UX Patch for > configurable DLSAP &g

Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-14 Thread Guy Harris
Oolan Zimmer wrote: In Gcom's T1/E1 driver, a DL_ATTACH_REQ chooses the physical port and a DL_BIND_REQ chooses the logical channel on that port. A logical channel is a collection of one or more timeslots, and its associated SAP is configurable (usually just starts at 1 for the configurations we d

Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-14 Thread Oolan Zimmer
> > Here's a patch to allow the user to override the DLSAP in the > > DL_BIND_REQ via environment variable PCAP_SAP when running on HP-UX. > > There have been issues with other applications binding to 22 > > Is there anything special about a SAP of 22? It sounds as if there > isn't, as you're impl

Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-13 Thread Rick Jones
Guy Harris wrote: Brown, Mark C (GSE GCSM) wrote: I tested SAP values 0 to 100 and they all worked on 11.11 and 11.23. Here's a new patch that tries SAP values 22 to 100. I didn't want to change libpcap's default behavior which is why I start with 22. OK, here's a modified version of the patch, w

Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-13 Thread Guy Harris
Brown, Mark C (GSE GCSM) wrote: I tested SAP values 0 to 100 and they all worked on 11.11 and 11.23. Here's a new patch that tries SAP values 22 to 100. I didn't want to change libpcap's default behavior which is why I start with 22. OK, here's a modified version of the patch, which centralizes th

Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-08 Thread Rick Jones
Guy Harris wrote: On Apr 7, 2005, at 7:33 AM, Brown, Mark C (GSE GCSM) wrote: Here's a patch to allow the user to override the DLSAP in the DL_BIND_REQ via environment variable PCAP_SAP when running on HP-UX. There have been issues with other applications binding to 22 I.e., other applications try

Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-08 Thread Brown, Mark C (GSE GCSM)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Guy Harris > Sent: Thursday, April 07, 2005 22:36 > To: tcpdump-workers@lists.tcpdump.org > Subject: Re: [tcpdump-workers] libpcap: HP-UX Patch for > configurable DLSAP >

Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-07 Thread Guy Harris
On Apr 7, 2005, at 7:33 AM, Brown, Mark C (GSE GCSM) wrote: Here's a patch to allow the user to override the DLSAP in the DL_BIND_REQ via environment variable PCAP_SAP when running on HP-UX. There have been issues with other applications binding to 22 I.e., other applications trying to read raw pac

[tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-07 Thread Brown, Mark C (GSE GCSM)
Greetings, Here's a patch to allow the user to override the DLSAP in the DL_BIND_REQ via environment variable PCAP_SAP when running on HP-UX. There have been issues with other applications binding to 22 and then tcpdump/ethereal fails with "recv_ack: bind: UNIX error - Device busy". Regards, Ma