Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-mle.h
1 /* packet-mle.h
2  * Routines for MLE packet dissection
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  */
11 
12 #ifndef __PACKET_MLE_H__
13 #define __PACKET_MLE_H__
14 
15 #include "packet-ieee802154.h"
16 
17 extern void register_mle_key_hash_handler(guint hash_identifier, ieee802154_set_key_func key_func);
18 
19 #endif