GSMTAP: also consider PTCCH/D as a broadcast channel

Change-Id: Ie4cf6e5a00aa2a699e979f0ebd52f7dce084c8f4
Reviewed-on: https://code.wireshark.org/review/35156
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
This commit is contained in:
Vadim Yanitskiy 2019-11-20 06:56:41 +07:00 committed by Pascal Quantin
parent 51ff2065db
commit 608d7ddad4
1 changed files with 1 additions and 0 deletions

View File

@ -549,6 +549,7 @@ dissect_gsmtap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _
case GSMTAP_CHANNEL_AGCH:
case GSMTAP_CHANNEL_CBCH51:
case GSMTAP_CHANNEL_CBCH52:
case GSMTAP_CHANNEL_PTCCH:
col_set_str(pinfo->cinfo, COL_RES_NET_DST, "Broadcast");
break;
default: