aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-21/+0
2013-03-19From Michal Labedzki:Anders Broman1-18/+14
2013-03-10Make the memory limit (in bytes or packets) used for storing packetsMichael Tüxen1-20/+39
2013-03-03From beroset:Anders Broman1-13/+23
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-1/+1
2013-02-28Update the text of dumpcap -h, default buffer size should be 2 MB.Anders Broman1-1/+1
2013-02-26it's ==> itsBill Meier1-1/+1
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-2/+1
2013-01-22svn path=/trunk/; revision=47210Anders Broman1-22/+22
2013-01-15Add some routines to wsutil to, at least on some platforms, addGuy Harris1-10/+21
2013-01-02Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv...Michael Mann1-9/+9
2012-12-26Make dumpcap build on WindowsAnders Broman1-4/+7
2012-12-26Fix a bunch of warnings.Guy Harris1-15/+21
2012-12-23More whitespace cleanups.Guy Harris1-82/+77
2012-12-23Add support for writing per packet comments when using pcapng.Michael Tüxen1-0/+1
2012-12-23Fix indentation.Guy Harris1-58/+54
2012-12-20fclose() and fflush() are standard C routines, so there's no need forGuy Harris1-6/+6
2012-12-20Don't use an pcap structures in pcapio.[ch]. Michael Tüxen1-2/+12
2012-12-20Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen1-7/+17
2012-12-19Add support for writing the flags option in the enhancedMichael Tüxen1-1/+1
2012-12-18- Make dumpcap build with the new bundle.Anders Broman1-0/+4
2012-12-12Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss1-1/+1
2012-12-12Document the "-g" option to dumpcap.Jeff Morriss1-1/+1
2012-12-10Change variable "devname" to "devicename" in numerous places to avoidStephen Fisher1-8/+8
2012-11-25Fix a number of [-Wshadow] warnings;Bill Meier1-151/+153
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-2/+3
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris1-2/+3
2012-11-21Make the "Invalid capture filter" message resemble that of other programs.Guy Harris1-1/+1
2012-11-19From Mike Garratt:Anders Broman1-14/+39
2012-10-03(Trivial): update a comment.Bill Meier1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-09Convert inpkts_to_sync_pipe and report_packet_count() to use unsigned intsEvan Huus1-5/+5
2012-07-25Update recv/drop counters also when no threads are used.Michael Tüxen1-1/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-27Don't supply a fallback error message for pcap_open() unless it actuallyGuy Harris1-6/+9
2012-06-24Pontus Fuchs via bug 6973:Jörg Mayer1-1/+67
2012-06-21Remove some trailing whitespaceJörg Mayer1-4/+4
2012-06-18Fix compilation on FreeBSD.Michael Tüxen1-1/+8
2012-06-09Fix Coverity CID 708961: Resource leak, by closing the socket if the connect(...Chris Maynard1-7/+25
2012-06-08Some minimal documentation of remote capture interface formats for both rpcap...Chris Maynard1-2/+5
2012-06-08Add another cast to make Windows buildbots happy.Chris Maynard1-1/+1
2012-06-08Add a cast.Anders Broman1-1/+1
2012-06-08From Alexey Neyman Forward ported by Michael Mann:Anders Broman1-147/+273
2012-05-25In cap_pipe_open_live(), be sure to call ws_close(fd) before returning due to...Chris Maynard1-0/+2
2012-05-18Expand a comment.Guy Harris1-2/+12
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-0/+1
2012-05-07From Evan Huus:Bill Meier1-19/+22
2012-04-25Set also the pcap buffer, if the default of 1 MB is used. This bug wasMichael Tüxen1-1/+1
2012-04-25Report the packets captured and the packets dropped (either by libpcap or by ...Michael Tüxen1-3/+3
2012-04-25Allow writing ISB with given recv/drop counters.Michael Tüxen1-1/+12