[tcpdump-workers] usb and bluetooth file

2007-10-10 Thread Toeung, Chanthy
Hi, I downloaded the latest release of libpcap( version 0.9.8), but i cannot find the pcap-usb file or pcap-bluetooth file in that packet. I also try with the current tar packet, but i see nothing in this current tar packets. I'm wondering where can i find those file. Does usb interface is com

[tcpdump-workers] FW: usb and bluetooth file

2007-10-10 Thread Toeung, Chanthy
-Original Message- From: Toeung, Chanthy Sent: Wednesday, October 10, 2007 4:07 PM To: 'tcpdump-workers@lists.tcpdump.org' Subject: usb and bluetooth file Hi, I downloaded the latest release of libpcap( version 0.9.8), but i cannot find the pcap-usb file or pcap-bluetoo

Re: [tcpdump-workers] Request for a DLT code for IPMB packet ( WTAP_ENCAP_IPMB

2007-08-15 Thread Toeung, Chanthy
ket ( WTAP_ENCAP_IPMB Toeung, Chanthy wrote: > One more question, so what is the value of WTAP_ENCAP_IPMB that i should use > for my dissector? The next value after the last one in wiretap/wtap.h. You will have to add that to your version of wiretap/wtap.h, and modify the IPMI dissector to handle t

Re: [tcpdump-workers] Request for a DLT code for IPMB packet ( WTAP_ENCAP_IPMB ? )

2007-08-15 Thread Toeung, Chanthy
: Re: [tcpdump-workers] Request for a DLT code for IPMB packet Toeung, Chanthy wrote: > Does the USB captured mode work in Wireshark? Yes, if your machine is running Linux with a sufficiently-recent kernel, and Wireshark is using a top-of-tree version of libpcap. (I'm not sure which ve

Re: [tcpdump-workers] Request for a DLT code for IPMB packet

2007-08-15 Thread Toeung, Chanthy
t for a DLT code for IPMB packet On Aug 13, 2007, at 11:45 AM, Toeung, Chanthy wrote: >> So presumably the first byte of the packet data will be the slave >> address, followed by the netFn and LUN, followed by the checksum, >> etc.? > > yes. It is correct. OK, DLT_IPM

Re: [tcpdump-workers] Request for a DLT code for IPMB packet

2007-08-13 Thread Toeung, Chanthy
o: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers] Request for a DLT code for IPMB packet Toeung, Chanthy wrote: > I'm doing a project on creating a plugins of packet IPMB ( with I2C > interface ) in Wireshark. > > Now i need a specific DLT code for this packe

[tcpdump-workers] Data link level type code

2007-08-10 Thread Toeung, Chanthy
Hi all, I need a specific DLT_ value for IPMB protocol. Does anyone know who should i write the email too? I used to write to [EMAIL PROTECTED], but it seems like this email doesn't exist anymore. Thank for your help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[tcpdump-workers] FW: Request for a new DLT_ value for IPMB packet

2007-08-10 Thread Toeung, Chanthy
> -Original Message- > From: Toeung, Chanthy > Sent: Friday, August 10, 2007 2:15 PM > To: '[EMAIL PROTECTED]' > Cc: Lorenzini, Mario; Martin, Stéphane > Subject: Request for a new DLT_ value for IPMB packet > > Dear tcpdump work

[tcpdump-workers] Request for a DLT code for IPMB packet

2007-08-02 Thread Toeung, Chanthy
Dear tcpdump workers, I'm doing a project on creating a plugins of packet IPMB ( with I2C interface ) in Wireshark. Now i need a specific DLT code for this packet so that i can put my code in Open Source of Wirshark. Can you please assign me one number ? Moreover, Can you tell me how to add a