Wireshark-commits: [Wireshark-commits] master c05df99: Add udp_dissect_pdus.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Aug 2015 12:50:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c05df9932caeb14dd32f5edce65cb9c348b5984c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c05df99 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add udp_dissect_pdus.
    
    It works similar to tcp_dissect_pdus, but only works on a single packet.  Intended for protocols that go over TCP and UDP so that they can have a common dissection function.
    Will of course, also work on UDP-only protocols with a fixed length header and size.
    
    Used DNP3 as a guinea pig since "multiple PDU support" over UDP was just added.
    
    Change-Id: Ib7af8eaf7102c96b4f8b5c1b891ae2d8f0886f9d
    Reviewed-on: https://code.wireshark.org/review/10083
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  db5b786   Bluetooth: Update Assign Numbers
    adds  c05df99   Add udp_dissect_pdus.


Summary of changes:
 debian/libwireshark0.symbols |    1 +
 epan/dissectors/packet-dnp.c |   37 ++++++------
 epan/dissectors/packet-udp.c |  129 ++++++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-udp.h |   22 +++++++
 4 files changed, 168 insertions(+), 21 deletions(-)