aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-55/+101
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapguy1-26/+0
2006-02-12freebsd needs to define AF_INET6, seems to need sys/socket.hulfl1-0/+4
2006-02-11the point of no return ...ulfl1-175/+16
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...ulfl1-5/+9
2006-02-10some improvements in the console output handlingulfl1-17/+96
2006-01-12minor changes to the usage outputulfl1-4/+4
2006-01-05cleanup of exit_main() declarationulfl1-5/+6
2006-01-03__attribute__ noreturn can only be used in function declations.jmayer1-0/+1
2005-12-31add the GCC specific attribute "noreturn" to exit_main()ulfl1-5/+8
2005-12-31From Jaap Keuter:ulfl1-12/+14
2005-12-18warning: function declaration isn't a prototypejmayer1-1/+1
2005-12-16some minor fixes: logging and comments fixedulfl1-9/+16
2005-12-15use capture_opts_trim_iface() instead of duplicated codeulfl1-47/+69
2005-12-13HUGE STEP (hopefully toward the right direction):ulfl1-96/+20
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-1/+1
2005-12-05no more usage of Ethereal.lib in dumpcap any longer :-)ulfl1-27/+61
2005-12-04We need AF_INET6 on linux, so include netdb.h if available.jmayer1-0/+4
2005-12-04move the complete functionality of the capture info dialog from capture_loop....ulfl1-33/+9
2005-12-03split some parts of the packet counting functions into their own files captur...ulfl1-3/+4
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...ulfl1-0/+1
2005-12-01fix OPTINIT string, help output and add an exit_main functionulfl1-37/+34
2005-11-28dumpcap.c doesn't need to link with file.c!ulfl1-84/+27
2005-11-28Add support for building dumpcap, and fix dumpcap to build on UN*X.guy1-2/+1
2005-11-28first steps towards a separated capture tool, working title "dumpcap"ulfl1-0/+846