Home
last modified time | relevance | path

Searched refs:cpinfo (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-raw.c39 capture_raw(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union w…
50 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 0, len, cpinfo, pseudo_header);
55 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 6, len, cpinfo, pseudo_header);
59 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 1, len, cpinfo, pseudo_header);
64 return call_capture_dissector(ip_cap_handle, pd, 10, len, cpinfo, pseudo_header);
75 return call_capture_dissector(ip_cap_handle, pd, 0, len, cpinfo, pseudo_header);
80 return call_capture_dissector(ipv6_cap_handle, pd, 0, len, cpinfo, pseudo_header);
H A Dpacket-arcnet.c79 capture_arcnet_common(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const u… in capture_arcnet_common() argument
89 return call_capture_dissector(ip_cap_handle, pd, offset + 1, len, cpinfo, pseudo_header); in capture_arcnet_common()
129 return call_capture_dissector(ip_cap_handle, pd, offset + 3, len, cpinfo, pseudo_header); in capture_arcnet_common()
136 return call_capture_dissector(arp_cap_handle, pd, offset + 1, len, cpinfo, pseudo_header); in capture_arcnet_common()
139 capture_dissector_increment_count(cpinfo, proto_ipx); in capture_arcnet_common()
150 capture_arcnet (const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const uni… in capture_arcnet() argument
152 return capture_arcnet_common(pd, 4, len, cpinfo, pseudo_header, FALSE); in capture_arcnet()
156 …eption(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union wtap_… in capture_arcnet_has_exception() argument
158 return capture_arcnet_common(pd, 2, len, cpinfo, pseudo_header, TRUE); in capture_arcnet_has_exception()
H A Dpacket-ieee8021cb.c50 capture_ieee8021cb(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const unio…
61 …return call_capture_dissector(ipx_cap_handle, pd, offset + IEEE8021CB_LEN, len, cpinfo, pseudo_hea…
64 …return call_capture_dissector(llc_cap_handle, pd, offset + IEEE8021CB_LEN, len, cpinfo, pseudo_hea…
68 …return try_capture_dissector("ethertype", encap_proto, pd, offset + IEEE8021CB_LEN, len, cpinfo, p…
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-raw.c39 capture_raw(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union w… in capture_raw() argument
50 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 0, len, cpinfo, pseudo_header); in capture_raw()
55 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 6, len, cpinfo, pseudo_header); in capture_raw()
59 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 1, len, cpinfo, pseudo_header); in capture_raw()
64 return call_capture_dissector(ip_cap_handle, pd, 10, len, cpinfo, pseudo_header); in capture_raw()
75 return call_capture_dissector(ip_cap_handle, pd, 0, len, cpinfo, pseudo_header); in capture_raw()
80 return call_capture_dissector(ipv6_cap_handle, pd, 0, len, cpinfo, pseudo_header); in capture_raw()
H A Dpacket-arcnet.c79 capture_arcnet_common(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const u… in capture_arcnet_common() argument
89 return call_capture_dissector(ip_cap_handle, pd, offset + 1, len, cpinfo, pseudo_header); in capture_arcnet_common()
129 return call_capture_dissector(ip_cap_handle, pd, offset + 3, len, cpinfo, pseudo_header); in capture_arcnet_common()
136 return call_capture_dissector(arp_cap_handle, pd, offset + 1, len, cpinfo, pseudo_header); in capture_arcnet_common()
139 capture_dissector_increment_count(cpinfo, proto_ipx); in capture_arcnet_common()
150 capture_arcnet (const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const uni… in capture_arcnet() argument
152 return capture_arcnet_common(pd, 4, len, cpinfo, pseudo_header, FALSE); in capture_arcnet()
156 …eption(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union wtap_… in capture_arcnet_has_exception() argument
158 return capture_arcnet_common(pd, 2, len, cpinfo, pseudo_header, TRUE); in capture_arcnet_has_exception()
H A Dpacket-ieee8021cb.c50 capture_ieee8021cb(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const unio… in capture_ieee8021cb() argument
61 …return call_capture_dissector(ipx_cap_handle, pd, offset + IEEE8021CB_LEN, len, cpinfo, pseudo_hea… in capture_ieee8021cb()
64 …return call_capture_dissector(llc_cap_handle, pd, offset + IEEE8021CB_LEN, len, cpinfo, pseudo_hea… in capture_ieee8021cb()
68 …return try_capture_dissector("ethertype", encap_proto, pd, offset + IEEE8021CB_LEN, len, cpinfo, p… in capture_ieee8021cb()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-raw.c39 capture_raw(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union w…
50 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 0, len, cpinfo, pseudo_header);
55 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 6, len, cpinfo, pseudo_header);
59 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 1, len, cpinfo, pseudo_header);
64 return call_capture_dissector(ip_cap_handle, pd, 10, len, cpinfo, pseudo_header);
75 return call_capture_dissector(ip_cap_handle, pd, 0, len, cpinfo, pseudo_header);
80 return call_capture_dissector(ipv6_cap_handle, pd, 0, len, cpinfo, pseudo_header);
H A Dpacket-arcnet.c79 capture_arcnet_common(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const u… in capture_arcnet_common() argument
89 return call_capture_dissector(ip_cap_handle, pd, offset + 1, len, cpinfo, pseudo_header); in capture_arcnet_common()
129 return call_capture_dissector(ip_cap_handle, pd, offset + 3, len, cpinfo, pseudo_header); in capture_arcnet_common()
136 return call_capture_dissector(arp_cap_handle, pd, offset + 1, len, cpinfo, pseudo_header); in capture_arcnet_common()
139 capture_dissector_increment_count(cpinfo, proto_ipx); in capture_arcnet_common()
150 capture_arcnet (const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const uni… in capture_arcnet() argument
152 return capture_arcnet_common(pd, 4, len, cpinfo, pseudo_header, FALSE); in capture_arcnet()
156 …eption(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union wtap_… in capture_arcnet_has_exception() argument
158 return capture_arcnet_common(pd, 2, len, cpinfo, pseudo_header, TRUE); in capture_arcnet_has_exception()
H A Dpacket-ieee8021cb.c50 capture_ieee8021cb(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const unio…
61 …return call_capture_dissector(ipx_cap_handle, pd, offset + IEEE8021CB_LEN, len, cpinfo, pseudo_hea…
64 …return call_capture_dissector(llc_cap_handle, pd, offset + IEEE8021CB_LEN, len, cpinfo, pseudo_hea…
68 …return try_capture_dissector("ethertype", encap_proto, pd, offset + IEEE8021CB_LEN, len, cpinfo, p…
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-raw.c39 capture_raw(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union w… in capture_raw() argument
50 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 0, len, cpinfo, pseudo_header); in capture_raw()
55 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 6, len, cpinfo, pseudo_header); in capture_raw()
59 return call_capture_dissector(ppp_hdlc_cap_handle, pd, 1, len, cpinfo, pseudo_header); in capture_raw()
64 return call_capture_dissector(ip_cap_handle, pd, 10, len, cpinfo, pseudo_header); in capture_raw()
75 return call_capture_dissector(ip_cap_handle, pd, 0, len, cpinfo, pseudo_header); in capture_raw()
80 return call_capture_dissector(ipv6_cap_handle, pd, 0, len, cpinfo, pseudo_header); in capture_raw()
H A Dpacket-arcnet.c79 capture_arcnet_common(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const u… in capture_arcnet_common() argument
89 return call_capture_dissector(ip_cap_handle, pd, offset + 1, len, cpinfo, pseudo_header); in capture_arcnet_common()
129 return call_capture_dissector(ip_cap_handle, pd, offset + 3, len, cpinfo, pseudo_header); in capture_arcnet_common()
136 return call_capture_dissector(arp_cap_handle, pd, offset + 1, len, cpinfo, pseudo_header); in capture_arcnet_common()
139 capture_dissector_increment_count(cpinfo, proto_ipx); in capture_arcnet_common()
150 capture_arcnet (const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const uni… in capture_arcnet() argument
152 return capture_arcnet_common(pd, 4, len, cpinfo, pseudo_header, FALSE); in capture_arcnet()
156 …eption(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union wtap_… in capture_arcnet_has_exception() argument
158 return capture_arcnet_common(pd, 2, len, cpinfo, pseudo_header, TRUE); in capture_arcnet_has_exception()
/dports/russian/rux/rux-0.82/
H A Drux.c63 u_char *init_tab(u_char *tab, int len, struct cpinfo *in, struct cpinfo *out);
66 void print_cplist(struct cpinfo *cplist);
82 static struct cpinfo *i_cp = NULL;
83 static struct cpinfo *o_cp = NULL;
264 struct cpinfo *
287 void compl_tab(u_char * tab, struct cpinfo *incp, struct cpinfo *outcp) in compl_tab()
315 init_tab(u_char * tab, int len, struct cpinfo *in, struct cpinfo *out) in init_tab()
365 void print_cplist(struct cpinfo *cplist) in print_cplist()
367 struct cpinfo *curcp = cplist; in print_cplist()
379 struct cpinfo *
[all …]
H A Dcpdetect.c50 struct cpinfo *detect_cp(struct cp_detect *detinf, float *cpexp) in detect_cp()
56 struct cpinfo *cp = detinf->cp_list; in detect_cp()
60 struct cpinfo *cur_cp; in detect_cp()
61 struct cpinfo *in_cp = detinf->cp_default; in detect_cp()
H A Dcpdetect.h30 struct cpinfo *cp_list; /* code pages list terminated by NULL */
31 struct cpinfo *cp_default; /* Default code page */
36 struct cpinfo *detect_cp(struct cp_detect *detinf, float *cpexp);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dcapture_dissectors.c140 …2 pattern, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_… in try_capture_dissector() argument
156 return handle->dissector(pd, offset, len, cpinfo, pseudo_header); in try_capture_dissector()
159 …_t handle, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_… in call_capture_dissector() argument
163 return handle->dissector(pd, offset, len, cpinfo, pseudo_header); in call_capture_dissector()
175 void capture_dissector_increment_count(capture_packet_info_t *cpinfo, const int proto) in capture_dissector_increment_count() argument
178 …capture_dissector_count_t* hash_count = (capture_dissector_count_t*)g_hash_table_lookup(cpinfo->co… in capture_dissector_increment_count()
182 g_hash_table_insert(cpinfo->counts, GINT_TO_POINTER(proto), (gpointer)hash_count); in capture_dissector_increment_count()
H A Dcapture_dissectors.h38 …ssector_t)(const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
85 …2 pattern, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
96 …_t handle, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
109 WS_DLL_PUBLIC void capture_dissector_increment_count(capture_packet_info_t *cpinfo, const int proto…
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dcapture_dissectors.c140 …2 pattern, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_… in try_capture_dissector() argument
156 return handle->dissector(pd, offset, len, cpinfo, pseudo_header); in try_capture_dissector()
159 …_t handle, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_… in call_capture_dissector() argument
163 return handle->dissector(pd, offset, len, cpinfo, pseudo_header); in call_capture_dissector()
175 void capture_dissector_increment_count(capture_packet_info_t *cpinfo, const int proto) in capture_dissector_increment_count() argument
178 …capture_dissector_count_t* hash_count = (capture_dissector_count_t*)g_hash_table_lookup(cpinfo->co… in capture_dissector_increment_count()
182 g_hash_table_insert(cpinfo->counts, GINT_TO_POINTER(proto), (gpointer)hash_count); in capture_dissector_increment_count()
H A Dcapture_dissectors.h38 …ssector_t)(const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
85 …2 pattern, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
96 …_t handle, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
109 WS_DLL_PUBLIC void capture_dissector_increment_count(capture_packet_info_t *cpinfo, const int proto…
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dcapture_dissectors.c140 …2 pattern, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_… in try_capture_dissector() argument
156 return handle->dissector(pd, offset, len, cpinfo, pseudo_header); in try_capture_dissector()
159 …_t handle, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_… in call_capture_dissector() argument
163 return handle->dissector(pd, offset, len, cpinfo, pseudo_header); in call_capture_dissector()
175 void capture_dissector_increment_count(capture_packet_info_t *cpinfo, const int proto) in capture_dissector_increment_count() argument
178 …capture_dissector_count_t* hash_count = (capture_dissector_count_t*)g_hash_table_lookup(cpinfo->co… in capture_dissector_increment_count()
182 g_hash_table_insert(cpinfo->counts, GINT_TO_POINTER(proto), (gpointer)hash_count); in capture_dissector_increment_count()
H A Dcapture_dissectors.h38 …ssector_t)(const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
85 …2 pattern, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
96 …_t handle, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_… in rebase_state_type()
109 WS_DLL_PUBLIC void capture_dissector_increment_count(capture_packet_info_t *cpinfo, const int proto…
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dcapture_dissectors.c140 …2 pattern, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_… in try_capture_dissector() argument
156 return handle->dissector(pd, offset, len, cpinfo, pseudo_header); in try_capture_dissector()
159 …_t handle, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_… in call_capture_dissector() argument
163 return handle->dissector(pd, offset, len, cpinfo, pseudo_header); in call_capture_dissector()
175 void capture_dissector_increment_count(capture_packet_info_t *cpinfo, const int proto) in capture_dissector_increment_count() argument
178 …capture_dissector_count_t* hash_count = (capture_dissector_count_t*)g_hash_table_lookup(cpinfo->co… in capture_dissector_increment_count()
182 g_hash_table_insert(cpinfo->counts, GINT_TO_POINTER(proto), (gpointer)hash_count); in capture_dissector_increment_count()
H A Dcapture_dissectors.h38 …ssector_t)(const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
85 …2 pattern, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
96 …_t handle, const guint8 *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_…
109 WS_DLL_PUBLIC void capture_dissector_increment_count(capture_packet_info_t *cpinfo, const int proto…
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmProcessOutput.cxx76 CPINFOEXW cpinfo; in DecodeText()
78 GetCPInfoExW(codepage, 0, &cpinfo) == 1 && cpinfo.MaxCharSize > 1) { in DecodeText()
79 if (cpinfo.MaxCharSize == 2 && cpinfo.LeadByte[0] != 0) { in DecodeText()
93 for (UINT i = 0; i < cpinfo.MaxCharSize; i++) { in DecodeText()
99 if (lastChar == cpinfo.UnicodeDefaultChar) { in DecodeText()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmProcessOutput.cxx76 CPINFOEXW cpinfo; in DecodeText()
78 GetCPInfoExW(codepage, 0, &cpinfo) == 1 && cpinfo.MaxCharSize > 1) { in DecodeText()
79 if (cpinfo.MaxCharSize == 2 && cpinfo.LeadByte[0] != 0) { in DecodeText()
93 for (UINT i = 0; i < cpinfo.MaxCharSize; i++) { in DecodeText()
99 if (lastChar == cpinfo.UnicodeDefaultChar) { in DecodeText()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmProcessOutput.cxx76 CPINFOEXW cpinfo; in DecodeText()
78 GetCPInfoExW(codepage, 0, &cpinfo) == 1 && cpinfo.MaxCharSize > 1) { in DecodeText()
79 if (cpinfo.MaxCharSize == 2 && cpinfo.LeadByte[0] != 0) { in DecodeText()
93 for (UINT i = 0; i < cpinfo.MaxCharSize; i++) { in DecodeText()
99 if (lastChar == cpinfo.UnicodeDefaultChar) { in DecodeText()

12345678910>>...12