aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* name changeRonnie Sahlberg2006-05-211-2/+2
* Don't report the interface name unconditionally.Guy Harris2006-04-031-1/+1
* Put the low-level sync routines into a common file so they can be sharedGuy Harris2006-04-031-73/+13
* In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris2006-04-031-43/+45
* Various code cleanup in the capture pipe stuffUlf Lamping2006-03-241-11/+2
* fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping2006-03-131-39/+42
* Pass two strings in capture child messages, so the child can sendGuy Harris2006-03-051-49/+49
* update some comments, as dumpcap no longer uses console window stuffUlf Lamping2006-02-251-21/+2
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-55/+101
* Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris2006-02-121-26/+0
* freebsd needs to define AF_INET6, seems to need sys/socket.hUlf Lamping2006-02-121-0/+4
* the point of no return ...Ulf Lamping2006-02-111-175/+16
* remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping2006-02-101-5/+9
* some improvements in the console output handlingUlf Lamping2006-02-101-17/+96
* minor changes to the usage outputUlf Lamping2006-01-121-4/+4
* cleanup of exit_main() declarationUlf Lamping2006-01-051-5/+6
* __attribute__ noreturn can only be used in function declations.Jörg Mayer2006-01-031-0/+1
* add the GCC specific attribute "noreturn" to exit_main()Ulf Lamping2005-12-311-5/+8
* From Jaap Keuter:Ulf Lamping2005-12-311-12/+14
* warning: function declaration isn't a prototypeJörg Mayer2005-12-181-1/+1
* some minor fixes: logging and comments fixedUlf Lamping2005-12-161-9/+16
* use capture_opts_trim_iface() instead of duplicated codeUlf Lamping2005-12-151-47/+69
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-131-96/+20
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-1/+1
* no more usage of Ethereal.lib in dumpcap any longer :-)Ulf Lamping2005-12-051-27/+61
* We need AF_INET6 on linux, so include netdb.h if available.Jörg Mayer2005-12-041-0/+4
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-33/+9
* split some parts of the packet counting functions into their own files captur...Ulf Lamping2005-12-031-3/+4
* split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2005-12-031-0/+1
* fix OPTINIT string, help output and add an exit_main functionUlf Lamping2005-12-011-37/+34
* dumpcap.c doesn't need to link with file.c!Ulf Lamping2005-11-281-84/+27
* Add support for building dumpcap, and fix dumpcap to build on UN*X.Guy Harris2005-11-281-2/+1
* first steps towards a separated capture tool, working title "dumpcap"Ulf Lamping2005-11-281-0/+846