aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-02Fix ui/iface_lists.c - type attribute is not copiedRoland Knall1-0/+1
2013-11-26Add a comment about the "default options".Guy Harris1-0/+19
2013-10-23Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann1-0/+1
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-2/+2
2013-08-01add --capture-comment to tsharkMartin Kaiser1-1/+9
2013-07-27Clean up indentation.Guy Harris1-1/+1
2013-07-27command line option --capture-comment for dumpcapMartin Kaiser1-0/+2
2013-07-27add capture_comment to the capture_options structureMartin Kaiser1-0/+3
2013-06-04From Mike Garratt:Anders Broman1-0/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-20/+1
2013-05-22Rename capture_opts_trim_iface() toGuy Harris1-2/+3
2013-05-22On OS X, get the interface type from the System Configuration framework.Guy Harris1-12/+0
2013-03-13Add interface options preferences.Irene Rüngeler1-1/+1
2013-03-07Add buffersize and snap length to the preferences.Irene Rüngeler1-0/+1
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-0/+3
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris1-1/+1
2012-11-19From Mike Garratt:Anders Broman1-1/+3
2012-08-01It looks like we haven't inserted anything into the cap_settings_historyGerald Combs1-12/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-21scan_local_interfaces() isn't in capture_opts.c; don't declare it inGuy Harris1-3/+0
2012-03-12capture_opts_add_iface_opt() is not used outside capture_opts.c; make itGuy Harris1-3/+0
2012-01-25Actually, you only have monitor mode support if you have pcap_create() -Guy Harris1-0/+2
2012-01-25Fix error when building QtShark:Bill Meier1-2/+2
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-0/+90
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-90/+0
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-0/+90
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-0/+8
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen1-83/+0
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen1-0/+83
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-59/+1
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen1-1/+0
2011-05-16Make remote capturing settings a per interface thing. You can nowMichael Tüxen1-1/+12
2011-05-16Make pcap samping a per interface setting.Michael Tüxen1-4/+10
2011-05-16* Fix a bug when printing a pointer.Michael Tüxen1-1/+0
2011-05-13Get -L and -d working with multiple interface. Internally get some functionsMichael Tüxen1-1/+1
2011-05-12Add support for handling multiple interfaces as command lineMichael Tüxen1-8/+45
2011-04-11Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris1-1/+1
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris1-1/+1
2011-03-01Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independentMichael Tüxen1-11/+10
2010-08-28As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok1-0/+1
2010-07-01From Petr Lautrbach: when capturing, return the exit status of dumpcap,Guy Harris1-0/+1
2010-05-27Make -q not a capture option again - it's used by tshark even when notGuy Harris1-1/+0
2010-05-26Add a -q flag to dumpcap, to squelch its reporting of the packet count,Guy Harris1-0/+1
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris1-1/+1
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris1-1/+1
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris1-4/+4
2010-05-07As with the list of data link types, so with the list of interfaces; moveGuy Harris1-3/+3
2010-05-07For TShark and Wireshark, get the list of link-layer types for anGuy Harris1-3/+3
2010-05-07Beginnings of monitor mode support with libpcap 1.x.Guy Harris1-0/+3