aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-26For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a namedGerald Combs1-8/+44
2007-10-10Make the sync pipe the standard error, not the standard output, ofGuy Harris1-10/+7
2007-09-30"get_compiled_version_info()" appends to the string text starting withGuy Harris1-1/+1
2007-09-29Make the "-Z" argument to dumpcap take an argument that's the fileGuy Harris1-7/+10
2007-09-29Don't hardcode the notion that the sync pipe is the standard output intoGuy Harris1-1/+1
2007-09-29We don't use NetSNMP any more.Guy Harris1-8/+0
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-5/+16
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-13/+17
2007-06-11One more step in privilege separation.Gerald Combs1-10/+20
2007-02-19Output error msgs when using dumpcap from cmd-line (stand-alone);Bill Meier1-16/+25
2007-02-06From Eric Hall to fix bug 1289:Jeff Morriss1-2/+2
2006-11-02Frederic Heem:Jörg Mayer1-9/+14
2006-10-20Make dumpcap complile again and other minor improvements.Jaap Keuter1-6/+10
2006-10-19Fix up the changes to put the Portaudio information at the end of theGuy Harris1-2/+1
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-46/+0
2006-08-21Add to a comment.Guy Harris1-0/+1
2006-08-13put utf_16to8 under #ifdef _WIN32, thanks ToralfUlf Lamping1-0/+4
2006-08-13another place missing a call to utf_16to8(), the about box was showing "Windo...Ulf Lamping1-0/+43
2006-05-28Ethereal->WiresharkAnders Broman1-4/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-03Don't report the interface name unconditionally.Guy Harris1-1/+1
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-73/+13
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris1-43/+45
2006-03-24Various code cleanup in the capture pipe stuffUlf Lamping1-11/+2
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping1-39/+42
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris1-49/+49
2006-02-25update some comments, as dumpcap no longer uses console window stuffUlf Lamping1-21/+2
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-55/+101
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris1-26/+0
2006-02-12freebsd needs to define AF_INET6, seems to need sys/socket.hUlf Lamping1-0/+4
2006-02-11the point of no return ...Ulf Lamping1-175/+16
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping1-5/+9
2006-02-10some improvements in the console output handlingUlf Lamping1-17/+96
2006-01-12minor changes to the usage outputUlf Lamping1-4/+4
2006-01-05cleanup of exit_main() declarationUlf Lamping1-5/+6
2006-01-03__attribute__ noreturn can only be used in function declations.Jörg Mayer1-0/+1
2005-12-31add the GCC specific attribute "noreturn" to exit_main()Ulf Lamping1-5/+8
2005-12-31From Jaap Keuter:Ulf Lamping1-12/+14
2005-12-18warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2005-12-16some minor fixes: logging and comments fixedUlf Lamping1-9/+16
2005-12-15use capture_opts_trim_iface() instead of duplicated codeUlf Lamping1-47/+69
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-96/+20
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-12-05no more usage of Ethereal.lib in dumpcap any longer :-)Ulf Lamping1-27/+61
2005-12-04We need AF_INET6 on linux, so include netdb.h if available.Jörg Mayer1-0/+4
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-33/+9
2005-12-03split some parts of the packet counting functions into their own files captur...Ulf Lamping1-3/+4
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+1
2005-12-01fix OPTINIT string, help output and add an exit_main functionUlf Lamping1-37/+34
2005-11-28dumpcap.c doesn't need to link with file.c!Ulf Lamping1-84/+27