Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / epan / dissectors / asn1 / nrppa / packet-nrppa-template.h
blob8520903e7390c898bda19a406b630a47a4aa0108
1 /* packet-nrppa.h
2 * Routines for 3GPP NR Positioning Protocol A (NRPPa) packet dissection
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef PACKET_NRPPA_H
12 #define PACKET_NRPPA_H
14 #include "packet-nrppa-exp.h"
16 #endif /* PACKET_NRPPA_H */
19 * Editor modelines
21 * Local Variables:
22 * c-basic-offset: 2
23 * tab-width: 8
24 * indent-tabs-mode: nil
25 * End:
27 * ex: set shiftwidth=2 tabstop=8 expandtab:
28 * :indentSize=2:tabSize=8:noTabs=true: