| Bug ID |
9004
|
| Summary |
SSH: Show multiple messages in the Info column
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
SVN
|
| Hardware |
All
|
| OS |
All
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
Dissection engine (libwireshark)
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Created attachment 11316 [details]
sample capture (look at packet 10)
Build Information:
--
This patch makes the SSH dissector able to display multiple messages in the
Info column. As a side effect, it changes the formatting of some messages to be
more uniform.
I've also removed a dubious chunk of code that hardcodes a 16-byte MAC after a
SSH_MSG_KEX_DH_GEX_REPLY message. There can't be a MAC before key exchange is
over, and in my sample capture, this actually eats the second message that
follows.
You are receiving this mail because:
- You are watching all bug changes.