Wireshark-commits: [Wireshark-commits] master 992a7ee: asn2wrs.py: always use relative paths
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Nov 2015 16:29:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=992a7ee6e7603c2552971dc516ca4e6c45ae2d21
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

992a7ee by Peter Wu (peter@xxxxxxxxxxxxx):

    asn2wrs.py: always use relative paths
    
    Avoids absolute paths when using cmake and doing an in-tree build.
    
    Before (source directory is /tmp/wireshark):
    
        /*--- Included file: /tmp/wireshark/asn1/t38/packet-t38-exp.h ---*/
    
    After:
    
        /*--- Included file: packet-t38-exp.h ---*/
    
    Change-Id: Id5c98bff7b97447479e1a09751701f2f52132b20
    Reviewed-on: https://code.wireshark.org/review/12118
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  dde848b   Press Start instead of Manage Interfaces on Enter
    adds  992a7ee   asn2wrs.py: always use relative paths


Summary of changes:
 tools/asn2wrs.py |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)