http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41721
User: martinm
Date: 2012/03/21 05:58 AM
Log:
When a TCP graph is summoned, work out how many unique TCP conversations
are present. However, still only create the graph for the first/only
one.
LTE MAC or RLC frames often contain multiple SDUs that are segments of
the same TCP conversation - this avoids the need to find a frame with
only one SDU.
Directory: /trunk/epan/dissectors/
Changes Path Action
+5 -5 packet-tcp.h Modified
Directory: /trunk/ui/gtk/
Changes Path Action
+37 -16 tcp_graph.c Modified