Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-credssp.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-credssp.h */
4 /* asn2wrs.py -b -C -p credssp -c ./credssp.cnf -s ./packet-credssp-template -D . -O ../.. CredSSP.asn */
5 
6 /* Input file: packet-credssp-template.h */
7 
8 #line 1 "./asn1/credssp/packet-credssp-template.h"
9 /* packet-credssp.h
10  * Routines for CredSSP (Credential Security Support Provider) packet dissection
11  * Graeme Lunt 2011
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_CREDSSP_H
21 #define PACKET_CREDSSP_H
22 
23 
24 /*--- Included file: packet-credssp-val.h ---*/
25 #line 1 "./asn1/credssp/packet-credssp-val.h"
26 
27 /*--- End of included file: packet-credssp-val.h ---*/
28 #line 16 "./asn1/credssp/packet-credssp-template.h"
29 
30 void proto_reg_handoff_credssp(void);
31 void proto_register_credssp(void);
32 
33 #endif /* PACKET_CREDSSP_H */