add parameter dcerpc_info to PIDL_dissect_ipv?address()
[wireshark-wip.git] / ui / gtk / keys.h
blobb5d91d231deaae2a02b51603f690f441e6faa367
1 /* keys.h
2 * Key definitions for various objects
4 * $Id$
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version 2
13 * of the License, or (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25 #ifndef __KEYS_H__
26 #define __KEYS_H__
28 /** @file
29 * Various keys for g_object_set_data().
31 #define E_DFILTER_CM_KEY "display_filter_combo"
33 #define E_DFILTER_TE_KEY "display_filter_entry"
34 #define E_RFILTER_TE_KEY "read_filter_te"
35 #define E_MPACKET_LIST_KEY "menu_packet_list"
36 #define E_MPACKET_LIST_ROW_KEY "menu_packet_list_row"
37 #define E_MPACKET_LIST_COL_KEY "menu_packet_list_col"
38 #define E_MPACKET_LIST_COLUMN_KEY "menu_packet_list_column"
39 #define E_MPACKET_LIST_PREV_COLUMN_KEY "menu_packet_list_prev_column"
40 #define E_MCAPTURE_COLUMNS_COL_KEY "menu_capture_columns_col"
41 #define E_MCAPTURE_COLUMNS_COLUMN_KEY "menu_capture_columns_column"
43 #define PRINT_CMD_LB_KEY "printer_command_label"
44 #define PRINT_CMD_TE_KEY "printer_command_entry"
45 #define PRINT_FILE_BT_KEY "printer_file_button"
46 #define PRINT_FILE_TE_KEY "printer_file_entry"
48 #define PLUGINS_DFILTER_TE "plugins_dfilter_te"
50 #define PM_MENU_LIST_KEY "popup_menu_menu_list"
51 #define PM_PACKET_LIST_COL_KEY "popup_menu_packet_list_column"
52 #define PM_PACKET_LIST_KEY "popup_menu_packet_list"
53 #define PM_TREE_VIEW_KEY "popup_menu_tree_view"
54 #define PM_BYTES_VIEW_KEY "popup_menu_bytes_view"
55 #define PM_STATUSBAR_PROFILES_KEY "popup_menu_statusbar_profiles"
56 #define PM_COLUMNS_KEY "popup_menu_capture_options"
58 #define E_TB_MAIN_KEY "toolbar_main"
59 #define E_TB_FILTER_KEY "toolbar_filter"
61 #ifdef HAVE_AIRPCAP
62 #define AIRPCAP_TOOLBAR_KEY "airpcap_toolbar_key"
63 #define AIRPCAP_TOOLBAR_INTERFACE_KEY "airpcap_toolbar_if_key"
64 #define AIRPCAP_TOOLBAR_LINK_TYPE_KEY "airpcap_toolbar_lt_key"
65 #define AIRPCAP_TOOLBAR_CHANNEL_KEY "airpcap_toolbar_ch_key"
66 #define AIRPCAP_TOOLBAR_CHANNEL_LABEL_KEY "airpcap_toolbar_ch_lb_key"
67 #define AIRPCAP_TOOLBAR_CHANNEL_OFFSET_KEY "airpcap_toolbar_ch_offset_key"
68 #define AIRPCAP_TOOLBAR_CHANNEL_OFFSET_LABEL_KEY "airpcap_toolbar_ch_offset_lb_key"
69 #define AIRPCAP_TOOLBAR_FCS_CHECK_KEY "airpcap_toolbar_fcs_check_key"
70 #define AIRPCAP_TOOLBAR_FCS_FILTER_LABEL_KEY "airpcap_toolbar_fcs_filter_lb_key"
71 #define AIRPCAP_TOOLBAR_FCS_FILTER_KEY "airpcap_toolbar_fcs_filter_key"
72 #define AIRPCAP_TOOLBAR_ADVANCED_KEY "airpcap_toolbar_advanced_key"
73 #define AIRPCAP_TOOLBAR_KEY_MANAGEMENT_KEY "airpcap_toolbar_key_management_key"
74 #define AIRPCAP_TOOLBAR_DECRYPTION_KEY "airpcap_toolbar_decryption_key"
75 #define AIRPCAP_TOOLBAR_DECRYPTION_LABEL_KEY "airpcap_toolbar_decryption_lb_key"
77 #define AIRPCAP_ADVANCED_KEY "airpcap_advanced_key"
78 #define AIRPCAP_ADVANCED_INTERFACE_KEY "airpcap_advanced_if_key"
79 #define AIRPCAP_ADVANCED_LINK_TYPE_KEY "airpcap_advanced_lt_key"
80 #define AIRPCAP_ADVANCED_CHANNEL_KEY "airpcap_advanced_ch_key"
81 #define AIRPCAP_ADVANCED_CHANNEL_OFFSET_KEY "airpcap_advanced_ch_offset_key"
82 #define AIRPCAP_ADVANCED_FCS_CHECK_KEY "airpcap_advanced_fcs_check_key"
83 #define AIRPCAP_ADVANCED_FCS_FILTER_KEY "airpcap_advanced_fcs_filter_key"
84 #define AIRPCAP_ADVANCED_BLINK_KEY "airpcap_advanced_blink_key"
85 #define AIRPCAP_ADVANCED_ADD_KEY_TEXT_KEY "airpcap_advanced_add_key_text_key"
86 #define AIRPCAP_ADVANCED_ADD_KEY_OK_KEY "airpcap_advanced_add_key_ok_key"
87 #define AIRPCAP_ADVANCED_ADD_KEY_LIST_KEY "airpcap_advanced_add_key_list_key"
88 #define AIRPCAP_ADVANCED_ADD_KEY_TYPE_KEY "airpcap_advanced_add_key_type_key"
89 #define AIRPCAP_ADVANCED_ADD_KEY_KEY_KEY "airpcap_advanced_add_key_key_key"
90 #define AIRPCAP_ADVANCED_ADD_KEY_SSID_KEY "airpcap_advanced_add_key_ssid_key"
91 #define AIRPCAP_ADVANCED_ADD_KEY_KEY_LABEL_KEY "airpcap_advanced_add_key_key_label_key"
92 #define AIRPCAP_ADVANCED_ADD_KEY_SSID_LABEL_KEY "airpcap_advanced_add_key_ssid_label_key"
93 #define AIRPCAP_ADVANCED_EDIT_KEY_SELECTED_KEY "airpcap_advanced_edit_key_selected_key"
94 #define AIRPCAP_ADVANCED_EDIT_KEY_OK_KEY "airpcap_advanced_edit_key_ok_key"
95 #define AIRPCAP_ADVANCED_EDIT_KEY_LIST_KEY "airpcap_advanced_edit_key_list_key"
96 #define AIRPCAP_ADVANCED_EDIT_KEY_TYPE_KEY "airpcap_advanced_edit_key_type_key"
97 #define AIRPCAP_ADVANCED_EDIT_KEY_KEY_KEY "airpcap_advanced_edit_key_key_key"
98 #define AIRPCAP_ADVANCED_EDIT_KEY_SSID_KEY "airpcap_advanced_edit_key_ssid_key"
99 #define AIRPCAP_ADVANCED_EDIT_KEY_KEY_LABEL_KEY "airpcap_advanced_edit_key_key_label_key"
100 #define AIRPCAP_ADVANCED_EDIT_KEY_SSID_LABEL_KEY "airpcap_advanced_edit_key_ssid_label_key"
101 #define AIRPCAP_ADVANCED_DECRYPTION_MODE_KEY "airpcap_advanced_decryption_mode_key"
102 #define AIRPCAP_ADVANCED_WPA_DECRYPTION_KEY "airpcap_advanced_wpa_decryption_key"
103 #define AIRPCAP_ADVANCED_NOTEBOOK_KEY "airpcap_advanced_notebook_key"
104 #define AIRPCAP_ADVANCED_CANCEL_KEY "airpcap_advanced_cancel_key"
105 #define AIRPCAP_ADVANCED_OK_KEY "airpcap_advanced_ok_key"
106 #define AIRPCAP_ADVANCED_KEYLIST_KEY "airpcap_advanced_keylist_key"
107 #define AIRPCAP_CHECK_WINDOW_RADIO_KEEP_KEY "airpcap_check_window_radio_keep_key"
108 #define AIRPCAP_CHECK_WINDOW_RADIO_MERGE_KEY "airpcap_check_window_radio_merge_key"
109 #define AIRPCAP_CHECK_WINDOW_RADIO_IMPORT_KEY "airpcap_check_window_radio_import_key"
110 #define AIRPCAP_CHECK_WINDOW_RADIO_IGNORE_KEY "airpcap_check_window_radio_ignore_key"
111 #define AIRPCAP_CHECK_WINDOW_RADIO_GROUP_KEY "airpcap_check_window_radio_group_key"
113 #define AIRPCAP_CHECK_WINDOW_KEY "airpcap_check_window_key"
115 #define AIRPCAP_ADVANCED_EDIT_KEY_SELECTION_KEY "airpcap_advanced_edit_key_selection_key"
117 #define AIRPCAP_ADVANCED_FROM_KEY "airpcap_advanced_from_key"
119 #define AIRPCAP_KEY_MGMT_NEW_KEY "airpcap_key_mgmt_new_key"
120 #define AIRPCAP_KEY_MGMT_EDIT_KEY "airpcap_key_mgmt_edit_key"
121 #define AIRPCAP_KEY_MGMT_DELETE_KEY "airpcap_key_mgmt_delete_key"
122 #define AIRPCAP_KEY_MGMT_UP_KEY "airpcap_key_mgmt_up_key"
123 #define AIRPCAP_KEY_MGMT_DOWN_KEY "airpcap_key_mgmt_down_key"
124 #endif /* HAVE_AIRPCAP */
126 #endif /* __KEYS_H__ */