Wireshark-commits: [Wireshark-commits] master 2261b59: Replace more DISSECTOR_ASSERT_NOT_REACHED()
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Aug 2020 08:09:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2261b59eaef4f4792b49584ddcb94e1eb3485a95
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2261b59 by Guy Harris (gharris@xxxxxxxxx):

    Replace more DISSECTOR_ASSERT_NOT_REACHED() with more specific messages.
    
    Have the message indicate the problem and the name of the offending field.
    
    Change-Id: I661125814c9ad5585a3e71d14f8407948e2e6d76
    Reviewed-on: https://code.wireshark.org/review/38090
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  c772824   http3: add very basic support for HTTP/3 framing
     add  2261b59   Replace more DISSECTOR_ASSERT_NOT_REACHED() with more specific messages.


Summary of changes:
 epan/proto.c | 85 +++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 59 insertions(+), 26 deletions(-)