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
One more question, so what is the value of WTAP_ENCAP_IPMB that i should use for my dissector? I can`t remember what kind of bug i used to meet when i try to create pcap file, but i tried to create pcap file without using the routine in pcap, i just define magic number... Currently, i have only