Wireshark-commits: [Wireshark-commits] master-2.6 2b349e3: Fix handling of some ISDN calls.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b349e370656827160320aea4e6e8a64bdd58b59
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
2b349e3 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>
(cherry picked from commit d8c1db34969cb5fe6c9ed6d4ff36bdd3ec37ab87)
Reviewed-on: https://code.wireshark.org/review/29965
Actions performed:
from 5618a81 ieee80211: fix addresses for ToDS=1|FromDS=1 case
add 2b349e3 Fix handling of some ISDN calls.
Summary of changes:
wiretap/ascend_scanner.l | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)