aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btmesh.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-11-08 22:02:52 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2017-11-08 21:04:30 +0000
commit428b354f0d4262b47855ccace409ca21d92faab5 (patch)
tree5151285897893a3e008aa153e1cd0295119e693e /epan/dissectors/packet-btmesh.c
parent8a6ea0e454dddcc1d9c14ad1e02a43a53a4ef667 (diff)
btmesh: Remove a debug g_warning
Change-Id: Ifc822efccfff5de32a54ca1f148a09ac3be4d0e3 Reviewed-on: https://code.wireshark.org/review/24308 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-btmesh.c')
-rw-r--r--epan/dissectors/packet-btmesh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btmesh.c b/epan/dissectors/packet-btmesh.c
index dbc8250025..a02dff41a1 100644
--- a/epan/dissectors/packet-btmesh.c
+++ b/epan/dissectors/packet-btmesh.c
@@ -357,7 +357,6 @@ k2(uat_btmesh_record_t * net_key_set, guint8 *p, size_t plen)
return FALSE;
}
net_key_set->nid = (t1[15] & 0x7f);
- g_warning("NID %x", net_key_set->nid);
/* T2 = AES-CMAC_T(T1 || P || 0x02)
* (EncryptionKey)
*/