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

2019-03-22 Thread Guy Harris
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. No, it's not. The test file in this Wireshark bug: https://bugs.w

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

2007-08-15 Thread Guy Harris
Toeung, Chanthy wrote: NOTE: WTAP_ENCAP_ values have no relation to the DLT_ values. But when i use text2pcap to create pcap format, i need the DLT value, It's 199, as per my earlier mail. So beside this, where should i go to modify the new DLT_IPMB that you have just assigned ? You d

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

2007-08-15 Thread Toeung, Chanthy
new DLT_IPMB that you have just assigned ? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Guy Harris Sent: Wednesday, August 15, 2007 2:17 PM To: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers] Request for a DLT code for IPMB pac

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

2007-08-15 Thread Guy Harris
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 that value. Don'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 Guy Harris
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 version of the kernel is required.) I doubt any distributions use the t

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-14 Thread Guy Harris
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_IPMB has been assigned the value 199. Capture type, or DLT_ type?

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

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

2007-08-13 Thread Guy Harris
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 packet so that i can put my code in Open Source of Wirshark. Can you please assign me one number ? So presumably the first byte of the p

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

2007-08-09 Thread Guy Harris
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 packet so that i can put my code in Open Source of Wirshark. Can you please assign me one number ? So presumably the first byte of the p

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

2007-08-06 Thread Hannes Gredler
Toeung, Chanthy wrote: 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

[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