Wireshark-commits: [Wireshark-commits] master-2.0 3327d51: Extend reassembly documentation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Feb 2016 04:30:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3327d51b69c68003cedc0d75ba9f40eaa2e91e7d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

3327d51 by Peter Wu (peter@xxxxxxxxxxxxx):

    Extend reassembly documentation
    
    Documentation changes only (comments and docbook).
    
    Update WSDG with the fragment_add_seq_check API that was introduced in
    Wireshark 1.10.
    
    Fix typos and clarify the many functions we have for adding reassembling
    fragments.
    
    Change-Id: I38715a8f58e9cf1fe3e34ee4b1a4ae339630282b
    Reviewed-on: https://code.wireshark.org/review/14066
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit c2f85b6925365365926d3654e01dc53a95c80d37)
    Reviewed-on: https://code.wireshark.org/review/14122
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    

Actions performed:

    from  51b27aa   Update README.plugins
    adds  3327d51   Extend reassembly documentation


Summary of changes:
 docbook/wsdg_src/WSDG_chapter_dissection.asciidoc |   45 ++++----
 epan/reassemble.c                                 |    6 +-
 epan/reassemble.h                                 |  114 +++++++++++++++------
 3 files changed, 111 insertions(+), 54 deletions(-)