Wireshark-commits: [Wireshark-commits] master c599cd7: Add proto_tree_add_item_ret_string() routine
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 2 Feb 2016 04:57:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c599cd7b0b7bb8e5b5998633d4989a75b41a51a6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c599cd7 by Guy Harris (guy@xxxxxxxxxxxx):

    Add proto_tree_add_item_ret_string() routine.
    
    It adds string-type fields to the protocol tree and returns the value of
    the string.
    
    Add the new bitmask-adding routines to the Debian symbol list while
    we're at it.
    
    Change-Id: Idaeec44c9cd373588cadce85010f3eaf1f3febb5
    Reviewed-on: https://code.wireshark.org/review/13657
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  cd7daa7   Qt: Make moc less chatty
    adds  c599cd7   Add proto_tree_add_item_ret_string() routine.


Summary of changes:
 debian/libwireshark0.symbols |    3 +
 epan/proto.c                 |  247 +++++++++++++++++++++++++++++-------------
 epan/proto.h                 |   37 ++++++-
 3 files changed, 210 insertions(+), 77 deletions(-)