Wireshark-commits: [Wireshark-commits] rev 39309: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 08 Oct 2011 14:42:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39309

User: wmeier
Date: 2011/10/08 07:42 AM

Log:
 From Stéphane Bryant: fixes in reload fragmentation handling
   -Fixes in reload fragmentation
   -also updated the code to reflect draft-zong-p2psip-drr-01
 
 From me:
   Remove one line of the patch which appears to be incorrect:
   At about line 4118 (in dissect_reload_message())
 -      pinfo->fragmented = save_fragmented;
 +      pinfo->fragmented = pinfo->fragmented;

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +111 -105  packet-reload.c    Modified