Wireshark-commits: [Wireshark-commits] master 694d212: NFS: Fix header field type in dissect_rpc_ar

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Apr 2019 06:35:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=694d212b7254bb7d91b0cf6dafc3c1559e9da9d2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

694d212 by Jorge Mora (jmora1300@xxxxxxxxx):

    NFS: Fix header field type in dissect_rpc_array calls
    
    The field type must be FT_NONE in dissect_rpc_array to avoid
    warning: Trailing stray characters.
    
    Change-Id: I259e1fe5491b3ab95234c3521aa2c2b575650856
    Reviewed-on: https://code.wireshark.org/review/32880
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1998de8   wsutil: Warn on empty arguments
     add  694d212   NFS: Fix header field type in dissect_rpc_array calls


Summary of changes:
 epan/dissectors/packet-nfs.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)