[GSM DTAP] Add Sequence number for Non call related SS messages.

Change-Id: Iec97801e1eb6803c4168c2e302f84a7732654ecf
Reviewed-on: https://code.wireshark.org/review/9214
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Anders 2015-06-29 14:36:00 +02:00 committed by Anders Broman
parent 59d56bf551
commit 60ef92b9a5
1 changed files with 2 additions and 1 deletions

View File

@ -6985,8 +6985,9 @@ dissect_dtap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data)
* 5 = Mobility Management messages
* 3 = Call Control; call related SS messages
* 10 = GPRS session management messages
* 11 = Non call related SS messages
*/
if ((pd == 5) || (pd == 3) || (pd == 10)) {
if ((pd == 5) || (pd == 3) || (pd == 10) || (pd == 11)) {
proto_tree_add_item(dtap_tree, hf_gsm_a_seq_no, tvb, offset, 1, ENC_BIG_ENDIAN);
}
/*