ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 41721: /trunk/ /trunk/epan/dissectors/: packet-tcp.h /tr

Date: Wed, 21 Mar 2012 12:58:50 GMT
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