AT: Correct dissection func for +CLAC

Change-Id: I2efc1151ce27138a4360c7dba75d916ecb8dc270
Reviewed-on: https://code.wireshark.org/review/29284
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Darien Spencer 2018-08-25 21:03:50 +03:00 committed by Anders Broman
parent 3ece395410
commit 6f0e29054c
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ static const at_cmd_t at_cmds[] = {
{ "+CIMI", "Request International Mobile Subsciber Identity (IMSI)", check_cimi, dissect_cimi_parameter },
{ "^CIMI", "Request International Mobile Subsciber Identity (IMSI)", check_cimi, dissect_cimi_parameter },
{ "+CIND", "Phone Indicators", check_cind, dissect_cind_parameter },
{ "+CLAC", "List All Available AT Commands", check_clac, dissect_clcc_parameter },
{ "+CLAC", "List All Available AT Commands", check_clac, dissect_no_parameter },
{ "+CLCC", "Current Calls", check_clcc, dissect_clcc_parameter },
{ "+CLIP", "Calling Line Identification Notification", check_clip, dissect_clip_parameter },
{ "+CME ERROR", "Mobile Termination Error Result Code", check_cme, dissect_cme_error_parameter },