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

Date: Fri, 24 May 2013 15:28:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49554

User: morriss
Date: 2013/05/24 08:28 AM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8714 :
 
 If we're not doing dissection (in 2-pass mode) then don't try to mark frames
 as depended upon: in that case epan has not been initialized so we shouldn't
 be looking in the edt (and anyway without dissection there won't be any
 dependent frames).
 
 (I'm not convinced there's any reason to run 2-pass mode without dissection,
 however...)

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