Wireshark-commits: [Wireshark-commits] master-3.0 8390593: Don't use dissector_try_uint_new() to ca

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Mar 2019 19:51:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=83905939f0748960b0f5162f7c16779434d75848
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

8390593 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use dissector_try_uint_new() to call the subdissector.
    
    See bug 15630 for details.
    
    Bug: 15630
    Change-Id: Ib7c9defae77ef8901ff2c8ef91dc50761f6924f2
    Reviewed-on: https://code.wireshark.org/review/32527
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit f05dcf0deda62b91c7a04c583be4a1bc2add51ea)
    Reviewed-on: https://code.wireshark.org/review/32528
    

Actions performed:

    from  26eee01   Rbm: Be more strict about unknown object types.
     add  8390593   Don't use dissector_try_uint_new() to call the subdissector.


Summary of changes:
 epan/dissectors/packet-frame.c | 44 ++++++++++++++++++++++++++++++++----------
 1 file changed, 34 insertions(+), 10 deletions(-)