Wireshark-commits: [Wireshark-commits] rev 24796: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-tcp.c
From:
sake@xxxxxxxxxxxxx
Date: Sat, 05 Apr 2008 20:01:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24796
User: sake
Date: 2008/04/05 08:01 PM
Log:
Fix for bug 2378, where window scaling was not applied to
a new conversation. The new conversation was created from
a template conversation with NO_PORT2 set. In this case
the tcp conversation data structure was not initialized
and therefor the scaling options could not be saved in the
conversation.
Directory: /trunk/epan/dissectors/
Changes Path Action
+23 -7 packet-tcp.c Modified