Wireshark-commits: [Wireshark-commits] master 6625cf5: Clean up the ATM dissection a bit.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 14 Jun 2015 21:51:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6625cf5e52813985a695286aac9ca9fde55e3267
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6625cf5 by Guy Harris (guy@xxxxxxxxxxxx):

    Clean up the ATM dissection a bit.
    
    Have separate dissectors for ATM MPLS pseudo-wire traffic and regular
    traffic.  That way, we can handle the regular traffic dissectors being
    handed private data, e.g. an ATM pseudo-header from libwiretap.
    
    Change-Id: I11e5abfdb1c3a5acc070ddaba8ef53813bc85e1a
    Reviewed-on: https://code.wireshark.org/review/8921
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0e72157   ZVT: add the transaction struct as an argument to the payload functions
    adds  6625cf5   Clean up the ATM dissection a bit.


Summary of changes:
 epan/dissectors/packet-atm.c    |  296 +++++++++++++++++++++------------------
 epan/dissectors/packet-pw-atm.c |    6 +-
 2 files changed, 163 insertions(+), 139 deletions(-)