Home
last modified time | relevance | path

Searched refs:encap_table_arr (Results 1 – 4 of 4) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dwtap.c1184 static GArray* encap_table_arr = NULL; variable
1187 g_array_index(encap_table_arr, struct encap_type_info, encap)
1191 if (encap_table_arr) return; in wtap_init_encap_types()
1193 encap_table_arr = g_array_new(FALSE,TRUE,sizeof(struct encap_type_info)); in wtap_init_encap_types()
1195 g_array_append_vals(encap_table_arr,encap_table_base,wtap_num_encap_types); in wtap_init_encap_types()
1199 if (encap_table_arr) { in wtap_cleanup_encap_types()
1200 g_array_free(encap_table_arr, TRUE); in wtap_cleanup_encap_types()
1201 encap_table_arr = NULL; in wtap_cleanup_encap_types()
1218 g_array_append_val(encap_table_arr,e); in wtap_register_encap_type()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dwtap.c1184 static GArray* encap_table_arr = NULL; variable
1187 g_array_index(encap_table_arr, struct encap_type_info, encap)
1191 if (encap_table_arr) return; in wtap_init_encap_types()
1193 encap_table_arr = g_array_new(FALSE,TRUE,sizeof(struct encap_type_info)); in wtap_init_encap_types()
1195 g_array_append_vals(encap_table_arr,encap_table_base,wtap_num_encap_types); in wtap_init_encap_types()
1199 if (encap_table_arr) { in wtap_cleanup_encap_types()
1200 g_array_free(encap_table_arr, TRUE); in wtap_cleanup_encap_types()
1201 encap_table_arr = NULL; in wtap_cleanup_encap_types()
1218 g_array_append_val(encap_table_arr,e); in wtap_register_encap_type()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dwtap.c1184 static GArray* encap_table_arr = NULL; variable
1187 g_array_index(encap_table_arr, struct encap_type_info, encap)
1191 if (encap_table_arr) return; in wtap_init_encap_types()
1193 encap_table_arr = g_array_new(FALSE,TRUE,sizeof(struct encap_type_info)); in wtap_init_encap_types()
1195 g_array_append_vals(encap_table_arr,encap_table_base,wtap_num_encap_types); in wtap_init_encap_types()
1199 if (encap_table_arr) { in wtap_cleanup_encap_types()
1200 g_array_free(encap_table_arr, TRUE); in wtap_cleanup_encap_types()
1201 encap_table_arr = NULL; in wtap_cleanup_encap_types()
1218 g_array_append_val(encap_table_arr,e); in wtap_register_encap_type()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dwtap.c1184 static GArray* encap_table_arr = NULL; variable
1187 g_array_index(encap_table_arr, struct encap_type_info, encap)
1191 if (encap_table_arr) return; in wtap_init_encap_types()
1193 encap_table_arr = g_array_new(FALSE,TRUE,sizeof(struct encap_type_info)); in wtap_init_encap_types()
1195 g_array_append_vals(encap_table_arr,encap_table_base,wtap_num_encap_types); in wtap_init_encap_types()
1199 if (encap_table_arr) { in wtap_cleanup_encap_types()
1200 g_array_free(encap_table_arr, TRUE); in wtap_cleanup_encap_types()
1201 encap_table_arr = NULL; in wtap_cleanup_encap_types()
1218 g_array_append_val(encap_table_arr,e); in wtap_register_encap_type()