From: Mark H. <ma...@os...> - 2004-06-08 14:24:23
|
On Tue, 2004-06-08 at 01:19, Yin, Hu wrote: > Hello Jon and Mark, > > Now I'm trying to enable tipcdump to work on TIPCv2, which developed by > Ling Xiaofeng and can work on TIPCv1. > Through investigating I find maybe you have changed the number of TIPC > configuration protocol from 0x0807 > to 0x88ca and the number of TIPC message protocol from 0x0807 to 0x0800, > thus tipcdump cannot scratch the > package with different protocol number at the same time. And we cannot > distinguish the TIPC package from the > general IP package if we use protocol number 0x0800. Is that correct? If > it was correct how can we solve this > problem? Thank you in advance! > I believe that the tipc protocol number is 88ca for both protocol and data messages. The message function is distinguished in tipc_recv_msg. Mark. -- Mark Haverkamp <ma...@os...> |