Wireshark-commits: [Wireshark-commits] master-2.0 6379ae6: udp_dissect_pdus follow-up

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 1 Nov 2015 21:43:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6379ae62d732a0ca910368aa3a34fd69c1513f1d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

6379ae6 by Michael Mann (mmann78@xxxxxxxxxxxx):

    udp_dissect_pdus follow-up
    
    Add heuristic support
    Better documentation
    
    Change-Id: I236c1f4d3613aa58d608aee0e5edc40c3b158d25
    Reviewed-on: https://code.wireshark.org/review/10120
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit ad1b785fe80df6ecffee396a617960e1af390274)
    Reviewed-on: https://code.wireshark.org/review/11486
    

Actions performed:

    from  0cb9273   Disable RTP player debug logs that were presumably left activated by mistake
    adds  6379ae6   udp_dissect_pdus follow-up


Summary of changes:
 doc/README.dissector         |   93 ++++++++++++++++++++++++++++++++++++++++--
 doc/README.heuristic         |   35 +++++++---------
 epan/dissectors/packet-dnp.c |   29 ++++++-------
 epan/dissectors/packet-udp.c |   25 ++++++++++--
 epan/dissectors/packet-udp.h |   22 +++++-----
 5 files changed, 153 insertions(+), 51 deletions(-)