Bluetooth: HFP: Improve HFP dissector by dissecting all commands

Decode as far as possible AT commands according to
specifications: HFP 1.6

Change-Id: Ib2cee4df4d9338cc98f28e0fadd067378fba63a9
Reviewed-on: https://code.wireshark.org/review/7472
Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
This commit is contained in:
Michal Labedzki 2013-08-12 10:59:33 +02:00
parent d949b3c46b
commit 724c2ed4c8
2 changed files with 905 additions and 84 deletions

File diff suppressed because it is too large Load Diff

View File

@ -721,7 +721,7 @@ static const value_string csd_data_rate_vals[] = {
{ 134, "64000 bps (multimedia)" },
{ 0, NULL }
};
static value_string_ext csd_data_rate_vals_ext = VALUE_STRING_EXT_INIT(csd_data_rate_vals);
value_string_ext csd_data_rate_vals_ext = VALUE_STRING_EXT_INIT(csd_data_rate_vals);
static const value_string csd_bearer_serv_vals[] = {
{ 0, "Data circuit asynchronous (UDI or 3.1 kHz modem)" },