| Commit message (Expand) | Author | Age | Files | Lines |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Don't report the interface name unconditionally. | Guy Harris | 2006-04-03 | 1 | -1/+1 |
* | Put the low-level sync routines into a common file so they can be shared | Guy Harris | 2006-04-03 | 1 | -73/+13 |
* | In Tethereal, don't save to a temporary file if "-w" isn't specified, | Guy Harris | 2006-04-03 | 1 | -43/+45 |
* | Various code cleanup in the capture pipe stuff | Ulf Lamping | 2006-03-24 | 1 | -11/+2 |
* | fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ... | Ulf Lamping | 2006-03-13 | 1 | -39/+42 |
* | Pass two strings in capture child messages, so the child can send | Guy Harris | 2006-03-05 | 1 | -49/+49 |
* | update some comments, as dumpcap no longer uses console window stuff | Ulf Lamping | 2006-02-25 | 1 | -21/+2 |
* | remove dependencies to pcap.h, so getting an idea what needs to be done by du... | Ulf Lamping | 2006-02-17 | 1 | -55/+101 |
* | Move create_tempfile() to tempfile.c out of util.c. This means dumpcap | Guy Harris | 2006-02-12 | 1 | -26/+0 |
* | freebsd needs to define AF_INET6, seems to need sys/socket.h | Ulf Lamping | 2006-02-12 | 1 | -0/+4 |
* | the point of no return ... | Ulf Lamping | 2006-02-11 | 1 | -175/+16 |
* | remove all calls to exit() from the capture_opts.c and replace them by status... | Ulf Lamping | 2006-02-10 | 1 | -5/+9 |
* | some improvements in the console output handling | Ulf Lamping | 2006-02-10 | 1 | -17/+96 |
* | minor changes to the usage output | Ulf Lamping | 2006-01-12 | 1 | -4/+4 |
* | cleanup of exit_main() declaration | Ulf Lamping | 2006-01-05 | 1 | -5/+6 |
* | __attribute__ noreturn can only be used in function declations. | Jörg Mayer | 2006-01-03 | 1 | -0/+1 |
* | add the GCC specific attribute "noreturn" to exit_main() | Ulf Lamping | 2005-12-31 | 1 | -5/+8 |
* | From Jaap Keuter: | Ulf Lamping | 2005-12-31 | 1 | -12/+14 |
* | warning: function declaration isn't a prototype | Jörg Mayer | 2005-12-18 | 1 | -1/+1 |
* | some minor fixes: logging and comments fixed | Ulf Lamping | 2005-12-16 | 1 | -9/+16 |
* | use capture_opts_trim_iface() instead of duplicated code | Ulf Lamping | 2005-12-15 | 1 | -47/+69 |
* | HUGE STEP (hopefully toward the right direction): | Ulf Lamping | 2005-12-13 | 1 | -96/+20 |
* | rename pcap-....c/.h files to capture-pcap-....c/.h | Ulf Lamping | 2005-12-06 | 1 | -1/+1 |
* | no more usage of Ethereal.lib in dumpcap any longer :-) | Ulf Lamping | 2005-12-05 | 1 | -27/+61 |
* | We need AF_INET6 on linux, so include netdb.h if available. | Jörg Mayer | 2005-12-04 | 1 | -0/+4 |
* | move the complete functionality of the capture info dialog from capture_loop.... | Ulf Lamping | 2005-12-04 | 1 | -33/+9 |
* | split some parts of the packet counting functions into their own files captur... | Ulf Lamping | 2005-12-03 | 1 | -3/+4 |
* | split capture.h into capture.h, capture_loop.h and capture_opts.h and place t... | Ulf Lamping | 2005-12-03 | 1 | -0/+1 |
* | fix OPTINIT string, help output and add an exit_main function | Ulf Lamping | 2005-12-01 | 1 | -37/+34 |
* | dumpcap.c doesn't need to link with file.c! | Ulf Lamping | 2005-11-28 | 1 | -84/+27 |
* | Add support for building dumpcap, and fix dumpcap to build on UN*X. | Guy Harris | 2005-11-28 | 1 | -2/+1 |
* | first steps towards a separated capture tool, working title "dumpcap" | Ulf Lamping | 2005-11-28 | 1 | -0/+846 |