Fix parsing of packet ranges.
authorGuy Harris <guy@alum.mit.edu>
Sat, 15 Apr 2017 00:44:04 +0000 (17:44 -0700)
committerGuy Harris <guy@alum.mit.edu>
Sat, 15 Apr 2017 00:44:37 +0000 (00:44 +0000)
commit0f3e20051c5be2d8164365763e63988a30aa24f4
tree6d83bf1487cb2f7c008cfdf8b886a23990bf9951
parentccef2d8860f55d56f7662cc218defe5447e226e4
Fix parsing of packet ranges.

Replace the dash in a range with a '\0', so that the first value in the
range is properly terminated.

Change-Id: Ib2807c2534c1e99e643848ca0fc32f4b78025ce3
Reviewed-on: https://code.wireshark.org/review/21099
Reviewed-by: Guy Harris <guy@alum.mit.edu>
editcap.c