Wireshark-commits: [Wireshark-commits] master 5428e8d: Fix handling of some ISDN calls.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 01 Oct 2018 19:58:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5428e8ddbe92c80e28189be5039a49feee9d2242
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5428e8d by Guy Harris (guy@xxxxxxxxxxxx):

    Fix handling of some ISDN calls.
    
    There's no guarantee that there will be two digits after PRI-XMIT or
    PRI-RCV; the capture file in bug 3535, for exmaple, has "PRI-XMIT-0/1"
    and "PRI-RCV-0".
    
    Require a minimum of 1, not 2, non-{/(:} characters.  Leave the maximum
    of 20 in place.
    
    Change-Id: Ie8f8f4ff5eb04baf0ee61bf28015e59a1fa43948
    Reviewed-on: https://code.wireshark.org/review/29947
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  fac429c   pcapng: Fix a buffer length.
     add  5428e8d   Fix handling of some ISDN calls.


Summary of changes:
 wiretap/ascend_scanner.l | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)