| Commit message (Expand) | Author | Age | Files | Lines |
* | Add inet_pton/inet_ntop interface to libwsutil | João Valverde | 2016-02-19 | 1 | -42/+16 |
* | Just #include wsutil/inet_aton.h | João Valverde | 2016-02-13 | 1 | -4/+0 |
* | Fix an indentation to get rid of | Joerg Mayer | 2016-02-13 | 1 | -2/+3 |
* | Don't write out statistics if we don't have any. | Guy Harris | 2015-12-21 | 1 | -29/+0 |
* | text2pcap: fix There are identical sub-expressions 'num_packets_written' to t... | Alexis La Goutte | 2015-12-21 | 1 | -1/+1 |
* | Remove -Wwrite-strings compiler flag | João Valverde | 2015-12-12 | 1 | -4/+2 |
* | Update user guide for development release | Pascal Quantin | 2015-11-11 | 1 | -1/+1 |
* | Clean up includes of unistd.h, fcntl.h, and sys/stat.h. | Guy Harris | 2015-11-07 | 1 | -4/+0 |
* | Suppress a bunch of cast-qual warnings. | Gerald Combs | 2015-02-20 | 1 | -0/+3 |
* | (Trivial) Fix printf-related 'Mismatch on sign' warnings | Bill Meier | 2015-02-09 | 1 | -1/+1 |
* | Use get_ws_vcs_version() to generate the version string. | Guy Harris | 2015-01-03 | 1 | -11/+9 |
* | Add back "version.h" inclusion | Pascal Quantin | 2015-01-02 | 1 | -0/+1 |
* | Do the full string in get_{compiled,runtime}_version_info(). | Guy Harris | 2014-12-31 | 1 | -6/+4 |
* | Move the version_info.c stuff to wsutil/ws_version_info.c. | Guy Harris | 2014-12-31 | 1 | -1/+0 |
* | Don't check the same character twice in a row, check it and the next character. | Guy Harris | 2014-12-28 | 1 | -1/+1 |
* | Only include <wsutil/os_version_info.h> if we need it. | Guy Harris | 2014-12-25 | 1 | -1/+0 |
* | Check for getopt_long(), not getopt(). | Guy Harris | 2014-12-25 | 1 | -1/+1 |
* | Move twelve show_version() functions from the varoius programs and | Stephen Fisher | 2014-12-24 | 1 | -16/+1 |
* | Don't use ctype.h routines. | Guy Harris | 2014-10-17 | 1 | -2/+1 |
* | Support nanosecond-resolution time stamps when writing pcap-ng files. | Guy Harris | 2014-09-28 | 1 | -23/+27 |
* | Remove some unnecessary definitions. | Guy Harris | 2014-08-30 | 1 | -20/+0 |
* | Modify includes of config.h so that out-of-tree builds, i.e. CMake | Graham Bloice | 2014-08-24 | 1 | -1/+1 |
* | Fix whitespace/indentation to match editor modelines. | Bill Meier | 2014-08-05 | 1 | -1/+1 |
* | Rename variable to avoid -Wshadow on mac buildbots | Evan Huus | 2014-08-02 | 1 | -6/+6 |
* | Clean up handling of missing functions. | Guy Harris | 2014-07-06 | 1 | -2/+2 |
* | Make --help and --version information a bit more uniform. | Guy Harris | 2014-07-03 | 1 | -51/+129 |
* | More getopt_long, to add --help and --version support. | Guy Harris | 2014-07-03 | 1 | -1/+10 |
* | Add command-line argument to request the version to a number of the utilities. | Jeff Morriss | 2014-06-21 | 1 | -7/+18 |
* | Fix Argument with 'nonnull' attribute passed null found by Clang | Alexis La Goutte | 2014-04-14 | 1 | -0/+5 |
* | Enhanced text2pcap so that if direction is specified on the command line, "-D", | Graham Bloice | 2014-03-24 | 1 | -16/+54 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Fix text2pcap.c: Argument with 'nonnull' attribute passed null (clang analyzer) | Hadriel Kaplan | 2014-03-02 | 1 | -0/+9 |
* | Replace "svn" with "git" all over the place. | Gerald Combs | 2014-02-07 | 1 | -5/+5 |
* | Use the normal convention for exit status and output file descriptors: | Bill Meier | 2013-12-31 | 1 | -129/+139 |
* | 'L' constant modifier not needed. | Bill Meier | 2013-12-22 | 1 | -1/+1 |
* | 'guint32 crc_c[256]' array initializer constants should be unsigned 32bit; Re... | Bill Meier | 2013-12-20 | 1 | -64/+64 |
* | Invert NEED_INET_ATON_H to HAVE_INET_ATON_H | Jörg Mayer | 2013-10-05 | 1 | -1/+1 |
* | Rename routines that write pcap-ng files to "pcapng_xxx" rather than | Guy Harris | 2013-09-29 | 1 | -37/+37 |
* | We always write to a FILE *, so: | Guy Harris | 2013-09-29 | 1 | -6/+6 |
* | The 'a' option doesn't take an argument. Fix bug introduced by r49964. | Chris Maynard | 2013-09-06 | 1 | -1/+1 |
* | In the comments for pcap_link_type, point to | Guy Harris | 2013-07-29 | 1 | -2/+2 |
* | From Dirk Jagdmann: Use a guint32 for IPv4 addresses. Fixes compilation | Gerald Combs | 2013-06-25 | 1 | -2/+2 |
* | AF_INET and AF_INET6 undefined in textpcap.c when compiling on FreeBSD | Stephen Fisher | 2013-06-21 | 1 | -0/+4 |
* | Fix compile error: | Jörg Mayer | 2013-06-18 | 1 | -1/+3 |
* | Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug ... | Michael Mann | 2013-06-16 | 1 | -8/+164 |
* | Don't forget to move the trailing '\0'. | Michael Tüxen | 2013-04-05 | 1 | -1/+2 |
* | As forewarned at http://www.wireshark.org/lists/wireshark-dev/201304/msg00009... | Chris Maynard | 2013-04-04 | 1 | -22/+37 |
* | [-Wmissing-prototypes] | Anders Broman | 2013-03-20 | 1 | -1/+1 |
* | When any of our executables start on Windows create or open a "Wireshark | Gerald Combs | 2013-02-20 | 1 | -0/+1 |
* | Usage formatting changes: | Chris Maynard | 2013-01-23 | 1 | -15/+15 |