multipart: Handle multipart/signed

Change-Id: I39742dcce79fc41344c64e5266304c8c120aeb7c
Reviewed-on: https://code.wireshark.org/review/5557
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Stig Bjørlykke 2014-12-01 14:57:07 +01:00 committed by Anders Broman
parent 325014a78d
commit 5eec6bb27a
1 changed files with 2 additions and 0 deletions

View File

@ -1053,6 +1053,8 @@ proto_reg_handoff_multipart(void)
"multipart/form-data", multipart_handle);
dissector_add_string("media_type",
"multipart/report", multipart_handle);
dissector_add_string("media_type",
"multipart/signed", multipart_handle);
/*
* Supply an entry to use for unknown multipart subtype.