URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d48fe0d2e4b680c9a2ed6b4f2aa91370449a6e8b
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d48fe0d by Pascal Quantin (pascal.quantin@xxxxxxxxx):
GSM Um: fix V695 warning found by PVS-Studio
Range intersections are possible within conditional expressions. Example: if (A > 0 && A < 5) { ... } else if (A > 3 && A < 9) { ... }.
E-GSM and R-GSM EARFCNs are overlapping, as seen in 3GPP TS 05.05.
Change-Id: I5b9be53ba85109a674b05ae16cd729557cec6318
Reviewed-on: https://code.wireshark.org/review/8817
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 7fc302e [Automatic update for 2015-06-07]
adds d48fe0d GSM Um: fix V695 warning found by PVS-Studio
Summary of changes:
epan/dissectors/packet-gsm_um.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)