URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=297a6fe2f70d5356b88539f093aea32c06d20643
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
297a6fe by Harald Welte (laforge@xxxxxxxxxxxx):
gsup: Fix dissecting wildcard APN names
In general, GPRS APN names are encoded like DNS strings. However,
there is one exception: The wildcard APN '*'. If we feed this
into the DNS decoder, it will throw an exception.
Let's explicitly check for '*' as a special case.
Change-Id: I2b346f8b067fa176b80613fdbcdada8c8a8eaa52
Related: https://osmocom.org/issues/3450
Reviewed-on: https://code.wireshark.org/review/29004
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 299306a NSIS: fix uninstaller for Qt 5.10
add 297a6fe gsup: Fix dissecting wildcard APN names
Summary of changes:
epan/dissectors/packet-gsm_gsup.c | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)