Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Sat, 04 Nov 2006 08:54:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19791

User: sahlberg
Date: 2006/11/04 08:54 AM

Log:
 From SF
 
 Attached is a fix for bug #1156: "If a dissector depends on a new
 datasource created by a new tvb, that dissector's protocol can't be
 filtered on."
 
 
 Thanks,
  ?\194?\160Steve
 
 
 
 I change the code slightly to avoid dereferenceing a NULL pointer.
 While the original code was fine and safe on unix   dereferencing a null pointer in this way would be unsafe and cause a segmentation violation on windows   if tree is NULL.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1 -1      packet-ssl.c    Modified