From Dinesh Dutt:
authorGerald Combs <gerald@wireshark.org>
Tue, 6 Jul 2004 19:01:32 +0000 (19:01 -0000)
committerGerald Combs <gerald@wireshark.org>
Tue, 6 Jul 2004 19:01:32 +0000 (19:01 -0000)
commit2b53a88bf8b9190055c43a9c3e045af7ad39fcf9
tree83be3d232c51cbc40b13f4741ada7e92977960d6
parent44f812de8ec2061c2b702bb306363f5da8f11c4d
From Dinesh Dutt:
    - conversation.[ch] - To support not setting port2 on matching a
      conversation. This is used by protocols such as iSNS in which the client
      registers a TCP/UDP port with the server for notifications and the server
      sends notifications to this port from different source ports.
    - packet-isns.c - Added support for handling zero-length TLVs and ESI & SCN
      frames (when registering an SCN/ESI port, a conversation dissector is
      setup).

svn path=/trunk/; revision=11320
epan/conversation.c
epan/conversation.h
packet-isns.c