Wireshark-commits: [Wireshark-commits] master 9351704: convert to	proto_tree_add_subtree[_format]
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=93517043e96c26a1d3dad49c2f57b345e3bbbba0
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9351704 by Michael Mann (mmann78@xxxxxxxxxxxx):
    convert to proto_tree_add_subtree[_format]
    
    Change-Id: Idd1b20ab32c0960ea52c6f3bc5346462c37c5684
    Reviewed-on: https://code.wireshark.org/review/2853
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  dd424c6   Handle the case where the previous PDU has left an extra CRLF in the stream.RFC 2626   In the interest of robustness, servers SHOULD ignore any empty   line(s) received where a Request-Line is expected. In other words, if   the server is reading the protocol stream at the beginning of a   message and receives a CRLF first, it should ignore the CRLF.
    adds  9351704   convert to proto_tree_add_subtree[_format]
Summary of changes:
 epan/dissectors/packet-nat-pmp.c     |    3 +-
 epan/dissectors/packet-nbns.c        |   34 +-
 epan/dissectors/packet-ncp-sss.c     |    2 +-
 epan/dissectors/packet-ncs.c         |    9 +-
 epan/dissectors/packet-ndmp.c        |   90 ++---
 epan/dissectors/packet-negoex.c      |   41 +--
 epan/dissectors/packet-netanalyzer.c |    4 +-
 epan/dissectors/packet-netbios.c     |    6 +-
 epan/dissectors/packet-netflow.c     |   21 +-
 epan/dissectors/packet-netlink.c     |    9 +-
 epan/dissectors/packet-nfs.c         |  599 ++++++++++++----------------------
 epan/dissectors/packet-nfsacl.c      |   56 +---
 epan/dissectors/packet-nhrp.c        |   42 +--
 epan/dissectors/packet-nlsp.c        |   43 +--
 epan/dissectors/packet-noe.c         |   16 +-
 epan/dissectors/packet-nsip.c        |   32 +-
 epan/dissectors/packet-nstrace.c     |    7 +-
 epan/dissectors/packet-ntlmssp.c     |   10 +-
 18 files changed, 348 insertions(+), 676 deletions(-)