Move disabled_protos.{h,c} into epan.
[metze/wireshark/wip.git] / ui / gtk / main.c
2013-07-12 Jeff MorrissMove disabled_protos.{h,c} into epan.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-07-08 Jeff MorrissFrom Jim Young via https://bugs.wireshark.org/bugzilla...
2013-06-27 Luis OntanonWindows changes for main_window_update ....
2013-06-27 Luis Ontanonget main_window_update out of the way... pass an update...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-22 Guy HarrisGet rid of an unused routine.
2013-05-22 Guy HarrisSigh, it was a "building without libpcap" issue.
2013-05-22 Guy HarrisOK, try hiding from *THIS*, GCC. Will break other...
2013-05-22 Guy HarrisOK, try directly including capture_session.h.
2013-05-22 Guy HarrisOK, what's your beef, GCC?
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-05-22 Guy HarrisRename capture_opts_trim_iface() to
2013-04-25 Guy HarrisSend the output of the -D and -L options to the standar...
2013-04-11 Irene RüngelerSelect the interface, if only one exists.
2013-04-09 Irene RüngelerThe default interface should now be selected also on...
2013-04-09 Jeff MorrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-04-01 Guy HarrisGet rid of main_capture_set_main_window_title(), as...
2013-04-01 Guy HarrisMove the knowledge about what the window title should...
2013-03-31 Guy HarrisRename set_display_filename() to set_titlebar_for_captu...
2013-03-30 Evan HuusMove wireshark's display filter flag to -Y for consiste...
2013-03-28 Evan HuusIf wireshark is started with a file and a display filte...
2013-03-27 Pascal QuantinFrom Jim Young via https://bugs.wireshark.org/bugzilla...
2013-03-26 Gerald CombsMore icon updates.
2013-03-26 Anders BromanFrom Jim Young:
2013-03-21 Bill MeierFrom beroset:
2013-03-12 Anders BromanUse explicit casts.
2013-03-11 Anders BromanUse explicit casts.
2013-03-05 Jeff MorrissFollowup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE...
2013-03-05 Chris MaynardDefault capture buffer size is now 2MB. (See also...
2013-02-25 Bill Meierit's ==> its & its ==> it's as needed.
2013-02-21 Gerald CombsDon't yell at the user quite so much. Remove exclamatio...
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-02-19 Gerald CombsAdd automatic software update checks for Win32 using...
2013-02-08 Chris MaynardFix Coverity CID 973548: Dereference null return value.
2013-02-03 Jeff MorrissMove the get-runtime-version stuff back outside of...
2013-02-03 Anders Bromancall load_wpcap before collecting the run-time version...
2013-01-24 Gerald CombsAdd font and color preferences. Unfortunately Qt doesn...
2013-01-22 Gerald CombsGTK+:
2013-01-20 Jaap KeuterFix for CID 715142.
2013-01-18 Gerald CombsRename the "saved_val" preference element to "stashed_v...
2013-01-16 Guy HarrisSet the crash info as early as possible in main(),...
2012-12-20 Evan HuusTweak the order of the UI updates when finishing a...
2012-12-05 Gerald CombsRemove an unused variable. Use ITEM_LABEL_LENGTH instea...
2012-11-21 Guy HarrisOn error, have capture_opts_trim_iface() return the...
2012-11-02 Anders BromanFrom Jim Young and updated by Max Romanov:
2012-10-21 Pascal QuantinRevert r45692 and try to fix link failure another way...
2012-10-21 Alexis La GoutteTry to fix LINK : fatal error LNK1181: cannot open...
2012-10-21 Alexis La GoutteMove MSWindows console "windows" to ui/win32/console_wi...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-02 Guy HarrisGet rid of the always-null and unused argument to
2012-09-28 Jakub Zawadzkiprotect_thread_critical_region, unprotect_thread_critic...
2012-09-26 Gerald CombsCall fileset_file_closed from cf_cb_file_closed.
2012-09-26 Gerald CombsAdd a cf_cb_file_opened callback and use it instead...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-04 Jörg Mayer- Replace packet_list_recreate_visible_rows -> packet_l...
2012-09-04 Jörg MayerRename new_packet_list.[ch] to packet_list.[ch]
2012-09-03 Jakub Zawadzkicinfo.columns_changed is only used by ui/gtk, move...
2012-08-08 Michael MannHave (almost) all preferences use the generic preferenc...
2012-08-08 Irene RüngelerAdd -A as command line option to wireshark and tshark.
2012-08-03 Gerald CombsMove capture_globals.h from ui/gtk/ to ui/. Show interf...
2012-08-01 Gerald CombsMove the common parts of iface_lists.[ch] from ui/gtk...
2012-07-24 Anders BromanAnalyze->Apply as Filter and Analyze->Prepare a Filter...
2012-07-18 Anders BromanFrom Jakub Zawadzki use gtk_box_pack_start isof gtk_con...
2012-07-18 Jörg MayerGet rid of the problems described in bug7377
2012-07-11 Anders Bromane_addr_resolve has a new member.
2012-07-08 Jeff MorrissFirst phase of fixing https://bugs.wireshark.org/bugzil...
2012-07-06 Jakub ZawadzkiFix logic typo, it should fix bug #7434
2012-07-06 Jakub Zawadzki- e_addr_resolve is structure so pass it by pointer.
2012-07-06 Anders BromanFrom Michael Mann:
2012-06-30 Jakub ZawadzkiFix bug #7425: Per-packet right-click network or MAC...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-28 Guy HarrisMove if_list_comparator_alph() to iface_lists.c; it...
2012-06-28 Guy HarrisNo pcap, no interfaces to monitor.
2012-06-28 Guy Harris<wsutil/file_util.h> is needed on Windows.
2012-06-28 Guy Harris<wsutil/file_util.h> is needed by ui/gtk/iface_lists...
2012-06-28 Guy HarrisMove the stuff to manage the global interface list...
2012-06-28 Guy HarrisFrom Pontus Fuchs:
2012-06-28 Guy HarrisMake scan_local_interfaces() local to ui/gtk/main.c...
2012-06-28 Guy HarrisDetangle the code that manages the interface list on...
2012-06-28 Guy HarrisNo pcap, no interfaces, no interface lists to refresh.
2012-06-28 Guy HarrisFrom Pontus Fuchs:
2012-06-25 Anders BromanFrom Michael Mann:
2012-06-24 Jörg MayerPontus Fuchs (via bug 6973):
2012-06-19 Jörg Mayercapture_dlg.h:
2012-06-19 Anders BromanRevert:
2012-06-19 Anders BromanRevert:
2012-06-19 Anders Bromanairpcap_tb -> wireless_tb
2012-06-19 Anders BromanStart to have an generic wireless toolbar. Sligtly...
2012-06-17 Guy HarrisMove some code to manipulate the toolbar and capture...
2012-06-16 Guy HarrisOops, main_packet_panes.h no longer exists.
2012-06-16 Guy HarrisThere's not much of note in ui/gtk/main_packet_panes...
2012-06-16 Guy HarrisRename clear_tree_and_hex_views() to main_clear_tree_an...
2012-06-16 Guy HarrisMove some routines that specifically handle the main...
2012-06-16 Guy Harrisui/gtk/main_proto_draw.c isn't just used for the main...
2012-06-14 Guy HarrisIn effect, disable closing the main window while a...
2012-06-14 Guy HarrisDisable some menu items and toolbar items while we...
2012-06-13 Guy HarrisUpdate a comment to reflect new-packet-list reality.
2012-06-05 Guy HarrisIf we do a Save or Save As with a move, don't reread...
2012-06-05 Guy HarrisDistinguish between "failed" and "user stopped it"...
next