Replace a handful of tabs with spaces.
[obnox/wireshark/wip.git] / gtk / capture_if_dlg.c
2007-11-28 sahlbergfix the path to include g_ascii_strcasecmp.h
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-08-30 stigIt seems like capture_stats is working as a correctly...
2007-08-22 morrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-08-02 geraldAdd a "-S" flag to dumpcap, which prints out interface...
2007-06-11 geraldOne more step in privilege separation.
2007-05-19 guyConvert the arguments to if_list_comparator_alph()...
2007-05-19 jakeGet the build going.
2007-05-18 geraldFrom Dustin Johnson:
2007-01-23 geraldPropagate the recent interface list changes (r20521...
2007-01-21 guyHave the routines to get interface lists take a pointer...
2006-12-11 ulflremove some warnings
2006-12-05 geraldFrom Davide Schiera and Giorgio Tino: Add initial WPA...
2006-08-30 ulflseems the height offset 16 seems a bit too small to...
2006-08-27 ulflfix a warning by removing now unused code
2006-08-26 guyClean up indentation.
2006-08-24 ulflcapture interfaces dialog: use capture stock icons...
2006-08-16 geraldAdd support for AirPcap, an upcoming wireless product...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-22 ulflas I've experienced a scrollbar again while having...
2006-04-10 jakeAdd 2px height to avoid a vertical scrollbar with Gtk...
2006-04-08 jakeFix for bug 848. Make a scrollable window when more...
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-05 ulflfix cant_load_winpcap_err() parameter
2005-10-04 guyAdd a "capture_errs.c" routine to cough up error messag...
2005-09-07 ulflclose the capture interfaces dialog if the user pressed...
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-06-03 guyUpdate URLs and domain names that refer to the WinPcap...
2005-05-20 ulflwin32 only: get interface details from WinPcap's packet...
2005-04-19 ulflask for unsaved file when using the new start capture...
2005-04-16 ulflminor refactoring
2005-03-28 ulflvarious (minor) capture code cleanup
2005-02-13 lrolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-06 ulflanother two steps towards privilege seperation:
2005-01-20 ulfladd some more online help functionality and help button...
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-08-28 guyWe use "#ifdef" elsewhere to test WIN32; use it, rather...
2004-07-19 guyPull the address (and port and circuit type) stuff...
2004-07-18 guyAdd support for IPv6 addresses for interfaces.
2004-07-18 guyAdd some comments, and expand on a comment (if "pcap_st...
2004-07-18 guyNot all interfaces have descriptions.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-17 ulfladd a new dialog box to menu "Capture/Interfaces.....