Bug ID |
9616
|
Summary |
use capture file comment to configure SSL dissector
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
the attached patch implements a capture file callback function to parse a
capture file comment. It will parse the comment for a block of the following
format:
IP:any
Port:443
Protocol:http
Password:
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
Of course IP, Port, Protocol can accept all those valid values supported by the
SSL dissector.
This change allows you to embed the SSL private key required for SSL decryption
into the capture file, if the capture file format supports capture comments.
The preferred pcapng file format supports capture comments.
This also works for DTLS.
I've tested these changes with wireshark and tshark on OsX using GTK2.
You are receiving this mail because:
- You are watching all bug changes.