Wireshark-commits: [Wireshark-commits] master f5af708: Add UDS dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 5 Aug 2016 07:09:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5af708026412d1a14e708601f3dd1e43635df3a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f5af708 by Yann Diorcet (yann@xxxxxxxxxx):

    Add UDS dissector
    
    Change-Id: Icc9b6c6bcaac1f3056fa83a4ae9ef66e1537b1a5
    Reviewed-on: https://code.wireshark.org/review/16492
    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  333ba80   pkix1implicit: Make sure distribution takes in all the files.
    adds  f5af708   Add UDS dissector


Summary of changes:
 docbook/release-notes.asciidoc |    2 +
 epan/dissectors/CMakeLists.txt |    1 +
 epan/dissectors/Makefile.am    |    1 +
 epan/dissectors/packet-uds.c   | 1098 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1102 insertions(+)
 create mode 100644 epan/dissectors/packet-uds.c