Wireshark-commits: [Wireshark-commits] master 58d211d: Fix the handling of paths in the process inf

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jun 2018 21:59:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=58d211dc7f801db2d7d2e5e6d6430eaac835e233
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

58d211d by Guy Harris (guy@xxxxxxxxxxxx):

    Fix the handling of paths in the process information.
    
    Pathnames are not limited to 260 characters in recent versions of
    Windows; boost the limit to handle up to 32767 UTF-16 octet pairs worth
    of path.
    
    The pathname is in UTF-16-encoded Unicode; convert it to UTF-8 for our
    internal use.
    
    Bug: 14876
    Change-Id: I4ef19fd47c7dbdd74dcaf31a7a80f432d57dbb0d
    Reviewed-on: https://code.wireshark.org/review/28273
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5b3ce0b   nas_5gs: fix ifdefs in nas_5gs_mm_message_type_vals.
    adds  58d211d   Fix the handling of paths in the process information.


Summary of changes:
 wiretap/netmon.c | 210 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 203 insertions(+), 7 deletions(-)