aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-28Add support for building dumpcap, and fix dumpcap to build on UN*X.Guy Harris1-2/+1
2005-11-28first steps towards a separated capture tool, working title "dumpcap"Ulf Lamping1-0/+846