16 #ifndef __PACKET_NCP_INT_H__ 17 #define __PACKET_NCP_INT_H__ 19 #include <epan/expert.h> 20 #include <epan/ptvcursor.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;
53 extern gboolean nds_defragment;
54 extern gboolean nds_echo_eid;
55 extern gboolean ncp_echo_err;
56 extern gboolean ncp_echo_conn;
57 extern gboolean ncp_echo_server;
58 extern gboolean ncp_echo_file;
59 extern gboolean ncp_newstyle;
68 const char *dfilter_text;
80 guint8 error_in_packet;
96 const int *req_cond_indexes;
97 unsigned int req_cond_size_type;
98 ncp_expert_handler *expert_handler_func;
103 gboolean *req_cond_results;
104 guint32 req_frame_num;
107 guint32 req_nds_flags;
108 guint32 req_nds_prot_flags;
109 guint8 nds_request_verb;
111 char object_name[256];
113 guint32 nds_end_frag;
114 guint32 nds_frag_num;
116 guint16 req_mask_ext;
117 guint32 nds_frag_flags;
139 extern int proto_ncp;
142 extern gint ett_nds_segments;
143 extern gint ett_nds_segment;
150 #define NCP_ALLOCATE_SLOT 0x1111 151 #define NCP_SERVICE_REQUEST 0x2222 152 #define NCP_SERVICE_REPLY 0x3333 153 #define NCP_WATCHDOG 0x3e3e 154 #define NCP_DEALLOCATE_SLOT 0x5555 155 #define NCP_BURST_MODE_XFER 0x7777 156 #define NCP_POSITIVE_ACK 0x9999 157 #define NCP_BROADCAST_SLOT 0xbbbb 158 #define NCP_LIP_ECHO 0x4c69
Definition: packet-ncp-int.h:61
Definition: packet_info.h:44
Definition: packet-ncp-int.h:67
Definition: tvbuff-int.h:35
Definition: packet-ncp-int.h:72
Definition: dfilter-int.h:19
Definition: packet-ncp-int.h:79
Definition: packet-ncp-int.h:31
Definition: value_string.h:24
Definition: packet-ncp-int.h:87
Definition: packet-ncp-int.h:101
Definition: packet-ncp-int.h:25