aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
Commit message (Expand)AuthorAgeFilesLines
* Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann2013-10-231-0/+1
* Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard2013-08-291-2/+2
* add --capture-comment to tsharkMartin Kaiser2013-08-011-1/+9
* Clean up indentation.Guy Harris2013-07-271-1/+1
* command line option --capture-comment for dumpcapMartin Kaiser2013-07-271-0/+2
* add capture_comment to the capture_options structureMartin Kaiser2013-07-271-0/+3
* From Mike Garratt:Anders Broman2013-06-041-0/+1
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-20/+1
* Rename capture_opts_trim_iface() toGuy Harris2013-05-221-2/+3
* On OS X, get the interface type from the System Configuration framework.Guy Harris2013-05-221-12/+0
* Add interface options preferences.Irene Rüngeler2013-03-131-1/+1
* Add buffersize and snap length to the preferences.Irene Rüngeler2013-03-071-0/+1
* Add a #define for the default capture buffer size and use it.Jeff Morriss2013-02-281-0/+3
* On error, have capture_opts_trim_iface() return the exit status thatGuy Harris2012-11-211-1/+1
* From Mike Garratt:Anders Broman2012-11-191-1/+3
* It looks like we haven't inserted anything into the cap_settings_historyGerald Combs2012-08-011-12/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* scan_local_interfaces() isn't in capture_opts.c; don't declare it inGuy Harris2012-03-211-3/+0
* capture_opts_add_iface_opt() is not used outside capture_opts.c; make itGuy Harris2012-03-121-3/+0
* Actually, you only have monitor mode support if you have pcap_create() -Guy Harris2012-01-251-0/+2
* Fix error when building QtShark:Bill Meier2012-01-251-2/+2
* Third try. This time pipes and stdin are supported and theMichael Tüxen2012-01-251-0/+90
* We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen2012-01-241-90/+0
* Second try. This time pipes and stdin are supported.Michael Tüxen2012-01-241-0/+90
* Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs2011-12-291-0/+8
* Back out infrastructure change. We missed supportingMichael Tüxen2011-10-201-83/+0
* Use a global list containing all interfaces and only changeMichael Tüxen2011-10-201-0/+83
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-59/+1
* Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen2011-05-311-1/+0
* Make remote capturing settings a per interface thing. You can nowMichael Tüxen2011-05-161-1/+12
* Make pcap samping a per interface setting.Michael Tüxen2011-05-161-4/+10
* * Fix a bug when printing a pointer.Michael Tüxen2011-05-161-1/+0
* Get -L and -d working with multiple interface. Internally get some functionsMichael Tüxen2011-05-131-1/+1
* Add support for handling multiple interfaces as command lineMichael Tüxen2011-05-121-8/+45
* Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris2011-04-111-1/+1
* Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris2011-04-111-1/+1
* Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independentMichael Tüxen2011-03-011-11/+10
* As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok2010-08-281-0/+1
* From Petr Lautrbach: when capturing, return the exit status of dumpcap,Guy Harris2010-07-011-0/+1
* Make -q not a capture option again - it's used by tshark even when notGuy Harris2010-05-271-1/+0
* Add a -q flag to dumpcap, to squelch its reporting of the packet count,Guy Harris2010-05-261-0/+1
* Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris2010-05-141-1/+1
* See whether the Leopard x86 buildbot is upset because of the nameGuy Harris2010-05-141-1/+1
* Fetch an indication of whether the interface supports capturing inGuy Harris2010-05-131-4/+4
* As with the list of data link types, so with the list of interfaces; moveGuy Harris2010-05-071-3/+3
* For TShark and Wireshark, get the list of link-layer types for anGuy Harris2010-05-071-3/+3
* Beginnings of monitor mode support with libpcap 1.x.Guy Harris2010-05-071-0/+3
* Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris2010-05-061-1/+1
* Checking in Stigs changes fromAnders Broman2010-05-061-1/+1
* Add -n option to dumpcap. It will save the capture files inMichael Tüxen2009-04-271-0/+1