Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / cmp / packet-cmp-template.h
blob686080b6ef34ada37b93c0478470175913349e9a
1 /* packet-cmp.h
2 * Routines for RFC2510 Certificate Management Protocol packet dissection
3 * Ronnie Sahlberg 2004
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef PACKET_CMP_H
13 #define PACKET_CMP_H
15 void proto_reg_handoff_cmp(void);
17 #include "packet-cmp-exp.h"
19 #endif /* PACKET_CMP_H */