Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master c71f4d0: diameter: remove message length limiter

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 Nov 2018 07:08:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c71f4d08889a29e5d12f2e1ef63957a7e651818a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c71f4d0 by Joakim Karlsson (oakimk@xxxxxxxxx):

    diameter: remove message length limiter
    
    RFC 6733, ch3. specifies message length field as three octets and indicates the
    length of the Diameter message including headers and padding.
    
    Change-Id: I73694a085bbafb3ae280e02fa4c9e26868b31f76
    Reviewed-on: https://code.wireshark.org/review/30772
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8915dea   CMake: Workaround for broken install target on Windows (help)
     add  c71f4d0   diameter: remove message length limiter


Summary of changes:
 epan/dissectors/packet-diameter.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)