[tcpdump-workers] libpcap linux direction

2009-03-26 Thread David H. Lynch Jr.
I am using libpcap under linux as a pseudo NIC for an embeded system emulator. I have no difficulty trapping a linux interface and sending and receiving packets to the outside net. However, I am unable to send/receive packets to the IP of the interface I am trapping. I have tried

[tcpdump-workers] Extra DLT types required for opensolaris DLPI DL types...

2009-03-26 Thread Darren Reed
Hi, I'm trying to work out how to correctly map the DLPI data link types that are used to each of the relevant DLT's that are supplied in bpf.h. Some of them are easy, some are repeats, some not so... I'm not completely sure if I should assume DLT_NULL for the likes of IPv4/6 tunnels or pretend

Re: [tcpdump-workers] Extra DLT types required for opensolaris DLPI DL types...

2009-03-26 Thread Guy Harris
On Mar 26, 2009, at 11:58 AM, Darren Reed wrote: I'm trying to work out how to correctly map the DLPI data link types that are used to each of the relevant DLT's that are supplied in bpf.h. Some of them are easy, some are repeats, some not so... ...and some DL_ values appear to have been

Re: [tcpdump-workers] Extra DLT types required for opensolaris DLPI DL

2009-03-26 Thread Darren Reed
On 26/03/09 05:23 PM, Guy Harris wrote: On Mar 26, 2009, at 11:58 AM, Darren Reed wrote: I'm trying to work out how to correctly map the DLPI data link types that are used to each of the relevant DLT's that are supplied in bpf.h. Some of them are easy, some are repeats, some not so...