http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22473
User: ulfl
Date: 2007/08/08 10:53 PM
Log:
add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar to the srcport / destport already existing. As simply using srcport / destport for this will confuse mixed protocol usage (like RFC1006 ISOonTCP), I've added explicit clnp fields.
This way, protocols on top of COTP / CLNP have at least a chance to do reassembling correct.
Directory: /trunk/epan/dissectors/
Changes Path Action
+18 -16 packet-clnp.c Modified
Directory: /trunk/epan/
Changes Path Action
+2 -0 packet.c Modified
+2 -0 packet_info.h Modified