Re: [tcpdump-workers] new DLT values

2008-02-18 Thread Gianluca Varenni
Hannes, please contact me (gianluca.varenniATcacetech.com) and I'll give you info on how we save CAN packets with that DLT_ Have a nice day GV - Original Message - From: "Guy Harris" <[EMAIL PROTECTED]> To: Sent: Monday, February 18, 2008 12:37 PM Subject: Re: [tcpdump-workers] ne

Re: [tcpdump-workers] new DLT values

2008-02-18 Thread Guy Harris
Hannes Kälber wrote: Since we are capturing automotive busses, such as CAN, Flexray, Most and LIN, I suggest that these busses get there own DLTs. I suggest the names DLT_FLEXRAY DLT_MOST DLT_LIN I've assigned those: DLT_FLEXRAY 210 DLT_MOST211

Re: [tcpdump-workers] pcap_sendpacket() function implementation for

2008-02-18 Thread Guy Harris
Gaurav Garg wrote: I am currently working on porting some of the packet driver code from Windows to Linux. I am left with the *pcap_sendpacket()* function. I searched through the archive on the website, but could not find the implementation of this function in pcap-linux.c file. If you have

[tcpdump-workers] pcap_sendpacket() function implementation for Linux

2008-02-18 Thread Gaurav Garg
Dear All,   I am currently working on porting some of the packet driver code from Windows to Linux. I am left with the pcap_sendpacket() function. I searched through the archive on the website, but could not find the implementation of this function in pcap-linux.c file.   It would be great if some