16#ifndef __PACKET_NCP_INT_H__
17#define __PACKET_NCP_INT_H__
27 const char *first_string;
28 const char *repeat_string;
36 unsigned int endianness;
37 unsigned int var_index : 2;
38 unsigned int repeat_index : 2;
39 unsigned int req_cond_index : 8;
53extern bool nds_defragment;
54extern bool nds_echo_eid;
55extern bool ncp_echo_err;
56extern bool ncp_echo_conn;
57extern bool ncp_echo_server;
58extern bool ncp_echo_file;
59extern bool ncp_newstyle;
68 const char *dfilter_text;
80 uint8_t error_in_packet;
96 const int *req_cond_indexes;
97 unsigned int req_cond_size_type;
98 ncp_expert_handler *expert_handler_func;
107 bool *req_cond_results;
108 uint32_t req_frame_num;
111 uint32_t req_nds_flags;
112 uint32_t req_nds_prot_flags;
113 uint8_t nds_request_verb;
115 char object_name[256];
117 uint32_t nds_end_frag;
118 uint32_t nds_frag_num;
120 uint16_t req_mask_ext;
121 uint32_t nds_frag_flags;
129 uint8_t, uint16_t,
bool,
proto_tree *
volatile);
146extern int ett_nds_segments;
147extern int ett_nds_segment;
154#define NCP_ALLOCATE_SLOT 0x1111
155#define NCP_SERVICE_REQUEST 0x2222
156#define NCP_SERVICE_REPLY 0x3333
157#define NCP_WATCHDOG 0x3e3e
158#define NCP_DEALLOCATE_SLOT 0x5555
159#define NCP_BURST_MODE_XFER 0x7777
160#define NCP_POSITIVE_ACK 0x9999
161#define NCP_BROADCAST_SLOT 0xbbbb
162#define NCP_LIP_ECHO 0x4c69
Definition packet-ncp-int.h:87
Definition packet_info.h:43
Definition packet-ncp-int.h:31
Definition packet-ncp-int.h:61
Definition value_string.h:25
Definition packet-ncp-int.h:67
Definition dfilter-int.h:35
Definition packet-ncp-int.h:79
Definition packet-ncp-int.h:25
Definition packet-ncp-int.h:105
Definition packet-ncp-int.h:72
Definition tvbuff-int.h:35