Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-6lowpan.h
blob9440ed31d3b51f62289f1f033fb33f4ba58660ca
1 /* packet-6lowpan.h
2 * Routines for 6LoWPAN packet disassembly
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
7 #ifndef __PACKET_6LOWPAN_H__
8 #define __PACKET_6LOWPAN_H__
10 #include <wsutil/inet_addr.h>
12 /* Inserts new compression context information into the 6LoWPAN context table.
13 * The compression context is distributed via some options added to the neighbor
14 * discovery protocol, so the ICMPv6 dissector needs to call this routine.
16 extern void lowpan_context_insert(uint8_t cid, uint16_t pan, uint8_t plen,
17 ws_in6_addr *prefix, unsigned frame);
19 #endif /* __PACKET_6LOWPAN_H__ */