BAT has a Bouquet ID, no Service ID
[metze/wireshark/wip.git] / capture_opts.h
2013-10-23 Michael MannBugfix "Restart the running live capture" when using...
2013-08-29 Chris MaynardHandle the 2GiB boundary case of the max filesize autos...
2013-08-01 Martin Kaiseradd --capture-comment to tshark
2013-07-27 Guy HarrisClean up indentation.
2013-07-27 Martin Kaisercommand line option --capture-comment for dumpcap
2013-07-27 Martin Kaiseradd capture_comment to the capture_options structure
2013-06-04 Anders BromanFrom Mike Garratt:
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-05-22 Guy HarrisRename capture_opts_trim_iface() to
2013-05-22 Guy HarrisOn OS X, get the interface type from the System Configu...
2013-03-13 Irene RüngelerAdd interface options preferences.
2013-03-07 Irene RüngelerAdd buffersize and snap length to the preferences.
2013-02-28 Jeff MorrissAdd a #define for the default capture buffer size and...
2012-11-21 Guy HarrisOn error, have capture_opts_trim_iface() return the...
2012-11-19 Anders BromanFrom Mike Garratt:
2012-08-01 Gerald CombsIt looks like we haven't inserted anything into the...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-03-21 Guy Harrisscan_local_interfaces() isn't in capture_opts.c; don...
2012-03-12 Guy Harriscapture_opts_add_iface_opt() is not used outside captur...
2012-01-25 Guy HarrisActually, you only have monitor mode support if you...
2012-01-25 Bill MeierFix error when building QtShark:
2012-01-25 Michael TüxenThird try. This time pipes and stdin are supported...
2012-01-24 Michael TüxenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 Michael TüxenSecond try. This time pipes and stdin are supported.
2011-12-29 Gerald CombsAdd 'extern "C"' wrappers and #include guards to variou...
2011-10-20 Michael TüxenBack out infrastructure change. We missed supporting
2011-10-20 Michael TüxenUse a global list containing all interfaces and only...
2011-06-27 Michael TüxenGet rid of old non-interface specific settings which...
2011-05-31 Michael TüxenGet rid of has_cfilter to simplify the handling of...
2011-05-16 Michael TüxenMake remote capturing settings a per interface thing...
2011-05-16 Michael TüxenMake pcap samping a per interface setting.
2011-05-16 Michael Tüxen* Fix a bug when printing a pointer.
2011-05-13 Michael TüxenGet -L and -d working with multiple interface. Internal...
2011-05-12 Michael TüxenAdd support for handling multiple interfaces as command...
2011-04-11 Guy HarrisBack out Jeff Morris's change to make the autostop...
2011-04-11 Guy HarrisJeff Morris's change to make the autostop file size...
2011-03-01 Michael TüxenMake HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independent
2010-08-28 Sake BlokAs mentioned on the users-mailinglist[1], it could...
2010-07-01 Guy HarrisFrom Petr Lautrbach: when capturing, return the exit...
2010-05-27 Guy HarrisMake -q not a capture option again - it's used by tshar...
2010-05-26 Guy HarrisAdd a -q flag to dumpcap, to squelch its reporting...
2010-05-14 Guy HarrisUm, no, the problem with the Leopard x86 build is that...
2010-05-14 Guy HarrisSee whether the Leopard x86 buildbot is upset because...
2010-05-13 Guy HarrisFetch an indication of whether the interface supports...
2010-05-07 Guy HarrisAs with the list of data link types, so with the list...
2010-05-07 Guy HarrisFor TShark and Wireshark, get the list of link-layer...
2010-05-07 Guy HarrisBeginnings of monitor mode support with libpcap 1.x.
2010-05-06 Guy HarrisJust check for pcap_create(); it first appeared in...
2010-05-06 Anders BromanChecking in Stigs changes from
2009-04-27 Michael TüxenAdd -n option to dumpcap. It will save the capture...
2008-06-24 Guy HarrisAdd gtk/capture_globals.h, to declare global_capture_op...
2008-06-23 Guy HarrisRename a variable to avoid collisions with a global...
2008-06-20 Guy Harriscapture_opts_print_statistics() has nothing to do with...
2007-12-04 Tomas KukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-08-30 Gerald CombsChange the "--enable-setuid-install" option to install...
2007-08-22 Jeff Morrissgcc 4 doesn't like my macro for getting the interface...
2007-08-22 Jeff MorrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-08-02 Gerald CombsAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-20 Gerald CombsRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 Gerald CombsOne more step in privilege separation.
2006-08-26 Guy HarrisGo back to setting the capture filter to an empty strin...
2006-05-21 Ronnie Sahlbergname change
2006-04-03 Guy HarrisIn Tethereal, don't save to a temporary file if "-w...
2006-02-11 Ulf Lampingthe point of no return ...
2006-02-10 Ulf Lampingremove all calls to exit() from the capture_opts.c...
2006-01-07 Ulf Lampingmove output_to_pipe flag from tethereal's loop_data...
2005-12-18 Jörg Mayerwarning: function declaration isn't a prototype
2005-12-13 Ulf LampingHUGE STEP (hopefully toward the right direction):
2005-12-05 Ulf Lampingadd capture_opts_trim(), as this sequence is used three...
2005-12-03 Ulf Lampingsplit capture.h into capture.h, capture_loop.h and...