Wireshark-commits: [Wireshark-commits] master c2f85b6: Extend reassembly documentation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 24 Feb 2016 06:19:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c2f85b6925365365926d3654e01dc53a95c80d37
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

Actions performed:

    from  9ff932b   ber: avoid deep recursion for constructed strings
    adds  c2f85b6   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(-)