Wireshark-commits: [Wireshark-commits] master 78a106d: Fix handling of headers in body	part.
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=78a106dc2a5516b9b9cf42cf973d990828cac54e
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
78a106d by Guy Harris (guy@xxxxxxxxxxxx):
    Fix handling of headers in body part.
    
    Check whether the unfolded-and-compacted header has only printable
    characters, not whether the full header does - the full header may
    include LWSP, which includes HT, CR, and LF, none of which are
    considered "printable", so valid headers were being treated as not being
    headers, causing mis-dissection of some packets.
    
    We don't need to split the header name from the value -
    is_known_multipart_header() stops comparison at the end of the header
    name.
    
    Change-Id: I96e4ac0b69df726b984ee7faeea19eda18be223c
    Reviewed-on: https://code.wireshark.org/review/33417
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    
Actions performed:
    from  01d2098   USB: Add interface-specific setup data to setup tree
     add  78a106d   Fix handling of headers in body part.
Summary of changes:
 epan/dissectors/packet-multipart.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)