Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-dcerpc-butc.h
1/* DO NOT EDIT
2 * This dissector is autogenerated
3 */
4/* packet-dcerpc-butc.h
5 * Routines for BUTC packet disassembly
6 *
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <[email protected]>
9 * Copyright 1998 Gerald Combs
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 */
13
14#ifndef __PACKET_DCERPC_BUTC_H
15#define __PACKET_DCERPC_BUTC_H
16
17
18
19/* INCLUDED FILE : ETH_HDR */
20#define TC_DEFAULT_STACK_SIZE 153600
21#define TC_MAXGENNAMELEN 512
22#define TC_MAXDUMPPATH 256
23#define TC_MAXNAMELEN 128
24#define TC_MAXFORMATLEN 100
25#define TC_MAXHOSTLEN 128
26#define TC_MAXTAPELEN 256
27#define TC_STAT_DONE 1
28#define TC_STAT_OPRWAIT 2
29#define TC_STAT_DUMP 4
30#define TC_STAT_ABORTED 8
31#define TC_STAT_ERROR 16
32#define TSK_STAT_FIRST 0x1
33#define TSK_STAT_END 0x2
34#define TSK_STAT_NOTFOUND 0x4
35#define TCOP_NONE 0
36#define TCOP_READLABEL 1
37#define TCOP_LABELTAPE 2
38#define TCOP_DUMP 3
39#define TCOP_RESTORE 4
40#define TCOP_SCANTAPE 5
41#define TCOP_SAVEDB 6
42#define TCOP_RESTOREDB 7
43#define TCOP_STATUS 8
44#define TCOP_SPARE 9
45int butc_dissect_Restore_flags(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
46int butc_dissect_afsNetAddr(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
47int butc_dissect_tc_dumpDesc(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
48int butc_dissect_tc_restoreDesc(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
49int butc_dissect_tc_dumpStat(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
50int butc_dissect_tc_tapeLabel(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
51int butc_dissect_tc_tapeSet(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
52int butc_dissect_tc_tcInfo(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
53int butc_dissect_tc_restoreArray(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
54int butc_dissect_tc_dumpArray(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
55int butc_dissect_tc_dumpInterface(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
56int butc_dissect_tc_statusInfoSwitchVol(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
57int butc_dissect_tc_statusInfoSwitchLabel(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
58int butc_dissect_tciStatusS(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep, int hf_index, uint32_t param);
59/* END OF INCLUDED FILE : ETH_HDR */
60
61
62
63#endif /* packet-dcerpc-butc.h */
Definition packet-dcerpc.h:154
Definition packet_info.h:43
Definition proto.h:901
Definition tvbuff-int.h:35