Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-mle.h
1/* packet-mle.h
2 * Routines for MLE packet dissection
3 *
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <[email protected]>
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
17extern void register_mle_key_hash_handler(unsigned hash_identifier, ieee802154_set_key_func key_func);
18
19#endif