Wireshark-commits: [Wireshark-commits] master-2.4 f750e2f: Fix incorrect formatting of NSAP area ad

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 May 2018 18:57:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f750e2f2d6710acad154b0732a39d382c831520a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

f750e2f by Guy Harris (guy@xxxxxxxxxxxx):

    Fix incorrect formatting of NSAP area addresses/address prefixes.
    
    If the area address/address prefix is 13 octets long, use the 13th
    octet, not the 21st octet; the latter is *not* part of the area
    address/address prefix, and might either not be in the packet or might
    be some random other part of the packet.
    
    Add/expand comments while we're at it.
    
    Bug: 14744
    Change-Id: I7b90318a72a49b67d8ec17952add528185fd064b
    Reviewed-on: https://code.wireshark.org/review/27848
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 101b692569f17d14f7165446a8a2ae26415057cb)
    Reviewed-on: https://code.wireshark.org/review/27850
    

Actions performed:

    from  81bba50   [Automatic update for 2018-05-27]
    adds  f750e2f   Fix incorrect formatting of NSAP area addresses/address prefixes.


Summary of changes:
 epan/osi-utils.c | 30 ++++++++++++++++++++++++++++--
 epan/osi-utils.h |  2 +-
 2 files changed, 29 insertions(+), 3 deletions(-)