I am using wireshark 1.6.7 on windowx XP. It does not seem to understand if the SSL client sends NPN (next protocol negotiation) extension. I tried to run on centos 1.2.15 with the same result. I have googled but it is not clear from the documentation if NPN is recognized or if some patch needs to be applied Thanks for any answers asked 04 Oct '13, 06:22 Rv Rv |
2 Answers:
1.6.7 is pretty old by now - have you tried the latest builds? Maybe they do support those extensions now. 1.2 is even older, so if you can, get 1.10, or compile it yourself if there is no package. answered 04 Oct '13, 06:28 Jasper ♦♦ |
There is support for NPN:
(from epan/dissectors/packet-ssl.c) Checking "Display Filter Reference: Secure Sockets Layer" gives:
So it has been supported since 1.8.0. Please upgrade wireshark or compile a recent version yourself if not available for your distro. answered 04 Oct '13, 06:49 SYN-bit ♦♦ |