Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-idmp.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-idmp.h */
4 /* asn2wrs.py -b -L -p idmp -c ./idmp.cnf -s ./packet-idmp-template -D . -O ../.. IDMProtocolSpecification.asn CommonProtocolSpecification.asn */
5 
6 /* Input file: packet-idmp-template.h */
7 
8 #line 1 "./asn1/idmp/packet-idmp-template.h"
9 /* packet-idmp.h
10  * Routines for X.519 Internet Directly Mapped Protocol (IDMP) packet dissection
11  * Graeme Lunt 2010
12  *
13  * Wireshark - Network traffic analyzer
14  * By Gerald Combs <gerald@wireshark.org>
15  * Copyright 1998 Gerald Combs
16  *
17  * SPDX-License-Identifier: GPL-2.0-or-later
18  */
19 
20 #ifndef PACKET_IDM_H
21 #define PACKET_IDM_H
22 
23 #include <packet-ros.h>
24 
25 void
26 register_idmp_protocol_info(const char *oid, const ros_info_t *rinfo, int proto _U_, const char *name);
27 
28 #endif /* PACKET_IDM_H */
Definition: packet-ros-template.h:52