Home
last modified time | relevance | path

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

/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dcapture_dissectors.c43 static GHashTable *capture_dissector_tables = NULL; variable
57capture_dissector_tables = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, destroy_capture_di… in capture_dissector_init()
62 g_hash_table_destroy(capture_dissector_tables); in capture_dissector_cleanup()
71 if(g_hash_table_lookup( capture_dissector_tables, name )) { in register_capture_dissector_table()
79 g_hash_table_insert( capture_dissector_tables, (gpointer)name, (gpointer) sub_dissectors ); in register_capture_dissector_table()
126 …sub_dissectors = (struct capture_dissector_table*)g_hash_table_lookup( capture_dissector_tables, n… in capture_dissector_add_uint()
145 …sub_dissectors = (struct capture_dissector_table*)g_hash_table_lookup( capture_dissector_tables, n… in try_capture_dissector()
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dcapture_dissectors.c43 static GHashTable *capture_dissector_tables = NULL; variable
57capture_dissector_tables = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, destroy_capture_di… in capture_dissector_init()
62 g_hash_table_destroy(capture_dissector_tables); in capture_dissector_cleanup()
71 if(g_hash_table_lookup( capture_dissector_tables, name )) { in register_capture_dissector_table()
79 g_hash_table_insert( capture_dissector_tables, (gpointer)name, (gpointer) sub_dissectors ); in register_capture_dissector_table()
126 …sub_dissectors = (struct capture_dissector_table*)g_hash_table_lookup( capture_dissector_tables, n… in capture_dissector_add_uint()
145 …sub_dissectors = (struct capture_dissector_table*)g_hash_table_lookup( capture_dissector_tables, n… in try_capture_dissector()
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dcapture_dissectors.c43 static GHashTable *capture_dissector_tables = NULL; variable
57capture_dissector_tables = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, destroy_capture_di… in capture_dissector_init()
62 g_hash_table_destroy(capture_dissector_tables); in capture_dissector_cleanup()
71 if(g_hash_table_lookup( capture_dissector_tables, name )) { in register_capture_dissector_table()
79 g_hash_table_insert( capture_dissector_tables, (gpointer)name, (gpointer) sub_dissectors ); in register_capture_dissector_table()
126 …sub_dissectors = (struct capture_dissector_table*)g_hash_table_lookup( capture_dissector_tables, n… in capture_dissector_add_uint()
145 …sub_dissectors = (struct capture_dissector_table*)g_hash_table_lookup( capture_dissector_tables, n… in try_capture_dissector()
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dcapture_dissectors.c43 static GHashTable *capture_dissector_tables = NULL; variable
57capture_dissector_tables = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, destroy_capture_di… in capture_dissector_init()
62 g_hash_table_destroy(capture_dissector_tables); in capture_dissector_cleanup()
71 if(g_hash_table_lookup( capture_dissector_tables, name )) { in register_capture_dissector_table()
79 g_hash_table_insert( capture_dissector_tables, (gpointer)name, (gpointer) sub_dissectors ); in register_capture_dissector_table()
126 …sub_dissectors = (struct capture_dissector_table*)g_hash_table_lookup( capture_dissector_tables, n… in capture_dissector_add_uint()
145 …sub_dissectors = (struct capture_dissector_table*)g_hash_table_lookup( capture_dissector_tables, n… in try_capture_dissector()