aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-nwk.c
diff options
context:
space:
mode:
authorChris Brandson <chris.brandson@gmail.com>2016-08-16 10:10:36 -0700
committerAnders Broman <a.broman58@gmail.com>2016-08-17 07:02:57 +0000
commitdd1ef75f99960a91d8b035c2599957456b8b2fa7 (patch)
treea6d156861c80eacb550966445a9a4238aadb09c2 /epan/dissectors/packet-zbee-nwk.c
parentc92ff165a290d482aa1e6b3d0434930cd37d3466 (diff)
zbee (nwk): fix typo in Rejoin IE name
Change-Id: I80184c66928b6704365e1538cf47c6036d4b053f Reviewed-on: https://code.wireshark.org/review/17090 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-zbee-nwk.c')
-rw-r--r--epan/dissectors/packet-zbee-nwk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-zbee-nwk.c b/epan/dissectors/packet-zbee-nwk.c
index 4d0cf00808..66d6054c78 100644
--- a/epan/dissectors/packet-zbee-nwk.c
+++ b/epan/dissectors/packet-zbee-nwk.c
@@ -340,7 +340,7 @@ static const value_string zbee_nwk_end_device_timeout_resp_status[] = {
/* Names of IEEE 802.15.4 IEs (Information Elements) for ZigBee */
static const value_string ieee802154_zigbee_ie_names[] = {
- { ZBEE_ZIGBEE_IE_REJOIN, "ReJoin" },
+ { ZBEE_ZIGBEE_IE_REJOIN, "Rejoin" },
{ ZBEE_ZIGBEE_IE_TX_POWER, "Tx Power" },
{ ZBEE_ZIGBEE_IE_BEACON_PAYLOAD, "Extended Beacon Payload" },
{ 0, NULL }