Wireshark-commits: [Wireshark-commits] master 0b3d679: Don't call proto_register_field_array() or e

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Sep 2016 14:13:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0b3d6793681fb351cd6e726d3323839cb0d86e64
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0b3d679 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Don't call proto_register_field_array() or expert_register_protocol() with
    proto = -1
    
    Change-Id: I60f899ad748b5d3e17f237552af7d2dbc8f27bd2
    Reviewed-on: https://code.wireshark.org/review/17864
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d29b369   Add range_add_value and range_remove_value.
    adds  0b3d679   Don't call proto_register_field_array() or expert_register_protocol() with proto = -1


Summary of changes:
 epan/dissectors/packet-btavdtp.c       |    4 ++--
 epan/dissectors/packet-dof.c           |    2 +-
 epan/dissectors/packet-elasticsearch.c |    4 ++--
 epan/dissectors/packet-knet.c          |    6 +++---
 epan/dissectors/packet-lmp.c           |    6 ++++--
 epan/dissectors/packet-pcp.c           |    4 ++--
 epan/dissectors/packet-raknet.c        |   11 ++++++-----
 epan/dissectors/packet-smcr.c          |    6 ++++--
 epan/dissectors/packet-usbip.c         |    7 +++++--
 epan/dissectors/packet-vines.c         |    6 +++---
 epan/dissectors/packet-xtp.c           |    7 ++++---
 epan/dissectors/packet-zbee-nwk.c      |    6 +++---
 12 files changed, 39 insertions(+), 30 deletions(-)