URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e976f68ff509a27b97afa4f0cfffed4da93f0a26
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e976f68 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    PIDL (DCERPC mapi): enhance dissector
    
    Correctly regenerate mapi dissector (launch via make in pidl/mapi folder)
    
    * Fix -Wunused-variable (fix in request/response.cnf files)
    * Fix trailing whitespace
    
    Not yet ready to remove from DIRTY list (there is always some warning about unused tree)
    
    Change-Id: I9759202e320e90f0cb91db5c7dd9650ff62bbadd
    Reviewed-on: https://code.wireshark.org/review/4347
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  cf3edd9   PIDL (DCERPC mdssvc): enhance dissector
    adds  e976f68   PIDL (DCERPC mapi): enhance dissector
Summary of changes:
 epan/dissectors/packet-dcerpc-mapi.c     | 1625 +++++++++++-------------------
 epan/dissectors/packet-dcerpc-mapi.h     |   11 +-
 epan/dissectors/pidl/mapi/request.cnf.c  |   11 +-
 epan/dissectors/pidl/mapi/response.cnf.c |    5 -
 4 files changed, 573 insertions(+), 1079 deletions(-)