Wireshark-commits: [Wireshark-commits] master ad1b785: udp_dissect_pdus follow-up

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

Commits:

ad1b785 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>
    

Actions performed:

    from  69e61db   [bitcoin] don't THROW() an exception from a dissector
    adds  ad1b785   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(-)