Wireshark-commits: [Wireshark-commits] master-2.6 42a97f1: Fix the handling of paths in the process

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

Commits:

42a97f1 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>
    (cherry picked from commit 58d211dc7f801db2d7d2e5e6d6430eaac835e233)
    Reviewed-on: https://code.wireshark.org/review/28274
    

Actions performed:

    from  1f51c80   Diameter_3GPP: Added missing 'RAN-Support-Info' flag for GX Feature-List 2
    adds  42a97f1   Fix the handling of paths in the process information.


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