Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-dev: [Wireshark-dev] Fix for bug #1156: Display filter "http" fails for http over ssl

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Thu, 2 Nov 2006 18:18:32 -0800

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,
  Steve

Index: epan/dissectors/packet-ssl.c
===================================================================
--- epan/dissectors/packet-ssl.c	(revision 19779)
+++ epan/dissectors/packet-ssl.c	(working copy)
@@ -1148,7 +1148,7 @@
                 ssl_print_text_data("decrypted app data",pi->app_data.data,
                     pi->app_data.data_len);
 
-                call_dissector(association->handle, new_tvb, pinfo, proto_tree_get_root(tree));
+		call_dissector(association->handle, new_tvb, pinfo, tree->parent);
             }
         }
         break;
  • Follow-Ups:
    • Re: [Wireshark-dev] Fix for bug #1156: Display filter "http" fails for http over ssl
      • From: ronnie sahlberg
  • Prev by Date: [Wireshark-dev] 0.99.4 packaging fails on Windows
  • Next by Date: Re: [Wireshark-dev] Retrieving the SVN repository version
  • Previous by thread: Re: [Wireshark-dev] 0.99.4 packaging fails on Windows
  • Next by thread: Re: [Wireshark-dev] Fix for bug #1156: Display filter "http" fails for http over ssl
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation