summaryrefslogtreecommitdiff
path: root/ui/gtk/capture_if_details_dlg_win32.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-23GTK+: Yell at the user less.Gerald Combs1-1/+1
2016-06-07pcap: Remove the WinPcap version checking for the Details dialogYang Luo1-37/+1
2016-04-19Remove "AirPcap" string for 802.11 medium on Windows because this medium can ...hsluoyz1-3/+3
2016-02-18Another include that needs fixing.Guy Harris1-1/+1
2015-08-25win32: update the list of NdisMedium and NdisPhysicalMedium defines used by G...Pascal Quantin1-22/+50
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-28/+43
2014-10-30Replace one more isprint() with g_ascii_isprint().Jeff Morriss1-1/+1
2014-09-25Update the simple dialog code.Gerald Combs1-4/+4
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-2/+2
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-07-01 Define certain 'const char *...' arrays as static.Bill Meier1-2/+2
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs1-8/+7
2013-01-11Remove a left-over "// note to myself".Bill Meier1-1/+1
2013-01-11Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-837/+841
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-11-24Rename get_windows_interface_friendlyname() toGuy Harris1-5/+5
2012-11-20Clean up white space.Guy Harris1-4/+2
2012-11-19From Mike Garratt:Anders Broman1-2/+12
2012-10-10Fix a copy+paste error and a missing include. Adjust the format_sizeGerald Combs1-1/+3
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs1-9/+17
2012-10-03Remove more obsolete _MSC_VER code.Gerald Combs1-151/+0
2012-09-26Add the so-called "friendly name", as provided by NDIS; at least withGuy Harris1-0/+14
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-1/+1
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-2/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-24Fix up some white space (get rid of 4-space tabs.Jeff Morriss1-112/+112
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-3/+3
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+2530