Wireshark-commits: [Wireshark-commits] rev 47851: /trunk/ /trunk/: tshark.c

Date: Sun, 24 Feb 2013 14:39:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47851

User: darkjames
Date: 2013/02/24 06:39 AM

Log:
 Fix bug #8101: tshark -2 -r fragments.pcap -R snmp -w out.pcap segmentation fault
 
 When doing second pass tshark, packet data is read to cf->pd (and not already freed cf->wth buffer).
 Writting files with two pass analysis never worked, buggy since introducing two pass analysis in r30076.

Directory: /trunk/
  Changes    Path          Action
  +1 -1      tshark.c      Modified