Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-mle.h
blobaa151ead95992889a60770039808f96e432b0768
1 /* packet-mle.h
2 * Routines for MLE packet dissection
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __PACKET_MLE_H__
13 #define __PACKET_MLE_H__
15 #include "packet-ieee802154.h"
17 extern void register_mle_key_hash_handler(unsigned hash_identifier, ieee802154_set_key_func key_func);
19 #endif