Wireshark-commits: [Wireshark-commits] master a0d7121: BOOTP: Added Boot Services Discovery Protoco

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 May 2016 07:01:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a0d7121bae966f99fc641902eae1f79bf9ffa915
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a0d7121 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    BOOTP: Added Boot Services Discovery Protocol (BSDP)
    
    Added Apple's Boot Services Discovery Protocol (BSDP) to Bootp.
    Used documentation:
    
    * http://opensource.apple.com/source/bootp/bootp-198.1/Documentation/BSDP.doc
    * https://en.wikipedia.org/wiki/Boot_Service_Discovery_Protocol
    * Files from Bug report
    
    Bug: 12427
    Change-Id: I58c3fd53c164d075d5bfc12881bed66dc97236c6
    Reviewed-on: https://code.wireshark.org/review/15586
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c85120e   Consistently pass C++ Boolean constants to saveCaptureFile().
    adds  a0d7121   BOOTP: Added Boot Services Discovery Protocol (BSDP)


Summary of changes:
 epan/dissectors/packet-bootp.c |  320 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 320 insertions(+)