Wireshark-commits: [Wireshark-commits] master c846af1: continue the dissection of ZVT APDUs

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Jan 2015 20:57:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c846af14b6b2cc9efbb68f66c63a5cf971251f69
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c846af1 by Martin Kaiser (wireshark@xxxxxxxxx):

    continue the dissection of ZVT APDUs
    
    define an apdu table with the direction, minimum length
    and a fuction to dissect the apdu payload
    
    set the source and destination address columns depending on the apdu
    
    add some entries to the apdu table
    
    Change-Id: I52bd15bfab7bbe6c97dfe64084e69a51e65a8a6e
    Reviewed-on: https://code.wireshark.org/review/6667
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  71d83aa   tvb_length() -> tvb_captured_length()
    adds  c846af1   continue the dissection of ZVT APDUs


Summary of changes:
 epan/dissectors/packet-zvt.c |  112 +++++++++++++++++++++++++++++++++---------
 1 file changed, 90 insertions(+), 22 deletions(-)