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

Date: Thu, 10 Oct 2013 14:53:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52493

User: morriss
Date: 2013/10/10 02:53 PM

Log:
 Fix the core dump reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9258 :
 
 After calling wtap_close(), set the wth to NULL so we don't try to close it
 again later. (The core only happens when tshark isn't keeping up with dumpcap's
 file rotation.)
 
 Wireshark still has a problem but it's a different one.

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