Wireshark-commits: [Wireshark-commits] master-1.12 094d469: Fix handling of 3-component OS version
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=094d4693da628b923169a3aabef6399b962e6490
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
094d469 by Guy Harris (guy@xxxxxxxxxxxx):
Fix handling of 3-component OS version numbers.
Get rid of doubled square brackets (what were those for?), and match
dots in the version number with "\.", so we only match dots.
This fixes the handling of version numbers such as 10.10.1.
(A 2-component version number doesn't match, but that's OK - the sed
command doesn't use -n, so that just means it's unchanged by the
command.)
Change-Id: Ie1cc1587864128b6cefe21841d590cec08024775
Reviewed-on: https://code.wireshark.org/review/5916
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 8f432de eth,mp2t: Rename ei[] filter names duplicating hf[] filter names.
adds 094d469 Fix handling of 3-component OS version numbers.
Summary of changes:
macosx-setup.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)