Fix r35690: tvb_get_unicode_string() takes length in 8-bit bytes, not
[obnox/wireshark/wip.git] / capture_opts.h
2010-08-28 sakeAs mentioned on the users-mailinglist[1], it could...
2010-07-01 guyFrom Petr Lautrbach: when capturing, return the exit...
2010-05-27 guyMake -q not a capture option again - it's used by tshar...
2010-05-26 guyAdd a -q flag to dumpcap, to squelch its reporting...
2010-05-14 guyUm, no, the problem with the Leopard x86 build is that...
2010-05-14 guySee whether the Leopard x86 buildbot is upset because...
2010-05-13 guyFetch an indication of whether the interface supports...
2010-05-07 guyAs with the list of data link types, so with the list...
2010-05-07 guyFor TShark and Wireshark, get the list of link-layer...
2010-05-07 guyBeginnings of monitor mode support with libpcap 1.x.
2010-05-06 guyJust check for pcap_create(); it first appeared in...
2010-05-06 etxrabChecking in Stigs changes from
2009-04-27 tuexenAdd -n option to dumpcap. It will save the capture...
2008-06-24 guyAdd gtk/capture_globals.h, to declare global_capture_op...
2008-06-23 guyRename a variable to avoid collisions with a global...
2008-06-20 guycapture_opts_print_statistics() has nothing to do with...
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-08-30 geraldChange the "--enable-setuid-install" option to install...
2007-08-22 morrissgcc 4 doesn't like my macro for getting the interface...
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-07-20 geraldRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 geraldOne more step in privilege separation.
2006-08-26 guyGo back to setting the capture filter to an empty strin...
2006-05-21 sahlbergname change
2006-04-03 guyIn Tethereal, don't save to a temporary file if "-w...
2006-02-11 ulflthe point of no return ...
2006-02-10 ulflremove all calls to exit() from the capture_opts.c...
2006-01-07 ulflmove output_to_pipe flag from tethereal's loop_data...
2005-12-18 jmayerwarning: function declaration isn't a prototype
2005-12-13 ulflHUGE STEP (hopefully toward the right direction):
2005-12-05 ulfladd capture_opts_trim(), as this sequence is used three...
2005-12-03 ulflsplit capture.h into capture.h, capture_loop.h and...