Wireshark-commits: [Wireshark-commits] master c207518: epan: Fixup proto_item_set_bits_offset_len.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 11 Aug 2020 03:25:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c2075185de7e253e00f2722c841a3ac14cc4063c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c207518 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    epan: Fixup proto_item_set_bits_offset_len.
    
    Export proto_item_set_bits_offset_len and fix
    
    In file included from ../epan/dfilter/dfilter.h:18:
    ../epan/proto.h:1113:11: warning: parameter 'bits_offset' is already documented [-Wdocumentation]
     * @param bits_offset The new length in bits.
              ^~~~~~~~~~~
    ../epan/proto.h:1112:5: note: previous documentation
     * @param bits_offset The number of bits from the beginning of the field.
        ^     ~~~~~~~~~~~
    
    Change-Id: Ib171ce38607b9656baea5eb7a3e6aee3b99ddbac
    Reviewed-on: https://code.wireshark.org/review/38115
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fed91de   ssh: make fields for string types FT_STRING rather than FT_STRINGZ.
     add  c207518   epan: Fixup proto_item_set_bits_offset_len.


Summary of changes:
 debian/libwireshark0.symbols | 1 +
 epan/proto.h                 | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)