Move the code to get version information for libraries used by
[obnox/wireshark/wip.git] / gtk / main.c
1 /* main.c
2  *
3  * $Id$
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * Richard Sharpe, 13-Feb-1999, added support for initializing structures
10  *                              needed by dissect routines
11  * Jeff Foster,    2001/03/12,  added support tabbed hex display windowss
12  *
13  *
14  * This program is free software; you can redistribute it and/or
15  * modify it under the terms of the GNU General Public License
16  * as published by the Free Software Foundation; either version 2
17  * of the License, or (at your option) any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  * GNU General Public License for more details.
23  *
24  * You should have received a copy of the GNU General Public License
25  * along with this program; if not, write to the Free Software
26  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
27  */
28
29 #ifdef HAVE_CONFIG_H
30 # include "config.h"
31 #endif
32
33 #include <gtk/gtk.h>
34 #include <gdk/gdkkeysyms.h>
35
36 #include <stdio.h>
37 #include <string.h>
38 #include <ctype.h>
39
40 #ifdef HAVE_UNISTD_H
41 #include <unistd.h>
42 #endif
43
44 #ifdef NEED_STRERROR_H
45 #include "wsutil/strerror.h"
46 #endif
47
48 #ifdef HAVE_GETOPT_H
49 #include <getopt.h>
50 #else
51 #include "wsutil/wsgetopt.h"
52 #endif
53
54 #ifdef _WIN32 /* Needed for console I/O */
55 #include <fcntl.h>
56 #include <conio.h>
57 #endif
58
59 #ifdef HAVE_LIBPORTAUDIO
60 #include <portaudio.h>
61 #endif /* HAVE_LIBPORTAUDIO */
62
63 #include <epan/epan.h>
64 #include <epan/filesystem.h>
65 #include <wsutil/privileges.h>
66 #include <epan/epan_dissect.h>
67 #include <epan/timestamp.h>
68 #include <epan/packet.h>
69 #include <epan/plugins.h>
70 #include <epan/dfilter/dfilter.h>
71 #include <epan/strutil.h>
72 #include <epan/addr_resolv.h>
73 #include <epan/emem.h>
74 #include <epan/ex-opt.h>
75 #include <epan/funnel.h>
76 #include <epan/expert.h>
77 #include <epan/frequency-utils.h>
78 #include <epan/prefs.h>
79 #include <epan/prefs-int.h>
80 #include <epan/tap.h>
81 #include <epan/stat_cmd_args.h>
82 #include <epan/uat.h>
83 #include <epan/emem.h>
84 #include <epan/column.h>
85
86 /* general (not GTK specific) */
87 #include "../file.h"
88 #include "../summary.h"
89 #include "../filters.h"
90 #include "../disabled_protos.h"
91 #include "../color.h"
92 #include "../color_filters.h"
93 #include "../print.h"
94 #include "../simple_dialog.h"
95 #include "../register.h"
96 #include "../ringbuffer.h"
97 #include "../ui_util.h"
98 #include "../util.h"
99 #include "../clopts_common.h"
100 #include "../console_io.h"
101 #include "../cmdarg_err.h"
102 #include "../version_info.h"
103 #include "../merge.h"
104 #include "../alert_box.h"
105 #include "../log.h"
106 #include <wsutil/file_util.h>
107
108 #ifdef HAVE_LIBPCAP
109 #include "../capture_ui_utils.h"
110 #include "../capture-pcap-util.h"
111 #include "../capture_ifinfo.h"
112 #include "../capture.h"
113 #include "../capture_sync.h"
114 #endif
115
116 #ifdef _WIN32
117 #include "../capture-wpcap.h"
118 #include "../capture_wpcap_packet.h"
119 #include <tchar.h> /* Needed for Unicode */
120 #include <commctrl.h>
121 #endif /* _WIN32 */
122
123 /* GTK related */
124 #include "gtk/file_dlg.h"
125 #include "gtk/gtkglobals.h"
126 #include "gtk/color_utils.h"
127 #include "gtk/gui_utils.h"
128 #include "gtk/color_dlg.h"
129 #include "gtk/filter_dlg.h"
130 #include "gtk/uat_gui.h"
131 #include "gtk/u3.h"
132 #include "gtk/main.h"
133 #include "gtk/main_airpcap_toolbar.h"
134 #include "gtk/main_filter_toolbar.h"
135 #include "gtk/menus.h"
136 #include "gtk/main_packet_list.h"
137 #include "gtk/main_statusbar.h"
138 #include "gtk/main_statusbar_private.h"
139 #include "gtk/main_toolbar.h"
140 #include "gtk/main_welcome.h"
141 #include "gtk/drag_and_drop.h"
142 #include "gtk/capture_file_dlg.h"
143 #include "gtk/main_proto_draw.h"
144 #include "gtk/keys.h"
145 #include "gtk/packet_win.h"
146 #include "gtk/stock_icons.h"
147 #include "gtk/find_dlg.h"
148 #include "gtk/recent.h"
149 #include "gtk/follow_tcp.h"
150 #include "gtk/font_utils.h"
151 #include "gtk/about_dlg.h"
152 #include "gtk/help_dlg.h"
153 #include "gtk/decode_as_dlg.h"
154 #include "gtk/webbrowser.h"
155 #include "gtk/capture_dlg.h"
156 #include "gtk/capture_if_dlg.h"
157 #include "gtk/tap_dfilter_dlg.h"
158 #include "gtk/prefs_column.h"
159 #include "gtk/prefs_dlg.h"
160 #include "gtk/proto_help.h"
161
162 #ifdef HAVE_LIBPCAP
163 #include "../image/wsicon16.xpm"
164 #include "../image/wsicon32.xpm"
165 #include "../image/wsicon48.xpm"
166 #include "../image/wsicon64.xpm"
167 #include "../image/wsiconcap16.xpm"
168 #include "../image/wsiconcap32.xpm"
169 #include "../image/wsiconcap48.xpm"
170 #endif
171
172 #ifdef HAVE_AIRPCAP
173 #include <airpcap.h>
174 #include "airpcap_loader.h"
175 #include "airpcap_dlg.h"
176 #include "airpcap_gui_utils.h"
177 #endif
178
179 #ifdef  HAVE_AIRPDCAP
180 #include <epan/crypt/airpdcap_ws.h>
181 #endif
182
183 #ifdef NEW_PACKET_LIST
184 #include "gtk/new_packet_list.h"
185 #endif
186
187 #ifdef HAVE_GTKOSXAPPLICATION
188 #include <igemacintegration/gtkosxapplication.h>
189 #endif
190
191 /*
192  * Files under personal and global preferences directories in which
193  * GTK settings for Wireshark are stored.
194  */
195 #define RC_FILE "gtkrc"
196
197 capture_file cfile;
198
199 /* "exported" main widgets */
200 GtkWidget   *top_level = NULL, *pkt_scrollw, *tree_view_gbl, *byte_nb_ptr_gbl;
201
202 /* placement widgets (can be a bit confusing, because of the many layout possibilities */
203 static GtkWidget   *main_vbox, *main_pane_v1, *main_pane_v2, *main_pane_h1, *main_pane_h2;
204 static GtkWidget   *main_first_pane, *main_second_pane;
205
206 /* internally used widgets */
207 static GtkWidget   *menubar, *main_tb, *filter_tb, *tv_scrollw, *statusbar, *welcome_pane;
208
209 #ifdef HAVE_AIRPCAP
210 GtkWidget *airpcap_tb;
211 int    airpcap_dll_ret_val = -1;
212 #endif
213
214 GString *comp_info_str, *runtime_info_str;
215 gboolean have_capture_file = FALSE; /* XXX - is there an equivalent in cfile? */
216
217 guint  tap_update_timer_id;
218
219 #ifdef _WIN32
220 static gboolean has_console;    /* TRUE if app has console */
221 static void destroy_console(void);
222 static gboolean stdin_capture = FALSE; /* Don't grab stdin & stdout if TRUE */
223 #endif
224 static void console_log_handler(const char *log_domain,
225     GLogLevelFlags log_level, const char *message, gpointer user_data);
226
227 #ifdef HAVE_LIBPCAP
228 capture_options global_capture_opts;
229 #endif
230
231
232 static void create_main_window(gint, gint, gint, e_prefs*);
233 static void show_main_window(gboolean);
234 static void file_quit_answered_cb(gpointer dialog, gint btn, gpointer data);
235 static void main_save_window_geometry(GtkWidget *widget);
236
237
238 /* Match selected byte pattern */
239 static void
240 match_selected_cb_do(gpointer data, int action, gchar *text)
241 {
242     GtkWidget  *filter_te;
243     char       *cur_filter, *new_filter;
244
245     if ((!text) || (0 == strlen(text))) {
246         simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "Could not acquire information to build a filter!\nTry expanding or choosing another item.");
247         return;
248     }
249
250     g_assert(data);
251     filter_te = g_object_get_data(G_OBJECT(data), E_DFILTER_TE_KEY);
252     g_assert(filter_te);
253
254     cur_filter = gtk_editable_get_chars(GTK_EDITABLE(filter_te), 0, -1);
255
256     switch (action&MATCH_SELECTED_MASK) {
257
258     case MATCH_SELECTED_REPLACE:
259         new_filter = g_strdup(text);
260         break;
261
262     case MATCH_SELECTED_AND:
263         if ((!cur_filter) || (0 == strlen(cur_filter)))
264             new_filter = g_strdup(text);
265         else
266             new_filter = g_strconcat("(", cur_filter, ") && (", text, ")", NULL);
267         break;
268
269     case MATCH_SELECTED_OR:
270         if ((!cur_filter) || (0 == strlen(cur_filter)))
271             new_filter = g_strdup(text);
272         else
273             new_filter = g_strconcat("(", cur_filter, ") || (", text, ")", NULL);
274         break;
275
276     case MATCH_SELECTED_NOT:
277         new_filter = g_strconcat("!(", text, ")", NULL);
278         break;
279
280     case MATCH_SELECTED_AND_NOT:
281         if ((!cur_filter) || (0 == strlen(cur_filter)))
282             new_filter = g_strconcat("!(", text, ")", NULL);
283         else
284             new_filter = g_strconcat("(", cur_filter, ") && !(", text, ")", NULL);
285         break;
286
287     case MATCH_SELECTED_OR_NOT:
288         if ((!cur_filter) || (0 == strlen(cur_filter)))
289             new_filter = g_strconcat("!(", text, ")", NULL);
290         else
291             new_filter = g_strconcat("(", cur_filter, ") || !(", text, ")", NULL);
292         break;
293
294     default:
295         g_assert_not_reached();
296         new_filter = NULL;
297         break;
298     }
299
300     /* Free up the copy we got of the old filter text. */
301     g_free(cur_filter);
302
303     /* Don't change the current display filter if we only want to copy the filter */
304     if (action&MATCH_SELECTED_COPY_ONLY) {
305         GString *gtk_text_str = g_string_new("");
306         g_string_append(gtk_text_str, new_filter);
307         copy_to_clipboard(gtk_text_str);
308         g_string_free(gtk_text_str, TRUE);
309     } else {
310         /* create a new one and set the display filter entry accordingly */
311         gtk_entry_set_text(GTK_ENTRY(filter_te), new_filter);
312
313         /* Run the display filter so it goes in effect. */
314         if (action&MATCH_SELECTED_APPLY_NOW)
315             main_filter_packets(&cfile, new_filter, FALSE);
316     }
317
318     /* Free up the new filter text. */
319     g_free(new_filter);
320 }
321
322 void
323 match_selected_ptree_cb(GtkWidget *w, gpointer data, MATCH_SELECTED_E action)
324 {
325     char *filter = NULL;
326
327     if (cfile.finfo_selected) {
328         filter = proto_construct_match_selected_string(cfile.finfo_selected,
329                                                        cfile.edt);
330         match_selected_cb_do((data ? data : w), action, filter);
331     }
332 }
333
334 void
335 colorize_selected_ptree_cb(GtkWidget *w _U_, gpointer data _U_, guint8 filt_nr)
336 {
337     char *filter = NULL;
338
339     if (cfile.finfo_selected) {
340         filter = proto_construct_match_selected_string(cfile.finfo_selected,
341                                                        cfile.edt);
342         if ((!filter) || (0 == strlen(filter))) {
343             simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK,
344                 "Could not acquire information to build a filter!\n"
345                 "Try expanding or choosing another item.");
346             return;
347         }
348
349         if (filt_nr==0) {
350             color_display_with_filter(filter);
351         } else {
352             if (filt_nr==255) {
353                 color_filters_reset_tmp();
354             } else {
355                 color_filters_set_tmp(filt_nr,filter, FALSE);
356             }
357             cf_colorize_packets(&cfile);
358         }
359     }
360 }
361
362
363 static void selected_ptree_info_answered_cb(gpointer dialog _U_, gint btn, gpointer data)
364 {
365     gchar *selected_proto_url;
366     gchar *proto_abbrev = data;
367
368
369     switch(btn) {
370     case(ESD_BTN_OK):
371         if (cfile.finfo_selected) {
372             /* open wiki page using the protocol abbreviation */
373             selected_proto_url = g_strdup_printf("http://wiki.wireshark.org/Protocols/%s", proto_abbrev);
374             browser_open_url(selected_proto_url);
375             g_free(selected_proto_url);
376         }
377         break;
378     case(ESD_BTN_CANCEL):
379         break;
380     default:
381         g_assert_not_reached();
382     }
383 }
384
385
386 void
387 selected_ptree_info_cb(GtkWidget *widget _U_, gpointer data _U_)
388 {
389     int field_id;
390     const gchar *proto_abbrev;
391     gpointer  dialog;
392
393
394     if (cfile.finfo_selected) {
395         /* convert selected field to protocol abbreviation */
396         /* XXX - could this conversion be simplified? */
397         field_id = cfile.finfo_selected->hfinfo->id;
398         /* if the selected field isn't a protocol, get it's parent */
399         if(!proto_registrar_is_protocol(field_id)) {
400             field_id = proto_registrar_get_parent(cfile.finfo_selected->hfinfo->id);
401         }
402
403         proto_abbrev = proto_registrar_get_abbrev(field_id);
404
405         if (!proto_is_private(field_id)) {
406             /* ask the user if the wiki page really should be opened */
407             dialog = simple_dialog(ESD_TYPE_CONFIRMATION, ESD_BTNS_OK_CANCEL,
408                     "%sOpen Wireshark Wiki page of protocol \"%s\"?%s\n"
409                     "\n"
410                     "This will open the \"%s\" related Wireshark Wiki page in your Web browser.\n"
411                     "\n"
412                     "The Wireshark Wiki is a collaborative approach to provide information "
413                     "about Wireshark in several ways (not limited to protocol specifics).\n"
414                     "\n"
415                     "This Wiki is new, so the page of the selected protocol "
416                     "may not exist and/or may not contain valuable information.\n"
417                     "\n"
418                     "As everyone can edit the Wiki and add new content (or extend existing), "
419                     "you are encouraged to add information if you can.\n"
420                     "\n"
421                     "Hint 1: If you are new to wiki editing, try out editing the Sandbox first!\n"
422                     "\n"
423                     "Hint 2: If you want to add a new protocol page, you should use the ProtocolTemplate, "
424                     "which will save you a lot of editing and will give a consistent look over the pages.",
425                     simple_dialog_primary_start(), proto_abbrev, simple_dialog_primary_end(), proto_abbrev);
426             simple_dialog_set_cb(dialog, selected_ptree_info_answered_cb, (gpointer)proto_abbrev);
427         } else {
428             /* appologize to the user that the wiki page cannot be opened */
429             simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
430                     "%sCan't open Wireshark Wiki page of protocol \"%s\"%s\n"
431                     "\n"
432                     "This would open the \"%s\" related Wireshark Wiki page in your Web browser.\n"
433                     "\n"
434                     "Since this is a private protocol, such information is not available in "
435                     "a public wiki. Therefore this wiki entry is blocked.\n"
436                     "\n"
437                     "Sorry for the inconvenience.\n",
438                     simple_dialog_primary_start(), proto_abbrev, simple_dialog_primary_end(), proto_abbrev);
439         }
440     }
441 }
442
443 static void selected_ptree_ref_answered_cb(gpointer dialog _U_, gint btn, gpointer data)
444 {
445     gchar *selected_proto_url;
446     gchar *proto_abbrev = data;
447
448     switch(btn) {
449     case(ESD_BTN_OK):
450         if (cfile.finfo_selected) {
451             /* open reference page using the protocol abbreviation */
452             selected_proto_url = g_strdup_printf("http://www.wireshark.org/docs/dfref/%c/%s", proto_abbrev[0], proto_abbrev);
453             browser_open_url(selected_proto_url);
454             g_free(selected_proto_url);
455         }
456         break;
457     case(ESD_BTN_CANCEL):
458         break;
459     default:
460         g_assert_not_reached();
461     }
462 }
463
464 void
465 selected_ptree_ref_cb(GtkWidget *widget _U_, gpointer data _U_)
466 {
467     int field_id;
468     const gchar *proto_abbrev;
469     gpointer  dialog;
470
471
472     if (cfile.finfo_selected) {
473         /* convert selected field to protocol abbreviation */
474         /* XXX - could this conversion be simplified? */
475         field_id = cfile.finfo_selected->hfinfo->id;
476         /* if the selected field isn't a protocol, get it's parent */
477         if(!proto_registrar_is_protocol(field_id)) {
478             field_id = proto_registrar_get_parent(cfile.finfo_selected->hfinfo->id);
479         }
480
481         proto_abbrev = proto_registrar_get_abbrev(field_id);
482
483         if (!proto_is_private(field_id)) {
484             /* ask the user if the wiki page really should be opened */
485             dialog = simple_dialog(ESD_TYPE_CONFIRMATION, ESD_BTNS_OK_CANCEL,
486                     "%sOpen Wireshark filter reference page of protocol \"%s\"?%s\n"
487                     "\n"
488                     "This will open the \"%s\" related Wireshark filter reference page in your Web browser.\n"
489                     "\n",
490                     simple_dialog_primary_start(), proto_abbrev, simple_dialog_primary_end(), proto_abbrev);
491             simple_dialog_set_cb(dialog, selected_ptree_ref_answered_cb, (gpointer)proto_abbrev);
492         } else {
493             /* appologize to the user that the wiki page cannot be opened */
494             simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
495                     "%sCan't open Wireshark filter reference page of protocol \"%s\"%s\n"
496                     "\n"
497                     "This would open the \"%s\" related Wireshark filter reference page in your Web browser.\n"
498                     "\n"
499                     "Since this is a private protocol, such information is not available on "
500                     "a public website. Therefore this filter entry is blocked.\n"
501                     "\n"
502                     "Sorry for the inconvenience.\n",
503                     simple_dialog_primary_start(), proto_abbrev, simple_dialog_primary_end(), proto_abbrev);
504         }
505     }
506 }
507
508 static gboolean
509 is_address_column (gint column)
510 {
511   if (((cfile.cinfo.col_fmt[column] == COL_DEF_SRC) ||
512        (cfile.cinfo.col_fmt[column] == COL_RES_SRC) ||
513        (cfile.cinfo.col_fmt[column] == COL_DEF_DST) ||
514        (cfile.cinfo.col_fmt[column] == COL_RES_DST)) &&
515       strlen(cfile.cinfo.col_expr.col_expr_val[column]))
516   {
517     return TRUE;
518   }
519
520   return FALSE;
521 }
522
523 GList *
524 get_ip_address_list_from_packet_list_row(gpointer data)
525 {
526     gint    row = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(data), E_MPACKET_LIST_ROW_KEY));
527 #ifdef NEW_PACKET_LIST
528     gint    column = new_packet_list_get_column_id (GPOINTER_TO_INT(g_object_get_data(G_OBJECT(data), E_MPACKET_LIST_COL_KEY)));
529 #else
530     gint    column = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(data), E_MPACKET_LIST_COL_KEY));
531 #endif
532     gint    col;
533     frame_data *fdata;
534     GList      *addr_list = NULL;
535     int         err;
536     gchar       *err_info;
537
538 #ifdef NEW_PACKET_LIST
539     fdata = (frame_data *) new_packet_list_get_row_data(row);
540 #else
541     fdata = (frame_data *) packet_list_get_row_data(row);
542 #endif
543
544     if (fdata != NULL) {
545         epan_dissect_t edt;
546
547         if (!cf_read_frame (&cfile, fdata, &err, &err_info))
548         {
549             simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK,
550                       cf_read_error_message(err, err_info), cfile.filename);
551             return NULL;
552         }
553
554         epan_dissect_init(&edt, FALSE, FALSE);
555         col_custom_prime_edt(&edt, &cfile.cinfo);
556
557         epan_dissect_run(&edt, &cfile.pseudo_header, cfile.pd, fdata, &cfile.cinfo);
558         epan_dissect_fill_in_columns(&edt, TRUE, TRUE);
559
560         /* First check selected column */
561         if (is_address_column (column)) {
562           addr_list = g_list_append (addr_list, se_strdup_printf("%s", cfile.cinfo.col_expr.col_expr_val[column]));
563         }
564
565         for (col = 0; col < cfile.cinfo.num_cols; col++) {
566           /* Then check all columns except the selected */
567           if ((col != column) && (is_address_column (col))) {
568             addr_list = g_list_append (addr_list, se_strdup_printf("%s", cfile.cinfo.col_expr.col_expr_val[col]));
569           }
570         }
571
572         epan_dissect_cleanup(&edt);
573     }
574
575     return addr_list;
576 }
577
578 static gchar *
579 get_filter_from_packet_list_row_and_column(gpointer data)
580 {
581     gint    row = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(data), E_MPACKET_LIST_ROW_KEY));
582 #ifdef NEW_PACKET_LIST
583     gint    column = new_packet_list_get_column_id (GPOINTER_TO_INT(g_object_get_data(G_OBJECT(data), E_MPACKET_LIST_COL_KEY)));
584 #else
585     gint    column = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(data), E_MPACKET_LIST_COL_KEY));
586 #endif
587     frame_data *fdata;
588     gchar      *buf=NULL;
589     int         err;
590     gchar       *err_info;
591
592 #ifdef NEW_PACKET_LIST
593     fdata = (frame_data *) new_packet_list_get_row_data(row);
594 #else
595     fdata = (frame_data *) packet_list_get_row_data(row);
596 #endif
597
598     if (fdata != NULL) {
599         epan_dissect_t edt;
600
601         if (!cf_read_frame(&cfile, fdata, &err, &err_info)) {
602             simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK,
603                       cf_read_error_message(err, err_info), cfile.filename);
604             return NULL;
605         }
606         /* proto tree, visible. We need a proto tree if there's custom columns */
607         epan_dissect_init(&edt, have_custom_cols(&cfile.cinfo), FALSE);
608         col_custom_prime_edt(&edt, &cfile.cinfo);
609
610         epan_dissect_run(&edt, &cfile.pseudo_header, cfile.pd, fdata,
611                  &cfile.cinfo);
612         epan_dissect_fill_in_columns(&edt, TRUE, TRUE);
613
614         if (strlen(cfile.cinfo.col_expr.col_expr[column]) != 0 &&
615             strlen(cfile.cinfo.col_expr.col_expr_val[column]) != 0) {
616             /* leak a little but safer than ep_ here */
617             if (cfile.cinfo.col_fmt[column] == COL_CUSTOM) {
618                 header_field_info *hfi = proto_registrar_get_byname(cfile.cinfo.col_custom_field[column]);
619                 if (hfi->parent == -1) {
620                     /* Protocol only */
621                     buf = se_strdup(cfile.cinfo.col_expr.col_expr[column]);
622                 } else if (hfi->type == FT_STRING) {
623                     /* Custom string, add quotes */
624                     buf = se_strdup_printf("%s == \"%s\"", cfile.cinfo.col_expr.col_expr[column],
625                                            cfile.cinfo.col_expr.col_expr_val[column]);
626                 }
627             }
628             if (buf == NULL) {
629                 buf = se_strdup_printf("%s == %s", cfile.cinfo.col_expr.col_expr[column],
630                                        cfile.cinfo.col_expr.col_expr_val[column]);
631             }
632         }
633
634         epan_dissect_cleanup(&edt);
635     }
636
637     return buf;
638 }
639
640 void
641 match_selected_plist_cb(GtkWidget *w _U_, gpointer data, MATCH_SELECTED_E action)
642 {
643     match_selected_cb_do(data,
644         action,
645         get_filter_from_packet_list_row_and_column(data));
646 }
647
648 /* This function allows users to right click in the details window and copy the text
649  * information to the operating systems clipboard.
650  *
651  * We first check to see if a string representation is setup in the tree and then
652  * read the string. If not available then we try to grab the value. If all else
653  * fails we display a message to the user to indicate the copy could not be completed.
654  */
655 void
656 copy_selected_plist_cb(GtkWidget *w _U_, gpointer data _U_, COPY_SELECTED_E action)
657 {
658     GString *gtk_text_str = g_string_new("");
659     char labelstring[256];
660     char *stringpointer = labelstring;
661
662     switch(action)
663     {
664     case COPY_SELECTED_DESCRIPTION:
665         if (cfile.finfo_selected->rep->representation != 0) {
666             g_string_append(gtk_text_str, cfile.finfo_selected->rep->representation);
667         }
668         break;
669     case COPY_SELECTED_FIELDNAME:
670         if (cfile.finfo_selected->hfinfo->abbrev != 0) {
671             g_string_append(gtk_text_str, cfile.finfo_selected->hfinfo->abbrev);
672         }
673         break;
674     case COPY_SELECTED_VALUE:
675         if (cfile.edt !=0 ) {
676             g_string_append(gtk_text_str,
677                     get_node_field_value(cfile.finfo_selected, cfile.edt));
678         }
679         break;
680     default:
681         break;
682     }
683
684     if (gtk_text_str->len == 0) {
685         /* If no representation then... Try to read the value */
686         proto_item_fill_label(cfile.finfo_selected, stringpointer);
687         g_string_append(gtk_text_str, stringpointer);
688     }
689
690     if (gtk_text_str->len == 0) {
691         /* Could not get item so display error msg */
692         simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "Could not acquire information to copy, try expanding or choosing another item");
693     } else {
694         /* Copy string to clipboard */
695         copy_to_clipboard(gtk_text_str);
696     }
697     g_string_free(gtk_text_str, TRUE);                       /* Free the memory */
698 }
699
700
701 /* mark as reference time frame */
702 static void
703 set_frame_reftime(gboolean set, frame_data *frame, gint row) {
704   if (row == -1)
705     return;
706   if (set) {
707     frame->flags.ref_time=1;
708   } else {
709     frame->flags.ref_time=0;
710   }
711   cf_reftime_packets(&cfile);
712 #ifdef NEW_PACKET_LIST
713   if (!frame->flags.ref_time && !frame->flags.passed_dfilter) {
714     new_packet_list_freeze();
715     cfile.displayed_count--;
716     new_packet_list_recreate_visible_rows();
717     new_packet_list_thaw();
718   }
719   new_packet_list_queue_draw();
720 #endif
721 }
722
723
724 static void reftime_answered_cb(gpointer dialog _U_, gint btn, gpointer data _U_)
725 {
726     switch(btn) {
727     case(ESD_BTN_YES):
728         timestamp_set_type(TS_RELATIVE);
729         recent.gui_time_format  = TS_RELATIVE;
730 #ifdef NEW_PACKET_LIST
731                 cf_timestamp_auto_precision(&cfile);
732                 new_packet_list_queue_draw();
733 #else
734         cf_change_time_formats(&cfile);
735 #endif
736         break;
737     case(ESD_BTN_NO):
738         break;
739     default:
740         g_assert_not_reached();
741     }
742
743     if (cfile.current_frame) {
744       set_frame_reftime(!cfile.current_frame->flags.ref_time,
745                         cfile.current_frame, cfile.current_row);
746     }
747 }
748
749
750 void
751 reftime_frame_cb(GtkWidget *w _U_, gpointer data _U_, REFTIME_ACTION_E action)
752 {
753   static GtkWidget *reftime_dialog = NULL;
754
755   switch(action){
756   case REFTIME_TOGGLE:
757     if (cfile.current_frame) {
758         if(recent.gui_time_format != TS_RELATIVE && cfile.current_frame->flags.ref_time==0) {
759             reftime_dialog = simple_dialog(ESD_TYPE_CONFIRMATION, ESD_BTNS_YES_NO,
760                 "%sSwitch to the appropriate Time Display Format?%s\n\n"
761                 "Time References don't work well with the currently selected Time Display Format.\n\n"
762                 "Do you want to switch to \"Seconds Since Beginning of Capture\" now?",
763                 simple_dialog_primary_start(), simple_dialog_primary_end());
764             simple_dialog_set_cb(reftime_dialog, reftime_answered_cb, NULL);
765         } else {
766             set_frame_reftime(!cfile.current_frame->flags.ref_time,
767                               cfile.current_frame, cfile.current_row);
768         }
769     }
770     break;
771   case REFTIME_FIND_NEXT:
772     find_previous_next_frame_with_filter("frame.ref_time", FALSE);
773     break;
774   case REFTIME_FIND_PREV:
775     find_previous_next_frame_with_filter("frame.ref_time", TRUE);
776     break;
777   }
778 }
779
780 void
781 find_next_mark_cb(GtkWidget *w _U_, gpointer data _U_, int action _U_)
782 {
783     find_previous_next_frame_with_filter("frame.marked == TRUE", FALSE);
784 }
785
786 void
787 find_prev_mark_cb(GtkWidget *w _U_, gpointer data _U_, int action _U_)
788 {
789     find_previous_next_frame_with_filter("frame.marked == TRUE", TRUE);
790 }
791
792 static void
793 tree_view_selection_changed_cb(GtkTreeSelection *sel, gpointer user_data _U_)
794 {
795     field_info   *finfo;
796     gchar        *help_str = NULL;
797     gchar         len_str[2+10+1+5+1]; /* ", {N} bytes\0",
798                                           N < 4294967296 */
799     gboolean      has_blurb = FALSE;
800     guint         length = 0, byte_len;
801     GtkWidget    *byte_view;
802     const guint8 *byte_data;
803     gint          finfo_length;
804     GtkTreeModel *model;
805     GtkTreeIter   iter;
806
807     /* if nothing is selected */
808     if (!gtk_tree_selection_get_selected(sel, &model, &iter))
809     {
810         /*
811          * Which byte view is displaying the current protocol tree
812          * row's data?
813          */
814         byte_view = get_notebook_bv_ptr(byte_nb_ptr_gbl);
815         if (byte_view == NULL)
816             return;     /* none */
817
818         byte_data = get_byte_view_data_and_length(byte_view, &byte_len);
819         if (byte_data == NULL)
820             return;     /* none */
821
822         cf_unselect_field(&cfile);
823         packet_hex_print(byte_view, byte_data,
824                          cfile.current_frame, NULL, byte_len);
825         proto_help_menu_modify(sel, &cfile);
826         return;
827     }
828     gtk_tree_model_get(model, &iter, 1, &finfo, -1);
829     if (!finfo) return;
830
831     set_notebook_page(byte_nb_ptr_gbl, finfo->ds_tvb);
832
833     byte_view = get_notebook_bv_ptr(byte_nb_ptr_gbl);
834     byte_data = get_byte_view_data_and_length(byte_view, &byte_len);
835     g_assert(byte_data != NULL);
836
837     cfile.finfo_selected = finfo;
838     set_menus_for_selected_tree_row(&cfile);
839
840     if (finfo->hfinfo) {
841         if (finfo->hfinfo->blurb != NULL &&
842             finfo->hfinfo->blurb[0] != '\0') {
843             has_blurb = TRUE;
844             length = (guint) strlen(finfo->hfinfo->blurb);
845         } else {
846             length = (guint) strlen(finfo->hfinfo->name);
847         }
848         finfo_length = finfo->length + finfo->appendix_length;
849
850         if (finfo_length == 0) {
851             len_str[0] = '\0';
852         } else if (finfo_length == 1) {
853             g_strlcpy (len_str, ", 1 byte", sizeof len_str);
854         } else {
855             g_snprintf (len_str, sizeof len_str, ", %d bytes", finfo_length);
856         }
857         statusbar_pop_field_msg();      /* get rid of current help msg */
858         if (length) {
859             help_str = g_strdup_printf(" %s (%s)%s",
860                     (has_blurb) ? finfo->hfinfo->blurb : finfo->hfinfo->name,
861                     finfo->hfinfo->abbrev, len_str);
862             statusbar_push_field_msg(help_str);
863             g_free(help_str);
864         } else {
865             /*
866              * Don't show anything if the field name is zero-length;
867              * the pseudo-field for "proto_tree_add_text()" is such
868              * a field, and we don't want "Text (text)" showing up
869              * on the status line if you've selected such a field.
870              *
871              * XXX - there are zero-length fields for which we *do*
872              * want to show the field name.
873              *
874              * XXX - perhaps the name and abbrev field should be null
875              * pointers rather than null strings for that pseudo-field,
876              * but we'd have to add checks for null pointers in some
877              * places if we did that.
878              *
879              * Or perhaps protocol tree items added with
880              * "proto_tree_add_text()" should have -1 as the field index,
881              * with no pseudo-field being used, but that might also
882              * require special checks for -1 to be added.
883              */
884             statusbar_push_field_msg("");
885         }
886     }
887     packet_hex_print(byte_view, byte_data, cfile.current_frame, finfo,
888                      byte_len);
889     proto_help_menu_modify(sel, &cfile);
890 }
891
892 void collapse_all_cb(GtkWidget *widget _U_, gpointer data _U_) {
893   if (cfile.edt->tree)
894     collapse_all_tree(cfile.edt->tree, tree_view_gbl);
895 }
896
897 void expand_all_cb(GtkWidget *widget _U_, gpointer data _U_) {
898   if (cfile.edt->tree)
899     expand_all_tree(cfile.edt->tree, tree_view_gbl);
900 }
901
902 void apply_as_custom_column_cb (GtkWidget *widget _U_, gpointer data _U_)
903 {
904   if (cfile.finfo_selected) {
905     column_prefs_add_custom(COL_CUSTOM, cfile.finfo_selected->hfinfo->name,
906                             cfile.finfo_selected->hfinfo->abbrev);
907     /* Recreate the packet list according to new preferences */
908 #ifdef NEW_PACKET_LIST
909     new_packet_list_recreate ();
910 #else
911     packet_list_recreate ();
912 #endif
913     if (!prefs.gui_use_pref_save) {
914       prefs_main_write();
915     }
916     cfile.cinfo.columns_changed = FALSE; /* Reset value */
917   }
918 }
919
920 void expand_tree_cb(GtkWidget *widget _U_, gpointer data _U_) {
921   GtkTreePath  *path;
922
923   path = tree_find_by_field_info(GTK_TREE_VIEW(tree_view_gbl), cfile.finfo_selected);
924   if(path) {
925     /* the mouse position is at an entry, expand that one */
926     gtk_tree_view_expand_row(GTK_TREE_VIEW(tree_view_gbl), path, TRUE);
927     gtk_tree_path_free(path);
928   }
929 }
930
931 void resolve_name_cb(GtkWidget *widget _U_, gpointer data _U_) {
932   if (cfile.edt->tree) {
933     guint32 tmp = g_resolv_flags;
934     g_resolv_flags = RESOLV_ALL;
935     proto_tree_draw(cfile.edt->tree, tree_view_gbl);
936     g_resolv_flags = tmp;
937   }
938 }
939
940 static void
941 main_set_for_capture_file(gboolean have_capture_file_in)
942 {
943     have_capture_file = have_capture_file_in;
944
945     main_widgets_show_or_hide();
946 }
947
948 gboolean
949 main_do_quit(void)
950 {
951         /* get the current geometry, before writing it to disk */
952         main_save_window_geometry(top_level);
953
954         /* write user's recent file to disk
955          * It is no problem to write this file, even if we do not quit */
956         write_profile_recent();
957         write_recent();
958
959         /* XXX - should we check whether the capture file is an
960            unsaved temporary file for a live capture and, if so,
961            pop up a "do you want to exit without saving the capture
962            file?" dialog, and then just return, leaving said dialog
963            box to forcibly quit if the user clicks "OK"?
964
965            If so, note that this should be done in a subroutine that
966            returns TRUE if we do so, and FALSE otherwise, and if it
967            returns TRUE we should return TRUE without nuking anything.
968
969            Note that, if we do that, we might also want to check if
970            an "Update list of packets in real time" capture is in
971            progress and, if so, ask whether they want to terminate
972            the capture and discard it, and return TRUE, before nuking
973            any child capture, if they say they don't want to do so. */
974
975 #ifdef HAVE_LIBPCAP
976         /* Nuke any child capture in progress. */
977         capture_kill_child(&global_capture_opts);
978 #endif
979
980         /* Are we in the middle of reading a capture? */
981         if (cfile.state == FILE_READ_IN_PROGRESS) {
982                 /* Yes, so we can't just close the file and quit, as
983                    that may yank the rug out from under the read in
984                    progress; instead, just set the state to
985                    "FILE_READ_ABORTED" and return - the code doing the read
986                    will check for that and, if it sees that, will clean
987                    up and quit. */
988                 cfile.state = FILE_READ_ABORTED;
989
990                 /* Say that the window should *not* be deleted;
991                    that'll be done by the code that cleans up. */
992                 return TRUE;
993         } else {
994                 /* Close any capture file we have open; on some OSes, you
995                    can't unlink a temporary capture file if you have it
996                    open.
997                    "cf_close()" will unlink it after closing it if
998                    it's a temporary file.
999
1000                    We do this here, rather than after the main loop returns,
1001                    as, after the main loop returns, the main window may have
1002                    been destroyed (if this is called due to a "destroy"
1003                    even on the main window rather than due to the user
1004                    selecting a menu item), and there may be a crash
1005                    or other problem when "cf_close()" tries to
1006                    clean up stuff in the main window.
1007
1008                    XXX - is there a better place to put this?
1009                    Or should we have a routine that *just* closes the
1010                    capture file, and doesn't do anything with the UI,
1011                    which we'd call here, and another routine that
1012                    calls that routine and also cleans up the UI, which
1013                    we'd call elsewhere? */
1014                 cf_close(&cfile);
1015
1016                 /* Exit by leaving the main loop, so that any quit functions
1017                    we registered get called. */
1018                 gtk_main_quit();
1019
1020                 /* Say that the window should be deleted. */
1021                 return FALSE;
1022         }
1023 }
1024
1025 static gboolean
1026 main_window_delete_event_cb(GtkWidget *widget _U_, GdkEvent *event _U_, gpointer data _U_)
1027 {
1028   gpointer dialog;
1029
1030   if((cfile.state != FILE_CLOSED) && !cfile.user_saved && prefs.gui_ask_unsaved) {
1031     gtk_window_present(GTK_WINDOW(top_level));
1032     /* user didn't saved his current file, ask him */
1033     dialog = simple_dialog(ESD_TYPE_CONFIRMATION, ESD_BTNS_SAVE_QUIT_DONTSAVE_CANCEL,
1034                 "%sSave capture file before program quit?%s\n\n"
1035                 "If you quit the program without saving, your capture data will be discarded.",
1036                 simple_dialog_primary_start(), simple_dialog_primary_end());
1037     simple_dialog_set_cb(dialog, file_quit_answered_cb, NULL);
1038     return TRUE;
1039   } else {
1040     /* unchanged file, just exit */
1041     /* "main_do_quit()" indicates whether the main window should be deleted. */
1042     return main_do_quit();
1043   }
1044 }
1045
1046
1047 static void
1048 main_pane_load_window_geometry(void)
1049 {
1050     if (recent.has_gui_geometry_main_upper_pane && recent.gui_geometry_main_upper_pane)
1051         gtk_paned_set_position(GTK_PANED(main_first_pane), recent.gui_geometry_main_upper_pane);
1052     if (recent.has_gui_geometry_main_lower_pane && recent.gui_geometry_main_lower_pane) {
1053         gtk_paned_set_position(GTK_PANED(main_second_pane), recent.gui_geometry_main_lower_pane);
1054     }
1055 }
1056
1057
1058 static void
1059 main_load_window_geometry(GtkWidget *widget)
1060 {
1061     window_geometry_t geom;
1062
1063     geom.set_pos        = prefs.gui_geometry_save_position;
1064     geom.x              = recent.gui_geometry_main_x;
1065     geom.y              = recent.gui_geometry_main_y;
1066     geom.set_size       = prefs.gui_geometry_save_size;
1067     if (recent.gui_geometry_main_width > 0 &&
1068         recent.gui_geometry_main_height > 0) {
1069         geom.width          = recent.gui_geometry_main_width;
1070         geom.height         = recent.gui_geometry_main_height;
1071         geom.set_maximized  = prefs.gui_geometry_save_maximized;
1072     } else {
1073         /* We assume this means the width and height weren't set in
1074            the "recent" file (or that there is no "recent" file),
1075            and weren't set to a default value, so we don't set the
1076            size.  (The "recent" file code rejects non-positive width
1077            and height values.) */
1078        geom.set_size = FALSE;
1079     }
1080     geom.maximized      = recent.gui_geometry_main_maximized;
1081
1082     window_set_geometry(widget, &geom);
1083
1084     main_pane_load_window_geometry();
1085     statusbar_load_window_geometry();
1086 }
1087
1088
1089 static void
1090 main_save_window_geometry(GtkWidget *widget)
1091 {
1092     window_geometry_t geom;
1093
1094     window_get_geometry(widget, &geom);
1095
1096     if (prefs.gui_geometry_save_position) {
1097         recent.gui_geometry_main_x = geom.x;
1098         recent.gui_geometry_main_y = geom.y;
1099     }
1100
1101     if (prefs.gui_geometry_save_size) {
1102         recent.gui_geometry_main_width  = geom.width;
1103         recent.gui_geometry_main_height = geom.height;
1104     }
1105
1106     if(prefs.gui_geometry_save_maximized) {
1107         recent.gui_geometry_main_maximized = geom.maximized;
1108     }
1109
1110     recent.gui_geometry_main_upper_pane     = gtk_paned_get_position(GTK_PANED(main_first_pane));
1111     recent.gui_geometry_main_lower_pane     = gtk_paned_get_position(GTK_PANED(main_second_pane));
1112     statusbar_save_window_geometry();
1113 }
1114
1115 static void file_quit_answered_cb(gpointer dialog _U_, gint btn, gpointer data _U_)
1116 {
1117     switch(btn) {
1118     case(ESD_BTN_SAVE):
1119         /* save file first */
1120         file_save_as_cmd(after_save_exit, NULL);
1121         break;
1122     case(ESD_BTN_QUIT_DONT_SAVE):
1123         main_do_quit();
1124         break;
1125     case(ESD_BTN_CANCEL):
1126         break;
1127     default:
1128         g_assert_not_reached();
1129     }
1130 }
1131
1132 void
1133 file_quit_cmd_cb(GtkWidget *widget _U_, gpointer data _U_)
1134 {
1135   gpointer dialog;
1136
1137   if((cfile.state != FILE_CLOSED) && !cfile.user_saved && prefs.gui_ask_unsaved) {
1138     /* user didn't saved his current file, ask him */
1139     dialog = simple_dialog(ESD_TYPE_CONFIRMATION, ESD_BTNS_SAVE_QUIT_DONTSAVE_CANCEL,
1140                 "%sSave capture file before program quit?%s\n\n"
1141                 "If you quit the program without saving, your capture data will be discarded.",
1142                 simple_dialog_primary_start(), simple_dialog_primary_end());
1143     simple_dialog_set_cb(dialog, file_quit_answered_cb, NULL);
1144   } else {
1145     /* unchanged file, just exit */
1146     main_do_quit();
1147   }
1148 }
1149
1150 static void
1151 print_usage(gboolean print_ver) {
1152
1153   FILE *output;
1154
1155 #ifdef _WIN32
1156   create_console();
1157 #endif
1158
1159   if (print_ver) {
1160     output = stdout;
1161     fprintf(output, "Wireshark " VERSION "%s\n"
1162         "Interactively dump and analyze network traffic.\n"
1163         "See http://www.wireshark.org for more information.\n"
1164         "\n"
1165         "%s",
1166         wireshark_svnversion, get_copyright_info());
1167   } else {
1168     output = stderr;
1169   }
1170   fprintf(output, "\n");
1171   fprintf(output, "Usage: wireshark [options] ... [ <infile> ]\n");
1172   fprintf(output, "\n");
1173
1174 #ifdef HAVE_LIBPCAP
1175   fprintf(output, "Capture interface:\n");
1176   fprintf(output, "  -i <interface>           name or idx of interface (def: first non-loopback)\n");
1177   fprintf(output, "  -f <capture filter>      packet filter in libpcap filter syntax\n");
1178   fprintf(output, "  -s <snaplen>             packet snapshot length (def: 65535)\n");
1179   fprintf(output, "  -p                       don't capture in promiscuous mode\n");
1180   fprintf(output, "  -k                       start capturing immediately (def: do nothing)\n");
1181   fprintf(output, "  -Q                       quit Wireshark after capturing\n");
1182   fprintf(output, "  -S                       update packet display when new packets are captured\n");
1183   fprintf(output, "  -l                       turn on automatic scrolling while -S is in use\n");
1184 #if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
1185   fprintf(output, "  -B <buffer size>         size of kernel buffer (def: 1MB)\n");
1186 #endif
1187   fprintf(output, "  -y <link type>           link layer type (def: first appropriate)\n");
1188   fprintf(output, "  -D                       print list of interfaces and exit\n");
1189   fprintf(output, "  -L                       print list of link-layer types of iface and exit\n");
1190   fprintf(output, "\n");
1191   fprintf(output, "Capture stop conditions:\n");
1192   fprintf(output, "  -c <packet count>        stop after n packets (def: infinite)\n");
1193   fprintf(output, "  -a <autostop cond.> ...  duration:NUM - stop after NUM seconds\n");
1194   fprintf(output, "                           filesize:NUM - stop this file after NUM KB\n");
1195   fprintf(output, "                              files:NUM - stop after NUM files\n");
1196   /*fprintf(output, "\n");*/
1197   fprintf(output, "Capture output:\n");
1198   fprintf(output, "  -b <ringbuffer opt.> ... duration:NUM - switch to next file after NUM secs\n");
1199   fprintf(output, "                           filesize:NUM - switch to next file after NUM KB\n");
1200   fprintf(output, "                              files:NUM - ringbuffer: replace after NUM files\n");
1201 #endif  /* HAVE_LIBPCAP */
1202
1203   /*fprintf(output, "\n");*/
1204   fprintf(output, "Input file:\n");
1205   fprintf(output, "  -r <infile>              set the filename to read from (no pipes or stdin!)\n");
1206
1207   fprintf(output, "\n");
1208   fprintf(output, "Processing:\n");
1209   fprintf(output, "  -R <read filter>         packet filter in Wireshark display filter syntax\n");
1210   fprintf(output, "  -n                       disable all name resolutions (def: all enabled)\n");
1211   fprintf(output, "  -N <name resolve flags>  enable specific name resolution(s): \"mntC\"\n");
1212
1213   fprintf(output, "\n");
1214   fprintf(output, "User interface:\n");
1215   fprintf(output, "  -C <config profile>      start with specified configuration profile\n");
1216   fprintf(output, "  -g <packet number>       go to specified packet number after \"-r\"\n");
1217   fprintf(output, "  -J <jump filter>         jump to the first packet matching the (display) filter\n");
1218   fprintf(output, "  -j                       search backwards for a matching packet after \"-J\"\n");
1219   fprintf(output, "  -m <font>                set the font name used for most text\n");
1220   fprintf(output, "  -t ad|a|r|d|dd|e         output format of time stamps (def: r: rel. to first)\n");
1221   fprintf(output, "  -u s|hms                 output format of seconds (def: s: seconds)\n");
1222   fprintf(output, "  -X <key>:<value>         eXtension options, see man page for details\n");
1223   fprintf(output, "  -z <statistics>          show various statistics, see man page for details\n");
1224
1225   fprintf(output, "\n");
1226   fprintf(output, "Output:\n");
1227   fprintf(output, "  -w <outfile|->           set the output filename (or '-' for stdout)\n");
1228
1229   fprintf(output, "\n");
1230   fprintf(output, "Miscellaneous:\n");
1231   fprintf(output, "  -h                       display this help and exit\n");
1232   fprintf(output, "  -v                       display version info and exit\n");
1233   fprintf(output, "  -P <key>:<path>          persconf:path - personal configuration files\n");
1234   fprintf(output, "                           persdata:path - personal data files\n");
1235   fprintf(output, "  -o <name>:<value> ...    override preference or recent setting\n");
1236   fprintf(output, "  -K <keytab>              keytab file to use for kerberos decryption\n");
1237 #ifndef _WIN32
1238   fprintf(output, "  --display=DISPLAY        X display to use\n");
1239 #endif
1240
1241 #ifdef _WIN32
1242   destroy_console();
1243 #endif
1244 }
1245
1246 static void
1247 show_version(void)
1248 {
1249 #ifdef _WIN32
1250   create_console();
1251 #endif
1252
1253   printf(PACKAGE " " VERSION "%s\n"
1254          "\n"
1255          "%s"
1256          "\n"
1257          "%s"
1258          "\n"
1259          "%s",
1260       wireshark_svnversion, get_copyright_info(), comp_info_str->str,
1261       runtime_info_str->str);
1262
1263 #ifdef _WIN32
1264   destroy_console();
1265 #endif
1266 }
1267
1268 /*
1269  * Print to the standard error.  On Windows, create a console for the
1270  * standard error to show up on, if necessary.
1271  * XXX - pop this up in a window of some sort on UNIX+X11 if the controlling
1272  * terminal isn't the standard error?
1273  */
1274 void
1275 vfprintf_stderr(const char *fmt, va_list ap)
1276 {
1277 #ifdef _WIN32
1278   create_console();
1279 #endif
1280   vfprintf(stderr, fmt, ap);
1281 }
1282
1283 void
1284 fprintf_stderr(const char *fmt, ...)
1285 {
1286   va_list ap;
1287
1288   va_start(ap, fmt);
1289   vfprintf_stderr(fmt, ap);
1290   va_end(ap);
1291 }
1292
1293 /*
1294  * Report an error in command-line arguments.
1295  * Creates a console on Windows.
1296  */
1297 void
1298 cmdarg_err(const char *fmt, ...)
1299 {
1300   va_list ap;
1301
1302   fprintf_stderr("wireshark: ");
1303   va_start(ap, fmt);
1304   vfprintf_stderr(fmt, ap);
1305   va_end(ap);
1306   fprintf_stderr("\n");
1307 }
1308
1309 /*
1310  * Report additional information for an error in command-line arguments.
1311  * Creates a console on Windows.
1312  * XXX - pop this up in a window of some sort on UNIX+X11 if the controlling
1313  * terminal isn't the standard error?
1314  */
1315 void
1316 cmdarg_err_cont(const char *fmt, ...)
1317 {
1318   va_list ap;
1319
1320   va_start(ap, fmt);
1321   vfprintf_stderr(fmt, ap);
1322   fprintf_stderr("\n");
1323   va_end(ap);
1324 }
1325
1326 #if defined(_WIN32) || ! defined USE_THREADS
1327 /*
1328    Once every 3 seconds we get a callback here which we use to update
1329    the tap extensions. Since Gtk1 is single threaded we dont have to
1330    worry about any locking or critical regions.
1331  */
1332 static gboolean
1333 tap_update_cb(gpointer data _U_)
1334 {
1335         draw_tap_listeners(FALSE);
1336         return TRUE;
1337 }
1338
1339 /* Restart the tap update display timer with new configured interval */
1340 void reset_tap_update_timer(void)
1341 {
1342     g_source_remove(tap_update_timer_id);
1343     tap_update_timer_id = g_timeout_add(prefs.tap_update_interval, tap_update_cb, NULL);
1344 }
1345
1346 #else
1347
1348 /* if these three functions are copied to gtk1 Wireshark, since gtk1 does not
1349    use threads all update_thread_mutex can be dropped and protect/unprotect
1350    would just be empty functions.
1351
1352    This allows gtk2-rpcstat.c and friends to be copied unmodified to
1353    gtk1-wireshark and it will just work.
1354  */
1355 static GStaticMutex update_thread_mutex = G_STATIC_MUTEX_INIT;
1356 gpointer
1357 update_thread(gpointer data _U_)
1358 {
1359     while(1){
1360         GTimeVal tv1, tv2;
1361         g_get_current_time(&tv1);
1362         g_static_mutex_lock(&update_thread_mutex);
1363         gdk_threads_enter();
1364         draw_tap_listeners(FALSE);
1365         gdk_threads_leave();
1366         g_static_mutex_unlock(&update_thread_mutex);
1367         g_thread_yield();
1368         g_get_current_time(&tv2);
1369
1370         /* Assuming it took less than configured time to update tap listeners... */
1371         if( (tv1.tv_sec * 1000000 + tv1.tv_usec + prefs.tap_update_interval * 1000) >
1372             (tv2.tv_sec * 1000000 + tv2.tv_usec) ){
1373             /* Wait for remainder of configured time */
1374             g_usleep((tv1.tv_sec * 1000000 + tv1.tv_usec + prefs.tap_update_interval * 1000) -
1375                      (tv2.tv_sec * 1000000 + tv2.tv_usec));
1376         }
1377
1378         return NULL;
1379 }
1380 #endif
1381 void
1382 protect_thread_critical_region(void)
1383 {
1384 #if !defined(_WIN32) && defined USE_THREADS
1385     g_static_mutex_lock(&update_thread_mutex);
1386 #endif
1387 }
1388 void
1389 unprotect_thread_critical_region(void)
1390 {
1391 #if !defined(_WIN32) && defined USE_THREADS
1392     g_static_mutex_unlock(&update_thread_mutex);
1393 #endif
1394 }
1395
1396 /*
1397  * Periodically process outstanding hostname lookups. If we have new items,
1398  * redraw the packet list and tree view.
1399  */
1400
1401 static gboolean
1402 resolv_update_cb(gpointer data _U_)
1403 {
1404   /* Anything new show up? */
1405   if (host_name_lookup_process(NULL)) {
1406     if (pkt_scrollw->window)
1407         gdk_window_invalidate_rect(pkt_scrollw->window, NULL, TRUE);
1408     if (tv_scrollw->window)
1409         gdk_window_invalidate_rect(tv_scrollw->window, NULL, TRUE);
1410   }
1411
1412   /* Always check. Even if we don't do async lookups we could still get
1413      passive updates, e.g. from DNS packets. */
1414   return TRUE;
1415 }
1416
1417
1418 /* Set the file name in the name for the main window and in the name for the main window's icon. */
1419 static void
1420 set_display_filename(capture_file *cf)
1421 {
1422   gchar       *win_name;
1423
1424   if (!cf->is_tempfile && cf->filename) {
1425     /* Add this filename to the list of recent files in the "Recent Files" submenu */
1426     add_menu_recent_capture_file(cf->filename);
1427   }
1428
1429   /* window title */
1430   win_name = g_strdup_printf("%s - Wireshark", cf_get_display_name(cf));
1431   set_main_window_name(win_name);
1432   g_free(win_name);
1433 }
1434
1435 GtkWidget           *close_dlg = NULL;
1436
1437 static void
1438 priv_warning_dialog_cb(gpointer dialog, gint btn _U_, gpointer data _U_)
1439 {
1440     recent.privs_warn_if_elevated = !simple_dialog_check_get(dialog);
1441 }
1442
1443 #ifdef _WIN32
1444 static void
1445 npf_warning_dialog_cb(gpointer dialog, gint btn _U_, gpointer data _U_)
1446 {
1447     recent.privs_warn_if_no_npf = !simple_dialog_check_get(dialog);
1448 }
1449 #endif
1450
1451 static void
1452 main_cf_cb_file_closing(capture_file *cf)
1453 {
1454
1455     /* if we have more than 10000 packets, show a splash screen while closing */
1456     /* XXX - don't know a better way to decide whether to show or not,
1457      * as most of the time is spend in a single eth_clist_clear function,
1458      * so we can't use a progress bar here! */
1459     if(cf->count > 10000) {
1460         close_dlg = simple_dialog(ESD_TYPE_STOP, ESD_BTN_NONE,
1461                                   "%sClosing file!%s\n\nPlease wait ...",
1462                                   simple_dialog_primary_start(),
1463                                   simple_dialog_primary_end());
1464         gtk_window_set_position(GTK_WINDOW(close_dlg), GTK_WIN_POS_CENTER_ON_PARENT);
1465     }
1466
1467     /* Destroy all windows, which refer to the
1468        capture file we're closing. */
1469     destroy_packet_wins();
1470     file_save_as_destroy();
1471
1472     /* Restore the standard title bar message. */
1473     set_main_window_name("The Wireshark Network Analyzer");
1474
1475     /* Disable all menu items that make sense only if you have a capture. */
1476     set_menus_for_capture_file(NULL);
1477     set_menus_for_captured_packets(FALSE);
1478     set_menus_for_selected_packet(cf);
1479     set_menus_for_capture_in_progress(FALSE);
1480     set_capture_if_dialog_for_capture_in_progress(FALSE);
1481     set_menus_for_selected_tree_row(cf);
1482
1483     /* Set up main window for no capture file. */
1484     main_set_for_capture_file(FALSE);
1485
1486     main_window_update();
1487 }
1488
1489 static void
1490 main_cf_cb_file_closed(capture_file *cf _U_)
1491 {
1492   if(close_dlg != NULL) {
1493     splash_destroy(close_dlg);
1494     close_dlg = NULL;
1495   }
1496 }
1497
1498
1499 static void
1500 main_cf_cb_file_read_started(capture_file *cf _U_)
1501 {
1502   tap_dfilter_dlg_update();
1503
1504   /* Set up main window for a capture file. */
1505   main_set_for_capture_file(TRUE);
1506 }
1507
1508 static void
1509 main_cf_cb_file_read_finished(capture_file *cf)
1510 {
1511     set_display_filename(cf);
1512
1513     /* Enable menu items that make sense if you have a capture file you've
1514        finished reading. */
1515     set_menus_for_capture_file(cf);
1516
1517     /* Enable menu items that make sense if you have some captured packets. */
1518     set_menus_for_captured_packets(TRUE);
1519 }
1520
1521 #ifdef HAVE_LIBPCAP
1522 static GList *icon_list_create(
1523     const char **icon16_xpm,
1524     const char **icon32_xpm,
1525     const char **icon48_xpm,
1526     const char **icon64_xpm)
1527 {
1528   GList *icon_list = NULL;
1529   GdkPixbuf * pixbuf16;
1530   GdkPixbuf * pixbuf32;
1531   GdkPixbuf * pixbuf48;
1532   GdkPixbuf * pixbuf64;
1533
1534
1535   if(icon16_xpm != NULL) {
1536       pixbuf16 = gdk_pixbuf_new_from_xpm_data(icon16_xpm);
1537       g_assert(pixbuf16);
1538       icon_list = g_list_append(icon_list, pixbuf16);
1539   }
1540
1541   if(icon32_xpm != NULL) {
1542       pixbuf32 = gdk_pixbuf_new_from_xpm_data(icon32_xpm);
1543       g_assert(pixbuf32);
1544       icon_list = g_list_append(icon_list, pixbuf32);
1545   }
1546
1547   if(icon48_xpm != NULL) {
1548       pixbuf48 = gdk_pixbuf_new_from_xpm_data(icon48_xpm);
1549       g_assert(pixbuf48);
1550       icon_list = g_list_append(icon_list, pixbuf48);
1551   }
1552
1553   if(icon64_xpm != NULL) {
1554       pixbuf64 = gdk_pixbuf_new_from_xpm_data(icon64_xpm);
1555       g_assert(pixbuf64);
1556       icon_list = g_list_append(icon_list, pixbuf64);
1557   }
1558
1559   return icon_list;
1560 }
1561
1562 static void
1563 main_capture_set_main_window_title(capture_options *capture_opts)
1564 {
1565     GString *title = g_string_new("");
1566
1567     g_string_append(title, "Capturing ");
1568     if(capture_opts->iface) {
1569         g_string_append_printf(title, "from %s ", cf_get_tempfile_source(capture_opts->cf));
1570     }
1571     g_string_append(title, "- Wireshark");
1572
1573     set_main_window_name(title->str);
1574     g_string_free(title, TRUE);
1575 }
1576
1577 static void
1578 main_capture_cb_capture_prepared(capture_options *capture_opts)
1579 {
1580     static GList *icon_list = NULL;
1581
1582     main_capture_set_main_window_title(capture_opts);
1583
1584     if(icon_list == NULL) {
1585         icon_list = icon_list_create(wsiconcap16_xpm, wsiconcap32_xpm, wsiconcap48_xpm, NULL);
1586     }
1587     gtk_window_set_icon_list(GTK_WINDOW(top_level), icon_list);
1588
1589     /* Disable menu items that make no sense if you're currently running
1590        a capture. */
1591     set_menus_for_capture_in_progress(TRUE);
1592     set_capture_if_dialog_for_capture_in_progress(TRUE);
1593
1594     /* Don't set up main window for a capture file. */
1595     main_set_for_capture_file(FALSE);
1596 }
1597
1598 static void
1599 main_capture_cb_capture_update_started(capture_options *capture_opts)
1600 {
1601     /* We've done this in "prepared" above, but it will be cleared while
1602        switching to the next multiple file. */
1603     main_capture_set_main_window_title(capture_opts);
1604
1605     set_menus_for_capture_in_progress(TRUE);
1606     set_capture_if_dialog_for_capture_in_progress(TRUE);
1607
1608     /* Enable menu items that make sense if you have some captured
1609        packets (yes, I know, we don't have any *yet*). */
1610     set_menus_for_captured_packets(TRUE);
1611
1612     /* Set up main window for a capture file. */
1613     main_set_for_capture_file(TRUE);
1614 }
1615
1616 static void
1617 main_capture_cb_capture_update_finished(capture_options *capture_opts)
1618 {
1619     capture_file *cf = capture_opts->cf;
1620     static GList *icon_list = NULL;
1621
1622     set_display_filename(cf);
1623
1624     /* Enable menu items that make sense if you're not currently running
1625      a capture. */
1626     set_menus_for_capture_in_progress(FALSE);
1627     set_capture_if_dialog_for_capture_in_progress(FALSE);
1628
1629     /* Enable menu items that make sense if you have a capture file
1630        you've finished reading. */
1631     set_menus_for_capture_file(cf);
1632
1633     /* Set up main window for a capture file. */
1634     main_set_for_capture_file(TRUE);
1635
1636     if(icon_list == NULL) {
1637         icon_list = icon_list_create(wsicon16_xpm, wsicon32_xpm, wsicon48_xpm, wsicon64_xpm);
1638     }
1639     gtk_window_set_icon_list(GTK_WINDOW(top_level), icon_list);
1640
1641     if(global_capture_opts.quit_after_cap) {
1642         /* command line asked us to quit after the capture */
1643         /* don't pop up a dialog to ask for unsaved files etc. */
1644         main_do_quit();
1645     }
1646 }
1647
1648 static void
1649 main_capture_cb_capture_fixed_started(capture_options *capture_opts _U_)
1650 {
1651     /* Don't set up main window for a capture file. */
1652     main_set_for_capture_file(FALSE);
1653 }
1654
1655 static void
1656 main_capture_cb_capture_fixed_finished(capture_options *capture_opts _U_)
1657 {
1658 #if 0
1659     capture_file *cf = capture_opts->cf;
1660 #endif
1661     static GList *icon_list = NULL;
1662
1663     /*set_display_filename(cf);*/
1664
1665     /* Enable menu items that make sense if you're not currently running
1666      a capture. */
1667     set_menus_for_capture_in_progress(FALSE);
1668     set_capture_if_dialog_for_capture_in_progress(FALSE);
1669
1670     /* Restore the standard title bar message */
1671     /* (just in case we have trouble opening the capture file). */
1672     set_main_window_name("The Wireshark Network Analyzer");
1673
1674     if(icon_list == NULL) {
1675         icon_list = icon_list_create(wsicon16_xpm, wsicon32_xpm, wsicon48_xpm, wsicon64_xpm);
1676     }
1677     gtk_window_set_icon_list(GTK_WINDOW(top_level), icon_list);
1678
1679     /* We don't have loaded the capture file, this will be done later.
1680      * For now we still have simply a blank screen. */
1681
1682     if(global_capture_opts.quit_after_cap) {
1683         /* command line asked us to quit after the capture */
1684         /* don't pop up a dialog to ask for unsaved files etc. */
1685         main_do_quit();
1686     }
1687 }
1688
1689 #endif  /* HAVE_LIBPCAP */
1690
1691 static void
1692 main_cf_cb_packet_selected(gpointer data)
1693 {
1694     capture_file *cf = data;
1695
1696     /* Display the GUI protocol tree and packet bytes.
1697       XXX - why do we dump core if we call "proto_tree_draw()"
1698       before calling "add_byte_views()"? */
1699     add_main_byte_views(cf->edt);
1700     main_proto_tree_draw(cf->edt->tree);
1701
1702     /* The user is searching for a string in the data or a hex value,
1703      * highlight the field that is found in the tree and hex displays. */
1704     if((cfile.string || cfile.hex) && cfile.search_pos != 0) {
1705         highlight_field(cf->edt->tvb, cfile.search_pos,
1706                         (GtkTreeView *)tree_view_gbl, cf->edt->tree);
1707         cfile.search_pos = 0; /* Reset the position */
1708     }
1709
1710     /* A packet is selected. */
1711     set_menus_for_selected_packet(cf);
1712 }
1713
1714 static void
1715 main_cf_cb_packet_unselected(capture_file *cf)
1716 {
1717     /* Clear out the display of that packet. */
1718     clear_tree_and_hex_views();
1719
1720     /* No packet is selected. */
1721     set_menus_for_selected_packet(cf);
1722 }
1723
1724 static void
1725 main_cf_cb_field_unselected(capture_file *cf)
1726 {
1727     set_menus_for_selected_tree_row(cf);
1728 }
1729
1730 static void
1731 main_cf_cb_file_save_reload_finished(gpointer data _U_)
1732 {
1733     set_display_filename(&cfile);
1734     set_menus_for_capture_file(&cfile);
1735 }
1736
1737 static void
1738 main_cf_callback(gint event, gpointer data, gpointer user_data _U_)
1739 {
1740     switch(event) {
1741     case(cf_cb_file_closing):
1742         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: Closing");
1743         main_cf_cb_file_closing(data);
1744         break;
1745     case(cf_cb_file_closed):
1746         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: Closed");
1747         main_cf_cb_file_closed(data);
1748         break;
1749     case(cf_cb_file_read_started):
1750         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: Read started");
1751         main_cf_cb_file_read_started(data);
1752         break;
1753     case(cf_cb_file_read_finished):
1754         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: Read finished");
1755         main_cf_cb_file_read_finished(data);
1756         break;
1757     case(cf_cb_packet_selected):
1758         main_cf_cb_packet_selected(data);
1759         break;
1760     case(cf_cb_packet_unselected):
1761         main_cf_cb_packet_unselected(data);
1762         break;
1763     case(cf_cb_field_unselected):
1764         main_cf_cb_field_unselected(data);
1765         break;
1766     case(cf_cb_file_save_started):
1767         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: Save started");
1768         break;
1769     case(cf_cb_file_save_finished):
1770         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: Save finished");
1771         break;
1772     case(cf_cb_file_save_reload_finished):
1773         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: Reload finished");
1774         main_cf_cb_file_save_reload_finished(data);
1775         break;
1776     case(cf_cb_file_save_failed):
1777         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: Save failed");
1778         break;
1779     default:
1780         g_warning("main_cf_callback: event %u unknown", event);
1781         g_assert_not_reached();
1782     }
1783 }
1784
1785 #ifdef HAVE_LIBPCAP
1786 static void
1787 main_capture_callback(gint event, capture_options *capture_opts, gpointer user_data _U_)
1788 {
1789 #ifdef HAVE_GTKOSXAPPLICATION
1790     GtkOSXApplication *theApp;
1791 #endif
1792     switch(event) {
1793     case(capture_cb_capture_prepared):
1794         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture prepared");
1795         main_capture_cb_capture_prepared(capture_opts);
1796         break;
1797     case(capture_cb_capture_update_started):
1798         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture update started");
1799         main_capture_cb_capture_update_started(capture_opts);
1800 #ifdef HAVE_GTKOSXAPPLICATION
1801         theApp = g_object_new(GTK_TYPE_OSX_APPLICATION, NULL);
1802         gtk_osxapplication_set_dock_icon_pixbuf(theApp,gdk_pixbuf_new_from_xpm_data(wsiconcap48_xpm));
1803 #endif
1804         break;
1805     case(capture_cb_capture_update_continue):
1806         /*g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture update continue");*/
1807         break;
1808     case(capture_cb_capture_update_finished):
1809         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture update finished");
1810         main_capture_cb_capture_update_finished(capture_opts);
1811         break;
1812     case(capture_cb_capture_fixed_started):
1813         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture fixed started");
1814         main_capture_cb_capture_fixed_started(capture_opts);
1815         break;
1816     case(capture_cb_capture_fixed_continue):
1817         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture fixed continue");
1818         break;
1819     case(capture_cb_capture_fixed_finished):
1820         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture fixed finished");
1821         main_capture_cb_capture_fixed_finished(capture_opts);
1822         break;
1823     case(capture_cb_capture_stopping):
1824         g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture stopping");
1825         /* Beware: this state won't be called, if the capture child
1826          * closes the capturing on it's own! */
1827 #ifdef HAVE_GTKOSXAPPLICATION
1828         theApp = g_object_new(GTK_TYPE_OSX_APPLICATION, NULL);
1829         gtk_osxapplication_set_dock_icon_pixbuf(theApp,gdk_pixbuf_new_from_xpm_data(wsicon64_xpm));
1830 #endif
1831         break;
1832     default:
1833         g_warning("main_capture_callback: event %u unknown", event);
1834         g_assert_not_reached();
1835     }
1836 }
1837 #endif
1838
1839 static void
1840 get_gui_compiled_info(GString *str)
1841 {
1842   epan_get_compiled_version_info(str);
1843
1844   g_string_append(str, ", ");
1845 #ifdef HAVE_LIBPORTAUDIO
1846 #ifdef PORTAUDIO_API_1
1847   g_string_append(str, "with PortAudio <= V18");
1848 #else /* PORTAUDIO_API_1 */
1849   g_string_append(str, "with ");
1850   g_string_append(str, Pa_GetVersionText());
1851 #endif /* PORTAUDIO_API_1 */
1852 #else /* HAVE_LIBPORTAUDIO */
1853   g_string_append(str, "without PortAudio");
1854 #endif /* HAVE_LIBPORTAUDIO */
1855
1856   g_string_append(str, ", ");
1857 #ifdef HAVE_AIRPCAP
1858   get_compiled_airpcap_version(str);
1859 #else
1860   g_string_append(str, "without AirPcap");
1861 #endif
1862 #ifndef NEW_PACKET_LIST
1863   g_string_append(str, ", with old_packet_list");
1864 #endif
1865 }
1866
1867 static void
1868 get_gui_runtime_info(GString *str)
1869 {
1870   epan_get_runtime_version_info(str);
1871
1872 #ifdef HAVE_AIRPCAP
1873   g_string_append(str, ", ");
1874   get_runtime_airpcap_version(str);
1875 #endif
1876
1877   if(u3_active()) {
1878     g_string_append(str, ", ");
1879     u3_runtime_info(str);
1880   }
1881 }
1882
1883 static e_prefs *
1884 read_configuration_files(char **gdp_path, char **dp_path)
1885 {
1886   int                  gpf_open_errno, gpf_read_errno;
1887   int                  cf_open_errno, df_open_errno;
1888   int                  gdp_open_errno, gdp_read_errno;
1889   int                  dp_open_errno, dp_read_errno;
1890   char                *gpf_path, *pf_path;
1891   char                *cf_path, *df_path;
1892   int                  pf_open_errno, pf_read_errno;
1893   e_prefs             *prefs_p;
1894
1895   /* Read the preference files. */
1896   prefs_p = read_prefs(&gpf_open_errno, &gpf_read_errno, &gpf_path,
1897                      &pf_open_errno, &pf_read_errno, &pf_path);
1898
1899   if (gpf_path != NULL) {
1900     if (gpf_open_errno != 0) {
1901       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1902         "Could not open global preferences file\n\"%s\": %s.", gpf_path,
1903         strerror(gpf_open_errno));
1904     }
1905     if (gpf_read_errno != 0) {
1906       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1907         "I/O error reading global preferences file\n\"%s\": %s.", gpf_path,
1908         strerror(gpf_read_errno));
1909     }
1910   }
1911   if (pf_path != NULL) {
1912     if (pf_open_errno != 0) {
1913       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1914         "Could not open your preferences file\n\"%s\": %s.", pf_path,
1915         strerror(pf_open_errno));
1916     }
1917     if (pf_read_errno != 0) {
1918       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1919         "I/O error reading your preferences file\n\"%s\": %s.", pf_path,
1920         strerror(pf_read_errno));
1921     }
1922     g_free(pf_path);
1923     pf_path = NULL;
1924   }
1925
1926 #ifdef _WIN32
1927   /* if the user wants a console to be always there, well, we should open one for him */
1928   if (prefs_p->gui_console_open == console_open_always) {
1929     create_console();
1930   }
1931 #endif
1932
1933   /* Read the capture filter file. */
1934   read_filter_list(CFILTER_LIST, &cf_path, &cf_open_errno);
1935   if (cf_path != NULL) {
1936       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1937         "Could not open your capture filter file\n\"%s\": %s.", cf_path,
1938         strerror(cf_open_errno));
1939       g_free(cf_path);
1940   }
1941
1942   /* Read the display filter file. */
1943   read_filter_list(DFILTER_LIST, &df_path, &df_open_errno);
1944   if (df_path != NULL) {
1945       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1946         "Could not open your display filter file\n\"%s\": %s.", df_path,
1947         strerror(df_open_errno));
1948       g_free(df_path);
1949   }
1950
1951   /* Read the disabled protocols file. */
1952   read_disabled_protos_list(gdp_path, &gdp_open_errno, &gdp_read_errno,
1953                             dp_path, &dp_open_errno, &dp_read_errno);
1954   if (*gdp_path != NULL) {
1955     if (gdp_open_errno != 0) {
1956       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1957         "Could not open global disabled protocols file\n\"%s\": %s.",
1958         *gdp_path, strerror(gdp_open_errno));
1959     }
1960     if (gdp_read_errno != 0) {
1961       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1962         "I/O error reading global disabled protocols file\n\"%s\": %s.",
1963         *gdp_path, strerror(gdp_read_errno));
1964     }
1965     g_free(*gdp_path);
1966     *gdp_path = NULL;
1967   }
1968   if (*dp_path != NULL) {
1969     if (dp_open_errno != 0) {
1970       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1971         "Could not open your disabled protocols file\n\"%s\": %s.", *dp_path,
1972         strerror(dp_open_errno));
1973     }
1974     if (dp_read_errno != 0) {
1975       simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
1976         "I/O error reading your disabled protocols file\n\"%s\": %s.", *dp_path,
1977         strerror(dp_read_errno));
1978     }
1979     g_free(*dp_path);
1980     *dp_path = NULL;
1981   }
1982
1983   return prefs_p;
1984 }
1985
1986 /*  Check if there's something important to tell the user during startup.
1987  *  We want to do this *after* showing the main window so that any windows
1988  *  we pop up will be above the main window.
1989  */
1990 static void
1991 #ifdef _WIN32
1992 check_and_warn_user_startup(gchar *cf_name)
1993 #else
1994 check_and_warn_user_startup(gchar *cf_name _U_)
1995 #endif
1996 {
1997   gchar               *cur_user, *cur_group;
1998   gpointer             priv_warning_dialog;
1999
2000   /* Tell the user not to run as root. */
2001   if (running_with_special_privs() && recent.privs_warn_if_elevated) {
2002     cur_user = get_cur_username();
2003     cur_group = get_cur_groupname();
2004     priv_warning_dialog = simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
2005       "Running as user \"%s\" and group \"%s\".\n"
2006       "This could be dangerous.", cur_user, cur_group);
2007     g_free(cur_user);
2008     g_free(cur_group);
2009     simple_dialog_check_set(priv_warning_dialog, "Don't show this message again.");
2010     simple_dialog_set_cb(priv_warning_dialog, priv_warning_dialog_cb, NULL);
2011   }
2012
2013 #ifdef _WIN32
2014   /* Warn the user if npf.sys isn't loaded. */
2015   if (!stdin_capture && !cf_name && !npf_sys_is_running() && recent.privs_warn_if_no_npf && get_os_major_version() >= 6) {
2016     priv_warning_dialog = simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
2017       "The NPF driver isn't running.  You may have trouble\n"
2018       "capturing or listing interfaces.");
2019     simple_dialog_check_set(priv_warning_dialog, "Don't show this message again.");
2020     simple_dialog_set_cb(priv_warning_dialog, npf_warning_dialog_cb, NULL);
2021   }
2022 #endif
2023
2024 }
2025
2026
2027 /* And now our feature presentation... [ fade to music ] */
2028 int
2029 main(int argc, char *argv[])
2030 {
2031   char                *init_progfile_dir_error;
2032   char                *s;
2033   int                  opt;
2034   gboolean             arg_error = FALSE;
2035
2036   extern int           info_update_freq;  /* Found in about_dlg.c. */
2037   const gchar         *filter;
2038
2039 #ifdef _WIN32
2040   WSADATA              wsaData;
2041 #endif  /* _WIN32 */
2042
2043   char                *rf_path;
2044   int                  rf_open_errno;
2045   char                *gdp_path, *dp_path;
2046   int                  err;
2047 #ifdef HAVE_LIBPCAP
2048   gboolean             start_capture = FALSE;
2049   gboolean             list_link_layer_types = FALSE;
2050   GList               *if_list;
2051   gchar               *err_str;
2052 #else
2053   gboolean             capture_option_specified = FALSE;
2054 #ifdef _WIN32
2055 #ifdef HAVE_AIRPCAP
2056   gchar               *err_str;
2057 #endif
2058 #endif
2059 #endif
2060   gint                 pl_size = 280, tv_size = 95, bv_size = 75;
2061   gchar               *rc_file, *cf_name = NULL, *rfilter = NULL, *jfilter = NULL;
2062   dfilter_t           *rfcode = NULL;
2063   gboolean             rfilter_parse_failed = FALSE;
2064   e_prefs             *prefs_p;
2065   char                 badopt;
2066   GtkWidget           *splash_win = NULL;
2067   GLogLevelFlags       log_flags;
2068   guint                go_to_packet = 0;
2069   gboolean             jump_backwards = FALSE, saved_bw = FALSE;
2070   dfilter_t           *jump_to_filter = NULL;
2071   int                  optind_initial;
2072   int                  status;
2073 #ifdef HAVE_GTKOSXAPPLICATION
2074   GtkOSXApplication   *theApp;
2075 #endif
2076
2077 #ifdef HAVE_LIBPCAP
2078 #if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
2079 #define OPTSTRING_B "B:"
2080 #else
2081 #define OPTSTRING_B ""
2082 #endif  /* _WIN32 or HAVE_PCAP_CREATE */
2083 #else /* HAVE_LIBPCAP */
2084 #define OPTSTRING_B ""
2085 #endif  /* HAVE_LIBPCAP */
2086
2087 #ifdef HAVE_PCAP_CREATE
2088 #define OPTSTRING_I "I"
2089 #else
2090 #define OPTSTRING_I ""
2091 #endif
2092
2093 #define OPTSTRING "a:b:" OPTSTRING_B "c:C:Df:g:Hhi:" OPTSTRING_I "jJ:kK:lLm:nN:o:P:pQr:R:Ss:t:u:vw:X:y:z:"
2094
2095   static const char optstring[] = OPTSTRING;
2096
2097   /*
2098    * Get credential information for later use, and drop privileges
2099    * before doing anything else.
2100    * Let the user know if anything happened.
2101    */
2102   get_credential_info();
2103   relinquish_special_privs_perm();
2104
2105   /*
2106    * Attempt to get the pathname of the executable file.
2107    */
2108   init_progfile_dir_error = init_progfile_dir(argv[0], main);
2109
2110   /* initialize the funnel mini-api */
2111   initialize_funnel_ops();
2112
2113 #ifdef  HAVE_AIRPDCAP
2114   AirPDcapInitContext(&airpdcap_ctx);
2115 #endif
2116
2117 #ifdef _WIN32
2118   /* Load wpcap if possible. Do this before collecting the run-time version information */
2119   load_wpcap();
2120
2121   /* ... and also load the packet.dll from wpcap */
2122   wpcap_packet_load();
2123
2124 #ifdef HAVE_AIRPCAP
2125   /* Load the airpcap.dll.  This must also be done before collecting
2126    * run-time version information. */
2127   airpcap_dll_ret_val = load_airpcap();
2128
2129   switch (airpcap_dll_ret_val) {
2130   case AIRPCAP_DLL_OK:
2131     /* load the airpcap interfaces */
2132     airpcap_if_list = get_airpcap_interface_list(&err, &err_str);
2133
2134     if (airpcap_if_list == NULL || g_list_length(airpcap_if_list) == 0){
2135       if (err == CANT_GET_AIRPCAP_INTERFACE_LIST && err_str != NULL) {
2136         simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "%s", "Failed to open Airpcap Adapters!");
2137         g_free(err_str);
2138       }
2139       airpcap_if_active = NULL;
2140
2141     } else {
2142
2143       /* select the first ad default (THIS SHOULD BE CHANGED) */
2144       airpcap_if_active = airpcap_get_default_if(airpcap_if_list);
2145           }
2146     break;
2147 #if 0
2148     /*
2149      * XXX - Maybe we need to warn the user if one of the following happens???
2150      */
2151     case AIRPCAP_DLL_OLD:
2152       simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "%s","AIRPCAP_DLL_OLD\n");
2153       break;
2154
2155     case AIRPCAP_DLL_ERROR:
2156       simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "%s","AIRPCAP_DLL_ERROR\n");
2157       break;
2158
2159     case AIRPCAP_DLL_NOT_FOUND:
2160       simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "%s","AIRPCAP_DDL_NOT_FOUND\n");
2161       break;
2162 #endif
2163   }
2164 #endif /* HAVE_AIRPCAP */
2165
2166   /* Start windows sockets */
2167   WSAStartup( MAKEWORD( 1, 1 ), &wsaData );
2168 #endif  /* _WIN32 */
2169
2170   profile_store_persconffiles (TRUE);
2171
2172   /* Assemble the compile-time version information string */
2173   comp_info_str = g_string_new("Compiled ");
2174
2175   g_string_append(comp_info_str, "with ");
2176   g_string_append_printf(comp_info_str,
2177 #ifdef GTK_MAJOR_VERSION
2178                     "GTK+ %d.%d.%d", GTK_MAJOR_VERSION, GTK_MINOR_VERSION,
2179                     GTK_MICRO_VERSION);
2180 #else
2181                     "GTK+ (version unknown)");
2182 #endif
2183   g_string_append(comp_info_str, ", ");
2184
2185   get_compiled_version_info(comp_info_str, get_gui_compiled_info);
2186
2187   /* Assemble the run-time version information string */
2188   runtime_info_str = g_string_new("Running ");
2189   get_runtime_version_info(runtime_info_str, get_gui_runtime_info);
2190
2191   /* Read the profile independent recent file.  We have to do this here so we can */
2192   /* set the profile before it can be set from the command line parameterts */
2193   recent_read_static(&rf_path, &rf_open_errno);
2194   if (rf_path != NULL && rf_open_errno != 0) {
2195     simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
2196                   "Could not open common recent file\n\"%s\": %s.",
2197                   rf_path, strerror(rf_open_errno));
2198   }
2199
2200   /* "pre-scan" the command line parameters, if we have "console only"
2201      parameters.  We do this so we don't start GTK+ if we're only showing
2202      command-line help or version information.
2203
2204      XXX - this pre-scan is done before we start GTK+, so we haven't
2205      run gtk_init() on the arguments.  That means that GTK+ arguments
2206      have not been removed from the argument list; those arguments
2207      begin with "--", and will be treated as an error by getopt().
2208
2209      We thus ignore errors - *and* set "opterr" to 0 to suppress the
2210      error messages. */
2211   opterr = 0;
2212   optind_initial = optind;
2213   while ((opt = getopt(argc, argv, optstring)) != -1) {
2214     switch (opt) {
2215       case 'C':        /* Configuration Profile */
2216         if (profile_exists (optarg)) {
2217           set_profile_name (optarg);
2218         } else {
2219           cmdarg_err("Configuration Profile \"%s\" does not exist", optarg);
2220           exit(1);
2221         }
2222         break;
2223       case 'h':        /* Print help and exit */
2224         print_usage(TRUE);
2225         exit(0);
2226         break;
2227 #ifdef _WIN32
2228       case 'i':
2229         if (strcmp(optarg, "-") == 0)
2230           stdin_capture = TRUE;
2231         break;
2232 #endif
2233       case 'P':        /* Path settings - change these before the Preferences and alike are processed */
2234         status = filesystem_opt(opt, optarg);
2235         if(status != 0) {
2236             cmdarg_err("-P flag \"%s\" failed (hint: is it quoted and existing?)", optarg);
2237             exit(status);
2238         }
2239         break;
2240       case 'v':        /* Show version and exit */
2241         show_version();
2242         exit(0);
2243         break;
2244       case 'X':
2245         /*
2246          *  Extension command line options have to be processed before
2247          *  we call epan_init() as they are supposed to be used by dissectors
2248          *  or taps very early in the registration process.
2249          */
2250         ex_opt_add(optarg);
2251         break;
2252       case '?':        /* Ignore errors - the "real" scan will catch them. */
2253         break;
2254     }
2255   }
2256
2257   /* Init the "Open file" dialog directory */
2258   /* (do this after the path settings are processed) */
2259   
2260   /* Read the profile dependent (static part) of the recent file. */
2261   /* Only the static part of it will be read, as we don't have the gui now to fill the */
2262   /* recent lists which is done in the dynamic part. */
2263   /* We have to do this already here, so command line parameters can overwrite these values. */
2264   recent_read_profile_static(&rf_path, &rf_open_errno);
2265   if (rf_path != NULL && rf_open_errno != 0) {
2266     simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
2267                   "Could not open recent file\n\"%s\": %s.",
2268                   rf_path, strerror(rf_open_errno));
2269   }
2270
2271   if (recent.gui_fileopen_remembered_dir && 
2272       test_for_directory(recent.gui_fileopen_remembered_dir) == EISDIR) {
2273     set_last_open_dir(recent.gui_fileopen_remembered_dir);
2274   } else {
2275     set_last_open_dir(get_persdatafile_dir());
2276   }
2277
2278   /* Set getopt index back to initial value, so it will start with the
2279      first command line parameter again.  Also reset opterr to 1, so that
2280      error messages are printed by getopt().
2281
2282      XXX - this seems to work on most platforms, but time will tell.
2283      The Single UNIX Specification says "The getopt() function need
2284      not be reentrant", so this isn't guaranteed to work.  The Mac
2285      OS X 10.4[.x] getopt() man page says
2286
2287        In order to use getopt() to evaluate multiple sets of arguments, or to
2288        evaluate a single set of arguments multiple times, the variable optreset
2289        must be set to 1 before the second and each additional set of calls to
2290        getopt(), and the variable optind must be reinitialized.
2291
2292            ...
2293
2294        The optreset variable was added to make it possible to call the getopt()
2295        function multiple times.  This is an extension to the IEEE Std 1003.2
2296        (``POSIX.2'') specification.
2297
2298      which I think comes from one of the other BSDs.
2299
2300      XXX - if we want to control all the command-line option errors, so
2301      that we can display them where we choose (e.g., in a window), we'd
2302      want to leave opterr as 0, and produce our own messages using optopt.
2303      We'd have to check the value of optopt to see if it's a valid option
2304      letter, in which case *presumably* the error is "this option requires
2305      an argument but none was specified", or not a valid option letter,
2306      in which case *presumably* the error is "this option isn't valid".
2307      Some versions of getopt() let you supply a option string beginning
2308      with ':', which means that getopt() will return ':' rather than '?'
2309      for "this option requires an argument but none was specified", but
2310      not all do. */
2311   optind = optind_initial;
2312   opterr = 1;
2313
2314   /* Set the current locale according to the program environment.
2315    * We haven't localized anything, but some GTK widgets are localized
2316    * (the file selection dialogue, for example).
2317    * This also sets the C-language locale to the native environment. */
2318   gtk_set_locale();
2319
2320   /* Let GTK get its args (will need an X server, so do this after command line only commands handled) */
2321   gtk_init (&argc, &argv);
2322
2323   cf_callback_add(main_cf_callback, NULL);
2324 #ifdef HAVE_LIBPCAP
2325   capture_callback_add(main_capture_callback, NULL);
2326 #endif
2327   cf_callback_add(statusbar_cf_callback, NULL);
2328 #ifdef HAVE_LIBPCAP
2329   capture_callback_add(statusbar_capture_callback, NULL);
2330 #endif
2331
2332   /* Arrange that if we have no console window, and a GLib message logging
2333      routine is called to log a message, we pop up a console window.
2334
2335      We do that by inserting our own handler for all messages logged
2336      to the default domain; that handler pops up a console if necessary,
2337      and then calls the default handler. */
2338
2339   /* We might want to have component specific log levels later ... */
2340
2341   log_flags =
2342                     G_LOG_LEVEL_ERROR|
2343                     G_LOG_LEVEL_CRITICAL|
2344                     G_LOG_LEVEL_WARNING|
2345                     G_LOG_LEVEL_MESSAGE|
2346                     G_LOG_LEVEL_INFO|
2347                     G_LOG_LEVEL_DEBUG|
2348                     G_LOG_FLAG_FATAL|G_LOG_FLAG_RECURSION;
2349
2350   g_log_set_handler(NULL,
2351                     log_flags,
2352                     console_log_handler, NULL /* user_data */);
2353   g_log_set_handler(LOG_DOMAIN_MAIN,
2354                     log_flags,
2355                     console_log_handler, NULL /* user_data */);
2356
2357 #ifdef HAVE_LIBPCAP
2358   g_log_set_handler(LOG_DOMAIN_CAPTURE,
2359                     log_flags,
2360                     console_log_handler, NULL /* user_data */);
2361   g_log_set_handler(LOG_DOMAIN_CAPTURE_CHILD,
2362                     log_flags,
2363                     console_log_handler, NULL /* user_data */);
2364
2365   /* Set the initial values in the capture options. This might be overwritten
2366      by preference settings and then again by the command line parameters. */
2367   capture_opts_init(&global_capture_opts, &cfile);
2368
2369   global_capture_opts.snaplen             = MIN_PACKET_SIZE;
2370   global_capture_opts.has_ring_num_files  = TRUE;
2371 #endif
2372
2373   /* Initialize whatever we need to allocate colors for GTK+ */
2374   colors_init();
2375
2376   /* Non-blank filter means we're remote. Throttle splash screen and resolution updates. */
2377   filter = get_conn_cfilter();
2378   if ( *filter != '\0' ) {
2379     info_update_freq = 1000;  /* Milliseconds */
2380   }
2381
2382   /* We won't come till here, if we had a "console only" command line parameter. */
2383   splash_win = splash_new("Loading Wireshark ...");
2384   if (init_progfile_dir_error != NULL) {
2385     simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
2386         "Can't get pathname of Wireshark: %s.\n"
2387         "It won't be possible to capture traffic.\n"
2388         "Report this to the Wireshark developers.",
2389         init_progfile_dir_error);
2390     g_free(init_progfile_dir_error);
2391   }
2392
2393   splash_update(RA_DISSECTORS, NULL, (gpointer)splash_win);
2394
2395   /* Register all dissectors; we must do this before checking for the
2396      "-G" flag, as the "-G" flag dumps information registered by the
2397      dissectors, and we must do it before we read the preferences, in
2398      case any dissectors register preferences. */
2399   epan_init(register_all_protocols,register_all_protocol_handoffs,
2400             splash_update, (gpointer) splash_win,
2401             failure_alert_box,open_failure_alert_box,read_failure_alert_box,
2402             write_failure_alert_box);
2403
2404   splash_update(RA_LISTENERS, NULL, (gpointer)splash_win);
2405
2406   /* Register all tap listeners; we do this before we parse the arguments,
2407      as the "-z" argument can specify a registered tap. */
2408
2409   /* we register the plugin taps before the other taps because
2410           stats_tree taps plugins will be registered as tap listeners
2411           by stats_tree_stat.c and need to registered before that */
2412
2413 #ifdef HAVE_PLUGINS
2414   register_all_plugin_tap_listeners();
2415 #endif
2416
2417   register_all_tap_listeners();
2418
2419   splash_update(RA_PREFERENCES, NULL, (gpointer)splash_win);
2420
2421   /* Now register the preferences for any non-dissector modules.
2422      We must do that before we read the preferences as well. */
2423   prefs_register_modules();
2424
2425   prefs_p = read_configuration_files (&gdp_path, &dp_path);
2426
2427   /* multithread support currently doesn't seem to work in win32 gtk2.0.6 */
2428 #if !defined(_WIN32) && defined(G_THREADS_ENABLED) && defined USE_THREADS
2429   {
2430       GThread *ut;
2431       g_thread_init(NULL);
2432       gdk_threads_init();
2433       ut=g_thread_create(update_thread, NULL, FALSE, NULL);
2434       g_thread_set_priority(ut, G_THREAD_PRIORITY_LOW);
2435   }
2436 #else  /* !_WIN32 && G_THREADS_ENABLED && USE_THREADS */
2437   /* this is to keep tap extensions updating once every 3 seconds */
2438   tap_update_timer_id = g_timeout_add(prefs_p->tap_update_interval, tap_update_cb, NULL);
2439 #endif /* !_WIN32 && G_THREADS_ENABLED && USE_THREADS */
2440
2441   splash_update(RA_CONFIGURATION, NULL, (gpointer)splash_win);
2442   proto_help_init();
2443   cap_file_init(&cfile);
2444
2445   /* Fill in capture options with values from the preferences */
2446   prefs_to_capture_opts();
2447
2448   /* Now get our args */
2449   while ((opt = getopt(argc, argv, optstring)) != -1) {
2450     switch (opt) {
2451       /*** capture option specific ***/
2452       case 'a':        /* autostop criteria */
2453       case 'b':        /* Ringbuffer option */
2454       case 'c':        /* Capture xxx packets */
2455       case 'f':        /* capture filter */
2456       case 'k':        /* Start capture immediately */
2457       case 'H':        /* Hide capture info dialog box */
2458       case 'i':        /* Use interface xxx */
2459       case 'p':        /* Don't capture in promiscuous mode */
2460 #ifdef HAVE_PCAP_CREATE
2461       case 'I':        /* Capture in monitor mode, if available */
2462 #endif
2463       case 'Q':        /* Quit after capture (just capture to file) */
2464       case 's':        /* Set the snapshot (capture) length */
2465       case 'S':        /* "Sync" mode: used for following file ala tail -f */
2466       case 'w':        /* Write to capture file xxx */
2467       case 'y':        /* Set the pcap data link type */
2468 #if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
2469       case 'B':        /* Buffer size */
2470 #endif /* _WIN32 or HAVE_PCAP_CREATE */
2471 #ifdef HAVE_LIBPCAP
2472         status = capture_opts_add_opt(&global_capture_opts, opt, optarg,
2473                                       &start_capture);
2474         if(status != 0) {
2475             exit(status);
2476         }
2477 #else
2478         capture_option_specified = TRUE;
2479         arg_error = TRUE;
2480 #endif
2481         break;
2482
2483 #if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS)
2484       case 'K':        /* Kerberos keytab file */
2485         read_keytab_file(optarg);
2486         break;
2487 #endif
2488
2489       /*** all non capture option specific ***/
2490       case 'C':
2491         /* Configuration profile settings were already processed just ignore them this time*/
2492         break;
2493       case 'D':        /* Print a list of capture devices and exit */
2494 #ifdef HAVE_LIBPCAP
2495         if_list = capture_interface_list(&err, &err_str);
2496         if (if_list == NULL) {
2497           switch (err) {
2498           case CANT_GET_INTERFACE_LIST:
2499             cmdarg_err("%s", err_str);
2500             g_free(err_str);
2501             break;
2502
2503           case NO_INTERFACES_FOUND:
2504             cmdarg_err("There are no interfaces on which a capture can be done");
2505             break;
2506           }
2507           exit(2);
2508         }
2509         capture_opts_print_interfaces(if_list);
2510         free_interface_list(if_list);
2511         exit(0);
2512 #else
2513         capture_option_specified = TRUE;
2514         arg_error = TRUE;
2515 #endif
2516         break;
2517       case 'j':        /* Search backwards for a matching packet from filter in option J */
2518         jump_backwards = TRUE;
2519         break;
2520       case 'g':        /* Go to packet with the given packet number */
2521         go_to_packet = get_positive_int(optarg, "go to packet");
2522         break;
2523       case 'J':        /* Jump to the first packet which matches the filter criteria */
2524         jfilter = optarg;
2525         break;
2526       case 'l':        /* Automatic scrolling in live capture mode */
2527 #ifdef HAVE_LIBPCAP
2528         auto_scroll_live = TRUE;
2529 #else
2530         capture_option_specified = TRUE;
2531         arg_error = TRUE;
2532 #endif
2533         break;
2534       case 'L':        /* Print list of link-layer types and exit */
2535 #ifdef HAVE_LIBPCAP
2536         list_link_layer_types = TRUE;
2537 #else
2538         capture_option_specified = TRUE;
2539         arg_error = TRUE;
2540 #endif
2541         break;
2542       case 'm':        /* Fixed-width font for the display */
2543         g_free(prefs_p->gui_font_name);
2544         prefs_p->gui_font_name = g_strdup(optarg);
2545         break;
2546       case 'n':        /* No name resolution */
2547         g_resolv_flags = RESOLV_NONE;
2548         break;
2549       case 'N':        /* Select what types of addresses/port #s to resolve */
2550         if (g_resolv_flags == RESOLV_ALL)
2551           g_resolv_flags = RESOLV_NONE;
2552         badopt = string_to_name_resolve(optarg, &g_resolv_flags);
2553         if (badopt != '\0') {
2554           cmdarg_err("-N specifies unknown resolving option '%c'; valid options are 'm', 'n', and 't'",
2555                         badopt);
2556           exit(1);
2557         }
2558         break;
2559       case 'o':        /* Override preference from command line */
2560         switch (prefs_set_pref(optarg)) {
2561         case PREFS_SET_OK:
2562           break;
2563         case PREFS_SET_SYNTAX_ERR:
2564           cmdarg_err("Invalid -o flag \"%s\"", optarg);
2565           exit(1);
2566           break;
2567         case PREFS_SET_NO_SUCH_PREF:
2568           /* not a preference, might be a recent setting */
2569           switch (recent_set_arg(optarg)) {
2570             case PREFS_SET_OK:
2571               break;
2572             case PREFS_SET_SYNTAX_ERR:
2573               /* shouldn't happen, checked already above */
2574               cmdarg_err("Invalid -o flag \"%s\"", optarg);
2575               exit(1);
2576               break;
2577             case PREFS_SET_NO_SUCH_PREF:
2578             case PREFS_SET_OBSOLETE:
2579               cmdarg_err("-o flag \"%s\" specifies unknown preference/recent value",
2580                     optarg);
2581               exit(1);
2582               break;
2583             default:
2584               g_assert_not_reached();
2585             }
2586           break;
2587         case PREFS_SET_OBSOLETE:
2588           cmdarg_err("-o flag \"%s\" specifies obsolete preference",
2589                         optarg);
2590           exit(1);
2591           break;
2592         default:
2593           g_assert_not_reached();
2594         }
2595         break;
2596       case 'P':
2597         /* Path settings were already processed just ignore them this time*/
2598         break;
2599       case 'r':        /* Read capture file xxx */
2600         /* We may set "last_open_dir" to "cf_name", and if we change
2601            "last_open_dir" later, we free the old value, so we have to
2602            set "cf_name" to something that's been allocated. */
2603 #if defined _WIN32 && GLIB_CHECK_VERSION(2,6,0)
2604         /* since GLib 2.6, we need to convert filenames to utf8 for Win32 */
2605         cf_name = g_locale_to_utf8(optarg, -1, NULL, NULL, NULL);
2606 #else
2607         cf_name = g_strdup(optarg);
2608 #endif
2609         break;
2610       case 'R':        /* Read file filter */
2611         rfilter = optarg;
2612         break;
2613       case 't':        /* Time stamp type */
2614         if (strcmp(optarg, "r") == 0)
2615           timestamp_set_type(TS_RELATIVE);
2616         else if (strcmp(optarg, "a") == 0)
2617           timestamp_set_type(TS_ABSOLUTE);
2618         else if (strcmp(optarg, "ad") == 0)
2619           timestamp_set_type(TS_ABSOLUTE_WITH_DATE);
2620         else if (strcmp(optarg, "d") == 0)
2621           timestamp_set_type(TS_DELTA);
2622         else if (strcmp(optarg, "dd") == 0)
2623           timestamp_set_type(TS_DELTA_DIS);
2624         else if (strcmp(optarg, "e") == 0)
2625           timestamp_set_type(TS_EPOCH);
2626         else {
2627           cmdarg_err("Invalid time stamp type \"%s\"", optarg);
2628           cmdarg_err_cont("It must be \"r\" for relative, \"a\" for absolute,");
2629           cmdarg_err_cont("\"ad\" for absolute with date, or \"d\" for delta.");
2630           exit(1);
2631         }
2632         break;
2633       case 'u':        /* Seconds type */
2634         if (strcmp(optarg, "s") == 0)
2635           timestamp_set_seconds_type(TS_SECONDS_DEFAULT);
2636         else if (strcmp(optarg, "hms") == 0)
2637           timestamp_set_seconds_type(TS_SECONDS_HOUR_MIN_SEC);
2638         else {
2639           cmdarg_err("Invalid seconds type \"%s\"", optarg);
2640           cmdarg_err_cont("It must be \"s\" for seconds or \"hms\" for hours, minutes and seconds.");
2641           exit(1);
2642         }
2643         break;
2644       case 'X':
2645           /* ext ops were already processed just ignore them this time*/
2646           break;
2647       case 'z':
2648         /* We won't call the init function for the stat this soon
2649            as it would disallow MATE's fields (which are registered
2650            by the preferences set callback) from being used as
2651            part of a tap filter.  Instead, we just add the argument
2652            to a list of stat arguments. */
2653         if (!process_stat_cmd_arg(optarg)) {
2654           cmdarg_err("Invalid -z argument.");
2655           cmdarg_err_cont("  -z argument must be one of :");
2656           list_stat_cmd_args();
2657           exit(1);
2658         }
2659         break;
2660       default:
2661       case '?':        /* Bad flag - print usage message */
2662         arg_error = TRUE;
2663         break;
2664     }
2665   }
2666   argc -= optind;
2667   argv += optind;
2668   if (argc >= 1) {
2669     if (cf_name != NULL) {
2670       /*
2671        * Input file name specified with "-r" *and* specified as a regular
2672        * command-line argument.
2673        */
2674       cmdarg_err("File name specified both with -r and regular argument");
2675       arg_error = TRUE;
2676     } else {
2677       /*
2678        * Input file name not specified with "-r", and a command-line argument
2679        * was specified; treat it as the input file name.
2680        *
2681        * Yes, this is different from tshark, where non-flag command-line
2682        * arguments are a filter, but this works better on GUI desktops
2683        * where a command can be specified to be run to open a particular
2684        * file - yes, you could have "-r" as the last part of the command,
2685        * but that's a bit ugly.
2686        */
2687 #if defined _WIN32 && GLIB_CHECK_VERSION(2,6,0)
2688       /* since GLib 2.6, we need to convert filenames to utf8 for Win32 */
2689       cf_name = g_locale_to_utf8(argv[0], -1, NULL, NULL, NULL);
2690 #else
2691       cf_name = g_strdup(argv[0]);
2692 #endif
2693     }
2694     argc--;
2695     argv++;
2696   }
2697
2698
2699
2700   if (argc != 0) {
2701     /*
2702      * Extra command line arguments were specified; complain.
2703      */
2704     cmdarg_err("Invalid argument: %s", argv[0]);
2705     arg_error = TRUE;
2706   }
2707
2708   if (arg_error) {
2709 #ifndef HAVE_LIBPCAP
2710     if (capture_option_specified) {
2711       cmdarg_err("This version of Wireshark was not built with support for capturing packets.");
2712     }
2713 #endif
2714     print_usage(FALSE);
2715     exit(1);
2716   }
2717
2718 #ifdef HAVE_LIBPCAP
2719   if (start_capture && list_link_layer_types) {
2720     /* Specifying *both* is bogus. */
2721     cmdarg_err("You can't specify both -L and a live capture.");
2722     exit(1);
2723   }
2724
2725   if (list_link_layer_types) {
2726     /* We're supposed to list the link-layer types for an interface;
2727        did the user also specify a capture file to be read? */
2728     if (cf_name) {
2729       /* Yes - that's bogus. */
2730       cmdarg_err("You can't specify -L and a capture file to be read.");
2731       exit(1);
2732     }
2733     /* No - did they specify a ring buffer option? */
2734     if (global_capture_opts.multi_files_on) {
2735       cmdarg_err("Ring buffer requested, but a capture isn't being done.");
2736       exit(1);
2737     }
2738   } else {
2739     /* We're supposed to do a live capture; did the user also specify
2740        a capture file to be read? */
2741     if (start_capture && cf_name) {
2742       /* Yes - that's bogus. */
2743       cmdarg_err("You can't specify both a live capture and a capture file to be read.");
2744       exit(1);
2745     }
2746
2747     /* No - was the ring buffer option specified and, if so, does it make
2748        sense? */
2749     if (global_capture_opts.multi_files_on) {
2750       /* Ring buffer works only under certain conditions:
2751          a) ring buffer does not work with temporary files;
2752          b) real_time_mode and multi_files_on are mutually exclusive -
2753             real_time_mode takes precedence;
2754          c) it makes no sense to enable the ring buffer if the maximum
2755             file size is set to "infinite". */
2756       if (global_capture_opts.save_file == NULL) {
2757         cmdarg_err("Ring buffer requested, but capture isn't being saved to a permanent file.");
2758         global_capture_opts.multi_files_on = FALSE;
2759       }
2760 /*      if (global_capture_opts.real_time_mode) {
2761         cmdarg_err("Ring buffer requested, but an \"Update list of packets in real time\" capture is being done.");
2762         global_capture_opts.multi_files_on = FALSE;
2763       }*/
2764       if (!global_capture_opts.has_autostop_filesize && !global_capture_opts.has_file_duration) {
2765         cmdarg_err("Ring buffer requested, but no maximum capture file size or duration were specified.");
2766 /* XXX - this must be redesigned as the conditions changed */
2767 /*      global_capture_opts.multi_files_on = FALSE;*/
2768       }
2769     }
2770   }
2771
2772   if (start_capture || list_link_layer_types) {
2773     /* Did the user specify an interface to use? */
2774     if (!capture_opts_trim_iface(&global_capture_opts,
2775         (prefs_p->capture_device) ? get_if_name(prefs_p->capture_device) : NULL)) {
2776         exit(2);
2777     }
2778   }
2779
2780   if (list_link_layer_types) {
2781     /* Get the list of link-layer types for the capture device. */
2782     if_capabilities_t *caps;
2783
2784     caps = capture_get_if_capabilities(global_capture_opts.iface,
2785                                        global_capture_opts.monitor_mode,
2786                                        &err_str);
2787     if (caps == NULL) {
2788       cmdarg_err("%s", err_str);
2789       g_free(err_str);
2790       exit(2);
2791     }
2792     if (caps->data_link_types == NULL) {
2793       cmdarg_err("The capture device \"%s\" has no data link types.", global_capture_opts.iface);
2794       exit(2);
2795     }
2796     capture_opts_print_if_capabilities(caps, global_capture_opts.monitor_mode);
2797     free_if_capabilities(caps);
2798     exit(0);
2799   }
2800
2801   capture_opts_trim_snaplen(&global_capture_opts, MIN_PACKET_SIZE);
2802   capture_opts_trim_ring_num_files(&global_capture_opts);
2803 #endif /* HAVE_LIBPCAP */
2804
2805   /* Notify all registered modules that have had any of their preferences
2806      changed either from one of the preferences file or from the command
2807      line that their preferences have changed. */
2808   prefs_apply_all();
2809
2810   /* disabled protocols as per configuration file */
2811   if (gdp_path == NULL && dp_path == NULL) {
2812     set_disabled_protos_list();
2813   }
2814
2815   build_column_format_array(&cfile.cinfo, prefs_p->num_cols, TRUE);
2816
2817   /* read in rc file from global and personal configuration paths. */
2818   rc_file = get_datafile_path(RC_FILE);
2819   gtk_rc_parse(rc_file);
2820   g_free(rc_file);
2821   rc_file = get_persconffile_path(RC_FILE, FALSE, FALSE);
2822   gtk_rc_parse(rc_file);
2823   g_free(rc_file);
2824
2825   font_init();
2826
2827   stock_icons_init();
2828
2829   /* close the splash screen, as we are going to open the main window now */
2830   splash_destroy(splash_win);
2831
2832   /************************************************************************/
2833   /* Everything is prepared now, preferences and command line was read in */
2834
2835   /* Pop up the main window. */
2836   create_main_window(pl_size, tv_size, bv_size, prefs_p);
2837
2838   /* Read the dynamic part of the recent file, as we have the gui now ready for it. */
2839   recent_read_dynamic(&rf_path, &rf_open_errno);
2840   if (rf_path != NULL && rf_open_errno != 0) {
2841     simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
2842                   "Could not open recent file\n\"%s\": %s.",
2843                   rf_path, strerror(rf_open_errno));
2844   }
2845
2846   color_filters_enable(recent.packet_list_colorize);
2847
2848   /* rearrange all the widgets as we now have all recent settings ready for this */
2849   main_widgets_rearrange();
2850
2851   /* Fill in column titles.  This must be done after the top level window
2852      is displayed.
2853
2854      XXX - is that still true, with fixed-width columns? */
2855 #ifndef NEW_PACKET_LIST
2856   packet_list_set_column_titles();
2857 #endif
2858
2859   menu_recent_read_finished();
2860 #ifdef HAVE_LIBPCAP
2861   menu_auto_scroll_live_changed(auto_scroll_live);
2862 #endif
2863
2864   switch (user_font_apply()) {
2865   case FA_SUCCESS:
2866       break;
2867   case FA_FONT_NOT_RESIZEABLE:
2868       /* "user_font_apply()" popped up an alert box. */
2869       /* turn off zooming - font can't be resized */
2870   case FA_FONT_NOT_AVAILABLE:
2871       /* XXX - did we successfully load the un-zoomed version earlier?
2872       If so, this *probably* means the font is available, but not at
2873       this particular zoom level, but perhaps some other failure
2874       occurred; I'm not sure you can determine which is the case,
2875       however. */
2876       /* turn off zooming - zoom level is unavailable */
2877   default:
2878       /* in any other case than FA_SUCCESS, turn off zooming */
2879       recent.gui_zoom_level = 0;
2880       /* XXX: would it be a good idea to disable zooming (insensitive GUI)? */
2881   }
2882
2883   dnd_init(top_level);
2884
2885   color_filters_init();
2886   decode_as_init();
2887
2888   /* the window can be sized only, if it's not already shown, so do it now! */
2889   main_load_window_geometry(top_level);
2890
2891   g_timeout_add(info_update_freq, resolv_update_cb, NULL);
2892
2893
2894   /* If we were given the name of a capture file, read it in now;
2895      we defer it until now, so that, if we can't open it, and pop
2896      up an alert box, the alert box is more likely to come up on
2897      top of the main window - but before the preference-file-error
2898      alert box, so, if we get one of those, it's more likely to come
2899      up on top of us. */
2900   if (cf_name) {
2901     show_main_window(TRUE);
2902     check_and_warn_user_startup(cf_name);
2903     if (rfilter != NULL) {
2904       if (!dfilter_compile(rfilter, &rfcode)) {
2905         bad_dfilter_alert_box(rfilter);
2906         rfilter_parse_failed = TRUE;
2907       }
2908     }
2909     if (!rfilter_parse_failed) {
2910       if (cf_open(&cfile, cf_name, FALSE, &err) == CF_OK) {
2911         /* "cf_open()" succeeded, so it closed the previous
2912            capture file, and thus destroyed any previous read filter
2913            attached to "cf". */
2914
2915         cfile.rfcode = rfcode;
2916         /* Open stat windows; we do so after creating the main window,
2917            to avoid GTK warnings, and after successfully opening the
2918            capture file, so we know we have something to compute stats
2919            on, and after registering all dissectors, so that MATE will
2920            have registered its field array and we can have a tap filter
2921            with one of MATE's late-registered fields as part of the
2922            filter. */
2923         start_requested_stats();
2924
2925         /* Read the capture file. */
2926         switch (cf_read(&cfile, FALSE)) {
2927
2928         case CF_READ_OK:
2929         case CF_READ_ERROR:
2930           /* Just because we got an error, that doesn't mean we were unable
2931              to read any of the file; we handle what we could get from the
2932              file. */
2933           /* if the user told us to jump to a specific packet, do it now */
2934           if(go_to_packet != 0) {
2935             /* Jump to the specified frame number, kept for backward
2936                compatibility. */
2937             cf_goto_frame(&cfile, go_to_packet);
2938           } else if (jfilter != NULL) {
2939             /* try to compile given filter */
2940             if (!dfilter_compile(jfilter, &jump_to_filter)) {
2941               bad_dfilter_alert_box(jfilter);
2942             } else
2943             {
2944               /* Filter ok, jump to the first packet matching the filter
2945                  conditions. Default search direction is forward, but if
2946                  option d was given, search backwards */
2947               saved_bw = cfile.sbackward;
2948               cfile.sbackward = jump_backwards;
2949               cf_find_packet_dfilter(&cfile, jump_to_filter);
2950               cfile.sbackward = saved_bw;
2951             }
2952           }
2953           break;
2954
2955         case CF_READ_ABORTED:
2956           /* Exit now. */
2957           exit(0);
2958           break;
2959         }
2960         /* Save the name of the containing directory specified in the
2961            path name, if any; we can write over cf_name, which is a
2962            good thing, given that "get_dirname()" does write over its
2963            argument. */
2964         s = get_dirname(cf_name);
2965         set_last_open_dir(s);
2966         g_free(cf_name);
2967         cf_name = NULL;
2968       } else {
2969         if (rfcode != NULL)
2970           dfilter_free(rfcode);
2971         cfile.rfcode = NULL;
2972         show_main_window(FALSE);
2973         /* Don't call check_and_warn_user_startup(): we did it above */
2974         set_menus_for_capture_in_progress(FALSE);
2975         set_capture_if_dialog_for_capture_in_progress(FALSE);
2976       }
2977     }
2978   } else {
2979 #ifdef HAVE_LIBPCAP
2980     if (start_capture) {
2981       if (global_capture_opts.save_file != NULL) {
2982         /* Save the directory name for future file dialogs. */
2983         /* (get_dirname overwrites filename) */
2984         s = get_dirname(g_strdup(global_capture_opts.save_file));
2985         set_last_open_dir(s);
2986         g_free(s);
2987       }
2988       /* "-k" was specified; start a capture. */
2989       show_main_window(TRUE);
2990       check_and_warn_user_startup(cf_name);
2991       if (capture_start(&global_capture_opts)) {
2992         /* The capture started.  Open stat windows; we do so after creating
2993            the main window, to avoid GTK warnings, and after successfully
2994            opening the capture file, so we know we have something to compute
2995            stats on, and after registering all dissectors, so that MATE will
2996            have registered its field array and we can have a tap filter with
2997            one of MATE's late-registered fields as part of the filter. */
2998         start_requested_stats();
2999       }
3000     }
3001     else {
3002       show_main_window(FALSE);
3003       check_and_warn_user_startup(cf_name);
3004       set_menus_for_capture_in_progress(FALSE);
3005       set_capture_if_dialog_for_capture_in_progress(FALSE);
3006     }
3007
3008     /* if the user didn't supplied a capture filter, use the one to filter out remote connections like SSH */
3009     if (!start_capture && strlen(global_capture_opts.cfilter) == 0) {
3010       g_free(global_capture_opts.cfilter);
3011       global_capture_opts.cfilter = g_strdup(get_conn_cfilter());
3012     }
3013 #else /* HAVE_LIBPCAP */
3014     show_main_window(FALSE);
3015     check_and_warn_user_startup(cf_name);
3016     set_menus_for_capture_in_progress(FALSE);
3017     set_capture_if_dialog_for_capture_in_progress(FALSE);
3018 #endif /* HAVE_LIBPCAP */
3019   }
3020
3021   /* register our pid if we are being run from a U3 device */
3022   u3_register_pid();
3023
3024   profile_store_persconffiles (FALSE);
3025
3026 #ifdef HAVE_GTKOSXAPPLICATION
3027   theApp = g_object_new(GTK_TYPE_OSX_APPLICATION, NULL);
3028   gtk_osxapplication_set_dock_icon_pixbuf(theApp,gdk_pixbuf_new_from_xpm_data(wsicon64_xpm));
3029   gtk_osxapplication_ready(theApp);
3030 #endif
3031
3032   g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_INFO, "Wireshark is up and ready to go");
3033
3034   /* we'll enter the GTK loop now and hand the control over to GTK ... */
3035   gtk_main();
3036   /* ... back from GTK, we're going down now! */
3037
3038   /* deregister our pid */
3039   u3_deregister_pid();
3040
3041   epan_cleanup();
3042
3043 #ifdef  HAVE_AIRPDCAP
3044         AirPDcapDestroyContext(&airpdcap_ctx);
3045 #endif
3046
3047 #ifdef _WIN32
3048   /* hide the (unresponsive) main window, while asking the user to close the console window */
3049   gtk_widget_hide(top_level);
3050
3051 #ifdef HAVE_GTKOSXAPPLICATION
3052   g_object_unref(theApp);
3053 #endif
3054
3055   /* Shutdown windows sockets */
3056   WSACleanup();
3057
3058   /* For some unknown reason, the "atexit()" call in "create_console()"
3059      doesn't arrange that "destroy_console()" be called when we exit,
3060      so we call it here if a console was created. */
3061   destroy_console();
3062 #endif
3063
3064   exit(0);
3065 }
3066
3067 #ifdef _WIN32
3068
3069 /* We build this as a GUI subsystem application on Win32, so
3070    "WinMain()", not "main()", gets called.
3071
3072    Hack shamelessly stolen from the Win32 port of the GIMP. */
3073 #ifdef __GNUC__
3074 #define _stdcall  __attribute__((stdcall))
3075 #endif
3076
3077 int _stdcall
3078 WinMain (struct HINSTANCE__ *hInstance,
3079          struct HINSTANCE__ *hPrevInstance,
3080          char               *lpszCmdLine,
3081          int                 nCmdShow)
3082 {
3083   INITCOMMONCONTROLSEX comm_ctrl;
3084
3085   /* Initialize our controls. Required for native Windows file dialogs. */
3086   memset (&comm_ctrl, 0, sizeof(comm_ctrl));
3087   comm_ctrl.dwSize = sizeof(comm_ctrl);
3088   /* Includes the animate, header, hot key, list view, progress bar,
3089    * status bar, tab, tooltip, toolbar, trackbar, tree view, and
3090    * up-down controls
3091    */
3092   comm_ctrl.dwICC = ICC_WIN95_CLASSES;
3093   InitCommonControlsEx(&comm_ctrl);
3094
3095   /* RichEd20.DLL is needed for filter entries. */
3096   LoadLibrary(_T("riched20.dll"));
3097
3098   has_console = FALSE;
3099   return main (__argc, __argv);
3100 }
3101
3102 /* The code to create and desstroy console windows should not be necessary,
3103    at least as I read the GLib source code, as it looks as if GLib is, on
3104    Win32, *supposed* to create a console window into which to display its
3105    output.
3106
3107    That doesn't happen, however.  I suspect there's something completely
3108    broken about that code in GLib-for-Win32, and that it may be related
3109    to the breakage that forces us to just call "printf()" on the message
3110    rather than passing the message on to "g_log_default_handler()"
3111    (which is the routine that does the aforementioned non-functional
3112    console window creation).  */
3113
3114 /*
3115  * If this application has no console window to which its standard output
3116  * would go, create one.
3117  */
3118 void
3119 create_console(void)
3120 {
3121   if (stdin_capture) {
3122     /* We've been handed "-i -". Don't mess with stdio. */
3123     return;
3124   }
3125
3126   if (!has_console) {
3127     /* We have no console to which to print the version string, so
3128        create one and make it the standard input, output, and error. */
3129     if (!AllocConsole())
3130       return;   /* couldn't create console */
3131
3132     ws_freopen("CONIN$", "r", stdin);
3133     ws_freopen("CONOUT$", "w", stdout);
3134     ws_freopen("CONOUT$", "w", stderr);
3135
3136     /* Well, we have a console now. */
3137     has_console = TRUE;
3138
3139     /* Now register "destroy_console()" as a routine to be called just
3140        before the application exits, so that we can destroy the console
3141        after the user has typed a key (so that the console doesn't just
3142        disappear out from under them, giving the user no chance to see
3143        the message(s) we put in there). */
3144     atexit(destroy_console);
3145
3146     SetConsoleTitle(_T("Wireshark Debug Console"));
3147   }
3148 }
3149
3150 static void
3151 destroy_console(void)
3152 {
3153   if (has_console) {
3154     printf("\n\nPress any key to exit\n");
3155     _getch();
3156     FreeConsole();
3157   }
3158 }
3159 #endif /* _WIN32 */
3160
3161
3162 static void
3163 console_log_handler(const char *log_domain, GLogLevelFlags log_level,
3164                     const char *message, gpointer user_data _U_)
3165 {
3166   time_t curr;
3167   struct tm *today;
3168   const char *level;
3169
3170
3171   /* ignore log message, if log_level isn't interesting based
3172      upon the console log preferences.
3173      If the preferences haven't been loaded loaded yet, display the
3174      message anyway.
3175
3176      The default console_log_level preference value is such that only
3177        ERROR, CRITICAL and WARNING level messages are processed;
3178        MESSAGE, INFO and DEBUG level messages are ignored.  */
3179   if((log_level & G_LOG_LEVEL_MASK & prefs.console_log_level) == 0 &&
3180      prefs.console_log_level != 0) {
3181     return;
3182   }
3183
3184 #ifdef _WIN32
3185   if (prefs.gui_console_open != console_open_never || log_level & G_LOG_LEVEL_ERROR) {
3186     /* the user wants a console or the application will terminate immediately */
3187     create_console();
3188   }
3189   if (has_console) {
3190     /* For some unknown reason, the above doesn't appear to actually cause
3191        anything to be sent to the standard output, so we'll just splat the
3192        message out directly, just to make sure it gets out. */
3193 #endif
3194     switch(log_level & G_LOG_LEVEL_MASK) {
3195     case G_LOG_LEVEL_ERROR:
3196         level = "Err ";
3197         break;
3198     case G_LOG_LEVEL_CRITICAL:
3199         level = "Crit";
3200         break;
3201     case G_LOG_LEVEL_WARNING:
3202         level = "Warn";
3203         break;
3204     case G_LOG_LEVEL_MESSAGE:
3205         level = "Msg ";
3206         break;
3207     case G_LOG_LEVEL_INFO:
3208         level = "Info";
3209         break;
3210     case G_LOG_LEVEL_DEBUG:
3211         level = "Dbg ";
3212         break;
3213     default:
3214         fprintf(stderr, "unknown log_level %u\n", log_level);
3215         level = NULL;
3216         g_assert_not_reached();
3217     }
3218
3219     /* create a "timestamp" */
3220     time(&curr);
3221     today = localtime(&curr);
3222
3223     fprintf(stderr, "%02u:%02u:%02u %8s %s %s\n",
3224             today->tm_hour, today->tm_min, today->tm_sec,
3225             log_domain != NULL ? log_domain : "",
3226             level, message);
3227 #ifdef _WIN32
3228     if(log_level & G_LOG_LEVEL_ERROR) {
3229         /* wait for a key press before the following error handler will terminate the program
3230            this way the user at least can read the error message */
3231         printf("\n\nPress any key to exit\n");
3232         _getch();
3233     }
3234   } else {
3235     /* XXX - on UN*X, should we just use g_log_default_handler()?
3236        We want the error messages to go to the standard output;
3237        on Mac OS X, that will cause them to show up in various
3238        per-user logs accessible through Console (details depend
3239        on whether you're running 10.0 through 10.4 or running
3240        10.5 and later), and, on other UN*X desktop environments,
3241        if they don't show up in some form of console log, that's
3242        a deficiency in that desktop environment.  (Too bad
3243        Windows doesn't set the standard output and error for
3244        GUI apps to something that shows up in such a log.) */
3245     g_log_default_handler(log_domain, log_level, message, user_data);
3246   }
3247 #endif
3248 }
3249
3250
3251 /*
3252  * Helper for main_widgets_rearrange()
3253  */
3254 static void foreach_remove_a_child(GtkWidget *widget, gpointer data) {
3255     gtk_container_remove(GTK_CONTAINER(data), widget);
3256 }
3257
3258 static GtkWidget *main_widget_layout(gint layout_content)
3259 {
3260     switch(layout_content) {
3261     case(layout_pane_content_none):
3262         return NULL;
3263     case(layout_pane_content_plist):
3264         return pkt_scrollw;
3265     case(layout_pane_content_pdetails):
3266         return tv_scrollw;
3267     case(layout_pane_content_pbytes):
3268         return byte_nb_ptr_gbl;
3269     default:
3270         g_assert_not_reached();
3271         return NULL;
3272     }
3273 }
3274
3275
3276 /*
3277  * Rearrange the main window widgets
3278  */
3279 void main_widgets_rearrange(void) {
3280     GtkWidget *first_pane_widget1, *first_pane_widget2;
3281     GtkWidget *second_pane_widget1, *second_pane_widget2;
3282     gboolean split_top_left;
3283
3284     /* be a bit faster */
3285     gtk_widget_hide(main_vbox);
3286
3287     /* be sure we don't lose a widget while rearranging */
3288     g_object_ref(G_OBJECT(menubar));
3289     g_object_ref(G_OBJECT(main_tb));
3290     g_object_ref(G_OBJECT(filter_tb));
3291 #ifdef HAVE_AIRPCAP
3292     g_object_ref(G_OBJECT(airpcap_tb));
3293 #endif
3294     g_object_ref(G_OBJECT(pkt_scrollw));
3295     g_object_ref(G_OBJECT(tv_scrollw));
3296     g_object_ref(G_OBJECT(byte_nb_ptr_gbl));
3297     g_object_ref(G_OBJECT(statusbar));
3298     g_object_ref(G_OBJECT(main_pane_v1));
3299     g_object_ref(G_OBJECT(main_pane_v2));
3300     g_object_ref(G_OBJECT(main_pane_h1));
3301     g_object_ref(G_OBJECT(main_pane_h2));
3302     g_object_ref(G_OBJECT(welcome_pane));
3303
3304     /* empty all containers participating */
3305     gtk_container_foreach(GTK_CONTAINER(main_vbox),     foreach_remove_a_child, main_vbox);
3306     gtk_container_foreach(GTK_CONTAINER(main_pane_v1),  foreach_remove_a_child, main_pane_v1);
3307     gtk_container_foreach(GTK_CONTAINER(main_pane_v2),  foreach_remove_a_child, main_pane_v2);
3308     gtk_container_foreach(GTK_CONTAINER(main_pane_h1),  foreach_remove_a_child, main_pane_h1);
3309     gtk_container_foreach(GTK_CONTAINER(main_pane_h2),  foreach_remove_a_child, main_pane_h2);
3310
3311     statusbar_widgets_emptying(statusbar);
3312
3313     /* add the menubar always at the top */
3314     gtk_box_pack_start(GTK_BOX(main_vbox), menubar, FALSE, TRUE, 0);
3315
3316     /* main toolbar */
3317     gtk_box_pack_start(GTK_BOX(main_vbox), main_tb, FALSE, TRUE, 0);
3318
3319     /* filter toolbar in toolbar area */
3320     if (!prefs.filter_toolbar_show_in_statusbar) {
3321         gtk_box_pack_start(GTK_BOX(main_vbox), filter_tb, FALSE, TRUE, 1);
3322     }
3323
3324 #ifdef HAVE_AIRPCAP
3325     /* airpcap toolbar */
3326     gtk_box_pack_start(GTK_BOX(main_vbox), airpcap_tb, FALSE, TRUE, 1);
3327 #endif
3328
3329     /* fill the main layout panes */
3330     switch(prefs.gui_layout_type) {
3331     case(layout_type_5):
3332         main_first_pane  = main_pane_v1;
3333         main_second_pane = main_pane_v2;
3334         split_top_left = FALSE;
3335         break;
3336     case(layout_type_2):
3337         main_first_pane  = main_pane_v1;
3338         main_second_pane = main_pane_h1;
3339         split_top_left = FALSE;
3340         break;
3341     case(layout_type_1):
3342         main_first_pane  = main_pane_v1;
3343         main_second_pane = main_pane_h1;
3344         split_top_left = TRUE;
3345         break;
3346     case(layout_type_4):
3347         main_first_pane  = main_pane_h1;
3348         main_second_pane = main_pane_v1;
3349         split_top_left = FALSE;
3350         break;
3351     case(layout_type_3):
3352         main_first_pane  = main_pane_h1;
3353         main_second_pane = main_pane_v1;
3354         split_top_left = TRUE;
3355         break;
3356     case(layout_type_6):
3357         main_first_pane  = main_pane_h1;
3358         main_second_pane = main_pane_h2;
3359         split_top_left = FALSE;
3360         break;
3361     default:
3362         main_first_pane = NULL;
3363         main_second_pane = NULL;
3364         split_top_left = FALSE;
3365         g_assert_not_reached();
3366     }
3367     if (split_top_left) {
3368         first_pane_widget1 = main_second_pane;
3369         second_pane_widget1 = main_widget_layout(prefs.gui_layout_content_1);
3370         second_pane_widget2 = main_widget_layout(prefs.gui_layout_content_2);
3371         first_pane_widget2 = main_widget_layout(prefs.gui_layout_content_3);
3372     } else {
3373         first_pane_widget1 = main_widget_layout(prefs.gui_layout_content_1);
3374         first_pane_widget2 = main_second_pane;
3375         second_pane_widget1 = main_widget_layout(prefs.gui_layout_content_2);
3376         second_pane_widget2 = main_widget_layout(prefs.gui_layout_content_3);
3377     }
3378     if (first_pane_widget1 != NULL)
3379         gtk_paned_add1(GTK_PANED(main_first_pane), first_pane_widget1);
3380     if (first_pane_widget2 != NULL)
3381         gtk_paned_add2(GTK_PANED(main_first_pane), first_pane_widget2);
3382     if (second_pane_widget1 != NULL)
3383         gtk_paned_pack1(GTK_PANED(main_second_pane), second_pane_widget1, TRUE, TRUE);
3384     if (second_pane_widget2 != NULL)
3385         gtk_paned_pack2(GTK_PANED(main_second_pane), second_pane_widget2, FALSE, FALSE);
3386
3387     gtk_container_add(GTK_CONTAINER(main_vbox), main_first_pane);
3388
3389     /* welcome pane */
3390     gtk_box_pack_start(GTK_BOX(main_vbox), welcome_pane, TRUE, TRUE, 0);
3391
3392     /* statusbar */
3393     gtk_box_pack_start(GTK_BOX(main_vbox), statusbar, FALSE, TRUE, 0);
3394
3395     /* filter toolbar in statusbar hbox */
3396     if (prefs.filter_toolbar_show_in_statusbar) {
3397         gtk_box_pack_start(GTK_BOX(statusbar), filter_tb, FALSE, TRUE, 1);
3398     }
3399
3400 #ifdef HAVE_AIRPCAP
3401     /* airpcap toolbar */
3402     gtk_box_pack_start(GTK_BOX(main_vbox), airpcap_tb, FALSE, TRUE, 1);
3403 #endif
3404
3405     /* statusbar widgets */
3406     statusbar_widgets_pack(statusbar);
3407
3408     /* hide widgets on users recent settings */
3409     main_widgets_show_or_hide();
3410
3411     gtk_widget_show(main_vbox);
3412 }
3413
3414 static void
3415 is_widget_visible(GtkWidget *widget, gpointer data)
3416 {
3417     gboolean *is_visible = data;
3418
3419     if (!*is_visible) {
3420         if (GTK_WIDGET_VISIBLE(widget))
3421             *is_visible = TRUE;
3422     }
3423 }
3424
3425
3426 void
3427 main_widgets_show_or_hide(void)
3428 {
3429     gboolean main_second_pane_show;
3430
3431     if (recent.main_toolbar_show) {
3432         gtk_widget_show(main_tb);
3433     } else {
3434         gtk_widget_hide(main_tb);
3435     }
3436
3437     statusbar_widgets_show_or_hide(statusbar);
3438
3439     if (recent.filter_toolbar_show) {
3440         gtk_widget_show(filter_tb);
3441     } else {
3442         gtk_widget_hide(filter_tb);
3443     }
3444
3445 #ifdef HAVE_AIRPCAP
3446     if (recent.airpcap_toolbar_show) {
3447         gtk_widget_show(airpcap_tb);
3448     } else {
3449         gtk_widget_hide(airpcap_tb);
3450     }
3451 #endif
3452
3453     if (recent.packet_list_show && have_capture_file) {
3454         gtk_widget_show(pkt_scrollw);
3455     } else {
3456         gtk_widget_hide(pkt_scrollw);
3457     }
3458
3459     if (recent.tree_view_show && have_capture_file) {
3460         gtk_widget_show(tv_scrollw);
3461     } else {
3462         gtk_widget_hide(tv_scrollw);
3463     }
3464
3465     if (recent.byte_view_show && have_capture_file) {
3466         gtk_widget_show(byte_nb_ptr_gbl);
3467     } else {
3468         gtk_widget_hide(byte_nb_ptr_gbl);
3469     }
3470
3471     if (have_capture_file) {
3472         gtk_widget_show(main_first_pane);
3473     } else {
3474         gtk_widget_hide(main_first_pane);
3475     }
3476
3477     /*
3478      * Is anything in "main_second_pane" visible?
3479      * If so, show it, otherwise hide it.
3480      */
3481     main_second_pane_show = FALSE;
3482     gtk_container_foreach(GTK_CONTAINER(main_second_pane), is_widget_visible,
3483                           &main_second_pane_show);
3484     if (main_second_pane_show) {
3485         gtk_widget_show(main_second_pane);
3486     } else {
3487         gtk_widget_hide(main_second_pane);
3488     }
3489
3490     if (!have_capture_file) {
3491         if(welcome_pane) {
3492             gtk_widget_show(welcome_pane);
3493         }
3494     } else {
3495         gtk_widget_hide(welcome_pane);
3496     }
3497
3498     /* workaround for bug in GtkCList to ensure packet list scrollbar is updated */
3499 #ifndef NEW_PACKET_LIST
3500     packet_list_freeze ();
3501     packet_list_thaw ();
3502 #endif
3503 }
3504
3505
3506 /* called, when the window state changes (minimized, maximized, ...) */
3507 static int
3508 window_state_event_cb (GtkWidget *widget _U_,
3509                        GdkEvent *event,
3510                        gpointer  data _U_)
3511 {
3512     GdkWindowState new_window_state = ((GdkEventWindowState*)event)->new_window_state;
3513
3514     if( (event->type) == (GDK_WINDOW_STATE)) {
3515         if(!(new_window_state & GDK_WINDOW_STATE_ICONIFIED)) {
3516             /* we might have dialogs popped up while we where iconified,
3517                show em now */
3518             display_queued_messages();
3519         }
3520     }
3521     return FALSE;
3522 }
3523
3524
3525
3526 #define NO_SHIFT_MOD_MASK (GDK_MODIFIER_MASK & ~(GDK_SHIFT_MASK|GDK_MOD2_MASK|GDK_LOCK_MASK))
3527 static int
3528 top_level_key_pressed_cb(GtkWidget *w _U_, GdkEventKey *event, gpointer user_data _U_)
3529 {
3530     if (event->keyval == GDK_F8) {
3531 #ifdef NEW_PACKET_LIST
3532         new_packet_list_next();
3533 #else
3534         packet_list_next();
3535 #endif
3536         return TRUE;
3537     } else if (event->keyval == GDK_F7) {
3538 #ifdef NEW_PACKET_LIST
3539         new_packet_list_prev();
3540 #else
3541         packet_list_prev();
3542 #endif
3543         return TRUE;
3544     } else if (event->state & NO_SHIFT_MOD_MASK) {
3545         return FALSE; /* Skip control, alt, and other modifiers */
3546     /*
3547      * A comment in gdkkeysyms.h says that it's autogenerated from
3548      * freedesktop.org/x.org's keysymdef.h.  Although the GDK docs
3549      * don't explicitly say so, isprint() should work as expected
3550      * for values < 127.
3551      */
3552     } else if (isascii(event->keyval) && isprint(event->keyval)) {
3553         /* Forward the keypress on to the display filter entry */
3554         if (main_display_filter_widget && !gtk_widget_is_focus(main_display_filter_widget)) {
3555             gtk_window_set_focus(GTK_WINDOW(top_level), main_display_filter_widget);
3556             gtk_editable_set_position(GTK_EDITABLE(main_display_filter_widget), -1);
3557         }
3558         return FALSE;
3559     }
3560     return FALSE;
3561 }
3562
3563 static void
3564 create_main_window (gint pl_size, gint tv_size, gint bv_size, e_prefs *prefs_p)
3565 {
3566     GtkAccelGroup *accel;
3567     gchar         *title;
3568
3569     /* use user-defined title if preference is set */
3570     title = create_user_window_title("The Wireshark Network Analyzer");
3571
3572     /* Main window */
3573     top_level = window_new(GTK_WINDOW_TOPLEVEL, title);
3574     g_free(title);
3575
3576     gtk_widget_set_name(top_level, "main window");
3577     g_signal_connect(top_level, "delete_event", G_CALLBACK(main_window_delete_event_cb),
3578                    NULL);
3579     g_signal_connect(GTK_OBJECT(top_level), "window_state_event",
3580                          G_CALLBACK(window_state_event_cb), NULL);
3581     g_signal_connect(GTK_OBJECT(top_level), "key-press-event",
3582                          G_CALLBACK(top_level_key_pressed_cb), NULL );
3583
3584     /* Vertical container for menu bar, toolbar(s), paned windows and progress/info box */
3585     main_vbox = gtk_vbox_new(FALSE, 1);
3586     gtk_container_set_border_width(GTK_CONTAINER(main_vbox), 1);
3587     gtk_container_add(GTK_CONTAINER(top_level), main_vbox);
3588     gtk_widget_show(main_vbox);
3589
3590     /* Menu bar */
3591     menubar = main_menu_new(&accel);
3592
3593 #if defined(HAVE_IGE_MAC_INTEGRATION) || defined (HAVE_GTKOSXAPPLICATION)
3594     /* Mac OS X native menus are created and displayed by main_menu_new() */
3595     if(!prefs_p->gui_macosx_style) {
3596 #endif
3597     gtk_window_add_accel_group(GTK_WINDOW(top_level), accel);
3598     gtk_widget_show(menubar);
3599 #if defined(HAVE_IGE_MAC_INTEGRATION) || defined(HAVE_GTKOSXAPPLICATION)
3600     }
3601 #endif
3602
3603     /* Main Toolbar */
3604     main_tb = toolbar_new();
3605     gtk_widget_show (main_tb);
3606
3607     /* Filter toolbar */
3608     filter_tb = filter_toolbar_new();
3609
3610     /* Packet list */
3611 #ifdef NEW_PACKET_LIST
3612     pkt_scrollw = new_packet_list_create();
3613     gtk_widget_set_size_request(pkt_scrollw, -1, pl_size);
3614     gtk_widget_show_all(pkt_scrollw);
3615 #else
3616     pkt_scrollw = packet_list_new(prefs_p);
3617     gtk_widget_set_size_request(packet_list, -1, pl_size);
3618     gtk_widget_show(pkt_scrollw);
3619 #endif
3620
3621     /* Tree view */
3622     tv_scrollw = main_tree_view_new(prefs_p, &tree_view_gbl);
3623     gtk_widget_set_size_request(tv_scrollw, -1, tv_size);
3624     gtk_widget_show(tv_scrollw);
3625
3626     g_signal_connect(gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view_gbl)),
3627                    "changed", G_CALLBACK(tree_view_selection_changed_cb), NULL);
3628     g_signal_connect(tree_view_gbl, "button_press_event", G_CALLBACK(popup_menu_handler),
3629                    g_object_get_data(G_OBJECT(popup_menu_object), PM_TREE_VIEW_KEY));
3630     gtk_widget_show(tree_view_gbl);
3631
3632     /* Byte view. */
3633     byte_nb_ptr_gbl = byte_view_new();
3634     gtk_widget_set_size_request(byte_nb_ptr_gbl, -1, bv_size);
3635     gtk_widget_show(byte_nb_ptr_gbl);
3636
3637     g_signal_connect(byte_nb_ptr_gbl, "button_press_event", G_CALLBACK(popup_menu_handler),
3638                    g_object_get_data(G_OBJECT(popup_menu_object), PM_BYTES_VIEW_KEY));
3639
3640     /* Panes for the packet list, tree, and byte view */
3641     main_pane_v1 = gtk_vpaned_new();
3642     gtk_widget_show(main_pane_v1);
3643     main_pane_v2 = gtk_vpaned_new();
3644     gtk_widget_show(main_pane_v2);
3645     main_pane_h1 = gtk_hpaned_new();
3646     gtk_widget_show(main_pane_h1);
3647     main_pane_h2 = gtk_hpaned_new();
3648     gtk_widget_show(main_pane_h2);
3649 #ifdef HAVE_AIRPCAP
3650     airpcap_tb = airpcap_toolbar_new();
3651     gtk_widget_show(airpcap_tb);
3652 #endif
3653     /* status bar */
3654     statusbar = statusbar_new();
3655     gtk_widget_show(statusbar);
3656
3657     /* Pane for the welcome screen */
3658     welcome_pane = welcome_new();
3659     gtk_widget_show(welcome_pane);
3660 }
3661
3662 static void
3663 show_main_window(gboolean doing_work)
3664 {
3665   main_set_for_capture_file(doing_work);
3666
3667   /*** we have finished all init things, show the main window ***/
3668   gtk_widget_show(top_level);
3669
3670   /* the window can be maximized only, if it's visible, so do it after show! */
3671   main_load_window_geometry(top_level);
3672
3673   /* process all pending GUI events before continue */
3674   while (gtk_events_pending()) gtk_main_iteration();
3675
3676   /* Pop up any queued-up alert boxes. */
3677   display_queued_messages();
3678
3679   /* Move the main window to the front, in case it isn't already there */
3680   gdk_window_raise(top_level->window);
3681
3682 #ifdef HAVE_AIRPCAP
3683   airpcap_toolbar_show(airpcap_tb);
3684 #endif /* HAVE_AIRPCAP */
3685 }
3686
3687 /* Fill in capture options with values from the preferences */
3688 void
3689 prefs_to_capture_opts(void)
3690 {
3691 #ifdef HAVE_LIBPCAP
3692   /* Set promiscuous mode from the preferences setting. */
3693   /* the same applies to other preferences settings as well. */
3694     global_capture_opts.promisc_mode   = prefs.capture_prom_mode;
3695     global_capture_opts.use_pcapng     = prefs.capture_pcap_ng;
3696     global_capture_opts.show_info      = prefs.capture_show_info;
3697     global_capture_opts.real_time_mode = prefs.capture_real_time;
3698     auto_scroll_live                   = prefs.capture_auto_scroll;
3699 #endif /* HAVE_LIBPCAP */
3700
3701   /* Set the name resolution code's flags from the preferences. */
3702     g_resolv_flags = prefs.name_resolve;
3703 }
3704
3705
3706 /* Change configuration profile */
3707 void change_configuration_profile (const gchar *profile_name)
3708 {
3709    char  *gdp_path, *dp_path;
3710    char  *rf_path;
3711    int    rf_open_errno;
3712
3713    /* First check if profile exists */
3714    if (!profile_exists(profile_name)) {
3715      return;
3716    }
3717
3718    /* Get the current geometry, before writing it to disk */
3719    main_save_window_geometry(top_level);
3720
3721    if (profile_exists(get_profile_name())) {
3722      /* Write recent file for profile we are leaving, if it still exists */
3723      write_profile_recent();
3724    }
3725
3726    /* Set profile name and update the status bar */
3727    set_profile_name (profile_name);
3728    profile_bar_update ();
3729
3730    /* Reset current preferences and apply the new */
3731    prefs_reset();
3732    menu_prefs_reset();
3733
3734    (void) read_configuration_files (&gdp_path, &dp_path);
3735
3736    recent_read_profile_static(&rf_path, &rf_open_errno);
3737    if (rf_path != NULL && rf_open_errno != 0) {
3738      simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
3739                   "Could not open common recent file\n\"%s\": %s.",
3740                   rf_path, strerror(rf_open_errno));
3741    }
3742    if (recent.gui_fileopen_remembered_dir && 
3743        test_for_directory(recent.gui_fileopen_remembered_dir) == EISDIR) {
3744      set_last_open_dir(recent.gui_fileopen_remembered_dir);
3745    }
3746    timestamp_set_type (recent.gui_time_format);
3747    timestamp_set_seconds_type (recent.gui_seconds_format);
3748    color_filters_enable(recent.packet_list_colorize);
3749
3750    prefs_to_capture_opts();
3751    prefs_apply_all();
3752
3753    /* Update window view and redraw the toolbar */
3754    update_main_window_name();
3755    toolbar_redraw_all();
3756
3757    /* Enable all protocols and disable from the disabled list */
3758    proto_enable_all();
3759    if (gdp_path == NULL && dp_path == NULL) {
3760      set_disabled_protos_list();
3761    }
3762
3763    /* Reload color filters */
3764    color_filters_reload();
3765
3766    /* Reload list of interfaces on welcome page */
3767    welcome_if_panel_reload();
3768
3769    /* Recreate the packet list according to new preferences */
3770 #ifdef NEW_PACKET_LIST
3771    new_packet_list_recreate ();
3772 #else
3773    packet_list_recreate ();
3774 #endif
3775    cfile.cinfo.columns_changed = FALSE; /* Reset value */
3776    user_font_apply();
3777
3778    /* Update menus with new recent values */
3779    menu_recent_read_finished();
3780
3781    /* Reload pane geometry, must be done after recreating the list */
3782    main_pane_load_window_geometry();
3783 }
3784
3785 /** redissect packets and update UI */
3786 void redissect_packets(void)
3787 {
3788     cf_redissect_packets(&cfile);
3789     status_expert_update();
3790 }