From Jon Ringle:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 2 Feb 2005 20:08:36 +0000 (20:08 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 2 Feb 2005 20:08:36 +0000 (20:08 +0000)
commitd1a18e36278bd83d2b4d00e3f5955628e5a4ee90
treed56cf4808426328b63f59c20b523e117d04f884d
parent60315b22c41fd1b9d83d267c2fef7dbfcc1261e2
From Jon Ringle:
 1) Added a setup_frame parameter to conversation_t
2) Used the conversation_t next to maintain a list of conversations with the
same src/dest tuple but different setup_frame number.
3) Changed the signature of find_conversation() and conversation_new() to pass
in the frame number.
4) Adjusted packet-sdp to select RTP conversation if both m=audio and m=image
are present, and T.38 conversation if only m=image is present. I expect that
RTP/T.38 dissecting to be better, but I don't have a way to generate T.38
packets.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13244 f5534014-38df-0310-8fa8-9805f1628bb7
plugins/mgcp/packet-mgcp.c