summaryrefslogtreecommitdiff
path: root/ui/gtk/capture_info_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-81/+115
2015-04-05Have a common routine for constructing strings listing interfaces.Guy Harris1-36/+3
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-2/+2
2014-07-20Get rid of #if 0'ed out includes of capture-pcap-util.h.Guy Harris1-3/+0
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-0/+2
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-9/+9
2013-03-21From beroset:Bill Meier1-8/+8
2013-03-07Use explicit casts.Anders Broman1-9/+9
2013-01-10Replace gtk_table...() with ws_gtk_grid...()Bill Meier1-28/+41
2012-10-07(Trivial) Remove unneeded #include.Bill Meier1-35/+34
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ eq...Anders Broman1-1/+1
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+371