Wireshark-commits: [Wireshark-commits] master-1.12 0698f5c: Fix automatic generation of the dcerpc-

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 19 Sep 2014 21:45:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0698f5c1703504e88bb7b9e59da6c38c83616b02
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

0698f5c by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Fix automatic generation of the dcerpc-eventlog dissector.
    
    The problem described in the README is simply because the conformance file hadn't been updated.
    
    Remove trailing white space from the .idl and .cnf files.
    
    Change-Id: I778f206aa103e5f60574fe2c5c699597969dc644
    Reviewed-on: https://code.wireshark.org/review/4042
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit e8491ce72916dfb480760f7e270d08d25ecfc544)
    Reviewed-on: https://code.wireshark.org/review/4175
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  15747f9   packet-http2.c: Fix a very minor bug
    adds  0698f5c   Fix automatic generation of the dcerpc-eventlog dissector.


Summary of changes:
 epan/dissectors/packet-dcerpc-eventlog.c |  532 +++++++++++++++---------------
 epan/dissectors/packet-dcerpc-eventlog.h |    9 +-
 epan/dissectors/pidl/README              |    5 -
 epan/dissectors/pidl/eventlog.cnf        |   22 +-
 epan/dissectors/pidl/eventlog.idl        |   10 +-
 5 files changed, 281 insertions(+), 297 deletions(-)