More Ethereal -> Wireshark renaming
[obnox/wireshark/wip.git] / plugins / docsis / packet-docsis.h
1 /* packet-docsis.h
2  *
3  * $Id$
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * This program is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License
11  * as published by the Free Software Foundation; either version 2
12  * of the License, or (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program; if not, write to the Free Software
21  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22  */
23
24 #ifndef __PACKET_DOCSIS_H__
25 #define __PACKET_DOCSIS_H__
26
27 void proto_reg_handoff_docsis_bpkmattr (void);
28 void proto_reg_handoff_docsis_bpkmreq (void);
29 void proto_reg_handoff_docsis_bpkmrsp (void);
30 void proto_reg_handoff_docsis (void);
31 void proto_reg_handoff_docsis_dsaack (void);
32 void proto_reg_handoff_docsis_dsareq (void);
33 void proto_reg_handoff_docsis_dsarsp (void);
34 void proto_reg_handoff_docsis_dscack (void);
35 void proto_reg_handoff_docsis_dscreq (void);
36 void proto_reg_handoff_docsis_dscrsp (void);
37 void proto_reg_handoff_docsis_dsdreq (void);
38 void proto_reg_handoff_docsis_dsdrsp (void);
39 void proto_reg_handoff_docsis_mgmt (void);
40 void proto_reg_handoff_docsis_map (void);
41 void proto_reg_handoff_docsis_regack (void);
42 void proto_reg_handoff_docsis_regreq (void);
43 void proto_reg_handoff_docsis_regrsp (void);
44 void proto_reg_handoff_docsis_rngreq (void);
45 void proto_reg_handoff_docsis_rngrsp (void);
46 void proto_reg_handoff_docsis_tlv (void);
47 void proto_reg_handoff_docsis_uccreq (void);
48 void proto_reg_handoff_docsis_uccrsp (void);
49 void proto_reg_handoff_docsis_ucd (void);
50 void proto_reg_handoff_docsis_type29ucd (void);
51 void proto_reg_handoff_docsis_dcd (void);
52 void proto_reg_handoff_docsis_dccreq (void);
53 void proto_reg_handoff_docsis_dccrsp (void);
54 void proto_reg_handoff_docsis_dccack (void);
55 void proto_reg_handoff_docsis_vsif (void);
56 void proto_reg_handoff_docsis_intrngreq (void);
57   
58
59 void proto_register_docsis_bpkmattr (void);
60 void proto_register_docsis_bpkmreq (void);
61 void proto_register_docsis_bpkmrsp (void);
62 void proto_register_docsis (void);
63 void proto_register_docsis_dsaack (void);
64 void proto_register_docsis_dsareq (void);
65 void proto_register_docsis_dsarsp (void);
66 void proto_register_docsis_dscack (void);
67 void proto_register_docsis_dscreq (void);
68 void proto_register_docsis_dscrsp (void);
69 void proto_register_docsis_dsdreq (void);
70 void proto_register_docsis_dsdrsp (void);
71 void proto_register_docsis_mgmt (void);
72 void proto_register_docsis_map (void);
73 void proto_register_docsis_regack (void);
74 void proto_register_docsis_regreq (void);
75 void proto_register_docsis_regrsp (void);
76 void proto_register_docsis_rngreq (void);
77 void proto_register_docsis_rngrsp (void);
78 void proto_register_docsis_tlv (void);
79 void proto_register_docsis_uccreq (void);
80 void proto_register_docsis_uccrsp (void);
81 void proto_register_docsis_ucd (void);
82 void proto_register_docsis_type29ucd (void);
83 void proto_register_docsis_dcd (void);
84 void proto_register_docsis_dccreq (void);
85 void proto_register_docsis_dccrsp (void);
86 void proto_register_docsis_dccack (void);
87 void proto_register_docsis_vsif (void);
88 void proto_register_docsis_intrngreq (void);
89 #endif