aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-at.c
diff options
context:
space:
mode:
authorDarien Spencer <cusneud@mail.com>2018-08-11 17:34:19 +0300
committerAnders Broman <a.broman58@gmail.com>2018-08-11 15:26:48 +0000
commitab47e8a52f6c2c3dbd80860dfcbe313e41f26410 (patch)
tree3312953a0dcbc78c86df627d434ac778abec5595 /epan/dissectors/packet-at.c
parent59bf4d5b55874d3f3c0cbc3de17547a267ca07a9 (diff)
AT: Add ^CIMI command
AT^CIMI is an alternative form for AT+CIMI for some modems Change-Id: Id64fb4e0d76396400aa69fceeadba3a87ddf68e1 Reviewed-on: https://code.wireshark.org/review/29072 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-at.c')
-rw-r--r--epan/dissectors/packet-at.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-at.c b/epan/dissectors/packet-at.c
index 5617cc41e7..3c8264a1db 100644
--- a/epan/dissectors/packet-at.c
+++ b/epan/dissectors/packet-at.c
@@ -1080,6 +1080,7 @@ static const at_cmd_t at_cmds[] = {
{ "+CHLD", "Call Hold and Multiparty Handling", check_chld, dissect_chld_parameter },
{ "+CHUP", "Call Hang-up", check_chup, dissect_no_parameter },
{ "+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 },
{ "+CLCC", "Current Calls", check_clcc, dissect_clcc_parameter },
{ "+COPS", "Reading Network Operator", check_cops, dissect_cops_parameter },