aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-nwk.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-07-25 21:27:19 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-07-25 21:27:19 +0000
commitbcfadcbace15d041a0c51f0d32970738de32aaa5 (patch)
tree6a8c2431ed74be5d236f862e462a7a1ff32bbc9b /epan/dissectors/packet-zbee-nwk.c
parentf414b3cae366d3f72837d9d31a4e5d72e11dc0e0 (diff)
zbee.aps was renamed zbee_aps (in r43990).
svn path=/trunk/; revision=44015
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 4fd9c24418..f3d4975e4f 100644
--- a/epan/dissectors/packet-zbee-nwk.c
+++ b/epan/dissectors/packet-zbee-nwk.c
@@ -1852,7 +1852,7 @@ void proto_reg_handoff_zbee_nwk(void)
{
/* Find the other dissectors we need. */
data_handle = find_dissector("data");
- aps_handle = find_dissector("zbee.aps");
+ aps_handle = find_dissector("zbee_aps");
/* Register our dissector with IEEE 802.15.4 */
heur_dissector_add(IEEE802154_PROTOABBREV_WPAN, dissect_zbee_nwk_heur, proto_zbee_nwk);