Wireshark-commits: [Wireshark-commits] master c2dc138: Clean up processing of RTMP data.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 May 2019 20:16:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c2dc13873f31fbe61d8f67a541d4a25a68954e38
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c2dc138 by Guy Harris (guy@xxxxxxxxxxxx):

    Clean up processing of RTMP data.
    
    If the purported first tuple has a net of 0, it's a 3-octet version
    indicator, not a tuple containing route information; the third octet is
    a version number.  Display the version number and skip it before
    displaying the tuples.
    
    If the first tuple is an extended network tuple, the sixth octet is a
    version number; display it as such.
    
    Change-Id: I7ffb8b9df025dd75eb43eba24a37ce6bd26e8019
    Reviewed-on: https://code.wireshark.org/review/33152
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2ca8b14   dumpcap: remove legacy code.
     add  c2dc138   Clean up processing of RTMP data.


Summary of changes:
 epan/dissectors/packet-atalk.c | 74 +++++++++++++++++++++++++++++-------------
 1 file changed, 52 insertions(+), 22 deletions(-)