merlimat commented on a change in pull request #536: Added CMake build file and instructions for Pulsar Wireshark dissector URL: https://github.com/apache/incubator-pulsar/pull/536#discussion_r124944593
########## File path: pulsar-client-cpp/wireshark/README.md ########## @@ -0,0 +1,40 @@ + +# Pulsar Wireshark dissector + +The Pulsar Wireshark dissector allows to automatically decode the Pulsar binary protocol +and visualize useful debug information (linking requests with responses, latency stats, etc..) + +### Install dependencies + +#### MacOS + +Install Wireshark with the development headers, necessary in order to build the plugin. + +```shell +$ brew install wireshark --with-headers +``` Review comment: Sure, I think I did that and failed to mention it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
