Wireshark-commits: [Wireshark-commits] master a68dd39: p1: Handle implicit Content
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a68dd39a01d7490383f306f2dc35fb8f079b8c69
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a68dd39 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
    p1: Handle implicit Content
    
    The retured-content is defined as IMPLICIT Content (octet string),
    so ensure we handle this correctly.
    
    Bug: 12976
    Change-Id: I4bcce67cea97142bf3312e1a5c2aeb169c7a69d2
    Reviewed-on: https://code.wireshark.org/review/18054
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    
Actions performed:
    from  650c0f9   p1: Check for valid tvb before tvb_reported_length
    adds  a68dd39   p1: Handle implicit Content
Summary of changes:
 epan/dissectors/asn1/p1/p1.cnf |    5 +-
 epan/dissectors/packet-p1.c    |  129 ++++++++++++++++++++--------------------
 2 files changed, 67 insertions(+), 67 deletions(-)