Wireshark-commits: [Wireshark-commits] master 617c733: Add proto_tree_add_new_bytes()

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 7 Feb 2015 16:56:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=617c733b9fc3bf17536d77801a33f0aa63d2df4e
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

617c733 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Add proto_tree_add_new_bytes()
    
    Version to add as generated field, without tvb offset, length.
    
    Change-Id: If4c7aebcbf1b47faa483bcbd40995eff3ccb99f0
    Reviewed-on: https://code.wireshark.org/review/6906
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  722ce56   btatt: fix bug ("Labeled code is unreachable");
    adds  617c733   Add proto_tree_add_new_bytes()


Summary of changes:
 epan/proto.c |   22 ++++++++++++++++++++++
 epan/proto.h |   13 +++++++++++++
 2 files changed, 35 insertions(+)