Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rtcp.c packet-rtp.c packet-tcp.c pack
guy 2001/01/08 23:53:21 CST
Modified files:
. packet-rtcp.c packet-rtp.c packet-tcp.c
packet-udp.c
Log:
Add tables of "conversation" dissectors, which are associated with
particular protocols, and which keep track of all dissectors that could
be associated with conversations using those particular protocols - for
example, the RTP and RTCP dissectors could be assigned to UDP
conversations.
This is for future use with UI features allowing the dissector for a
given conversation to be set from the UI, to allow
1) conversations between two ports, both of which have
dissectors associated with them, that have been given to the
wrong dissector to be given to the right dissector;
2) conversations between two ports, neither of which have
dissectors associated with them, to be given to a dissector
(RTP and RTCP, for example, typically run on random ports,
and if you don't have, in a capture, traffic that would say
"OK, traffic between these two hosts and ports will be RTP
traffic", you may have to tell Ethereal explicitly what
protocol the conversation is).
Revision Changes Path
1.12 +10 -0 ethereal/packet-rtcp.c
1.11 +10 -0 ethereal/packet-rtp.c
1.96 +3 -1 ethereal/packet-tcp.c
1.83 +3 -1 ethereal/packet-udp.c