Wireshark-commits: [Wireshark-commits] master a919566: BACnet: fix dissection of exception-schedule

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 4 Dec 2014 09:06:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a919566091693a945ed441c9e1779232467171b1
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a919566 by Steve Karg (skarg@xxxxxxxxxxxxxxxxxxxxx):

    BACnet: fix dissection of exception-schedule property.
    
    The exception schedule special-event disection already used matched
    open-close tags and only needed to check for an unmatched close tag
    to exit when used with ReadPropertyMultiple service.
    
    Bug: 10691
    Change-Id: I54f2f6f3f470138a6a88f84c62fd15b07ea74c37
    Reviewed-on: https://code.wireshark.org/review/5593
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  f27c345   Add resource-id parsing to the X11 errors that return it
    adds  a919566   BACnet: fix dissection of exception-schedule property.


Summary of changes:
 epan/dissectors/packet-bacapp.c |   17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)