aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Add inet_pton/inet_ntop interface to libwsutilJoão Valverde2016-02-191-42/+16
* Just #include wsutil/inet_aton.hJoão Valverde2016-02-131-4/+0
* Fix an indentation to get rid ofJoerg Mayer2016-02-131-2/+3
* Don't write out statistics if we don't have any.Guy Harris2015-12-211-29/+0
* text2pcap: fix There are identical sub-expressions 'num_packets_written' to t...Alexis La Goutte2015-12-211-1/+1
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-4/+2
* Update user guide for development releasePascal Quantin2015-11-111-1/+1
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* Suppress a bunch of cast-qual warnings.Gerald Combs2015-02-201-0/+3
* (Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier2015-02-091-1/+1
* Use get_ws_vcs_version() to generate the version string.Guy Harris2015-01-031-11/+9
* Add back "version.h" inclusionPascal Quantin2015-01-021-0/+1
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-311-6/+4
* Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2014-12-311-1/+0
* Don't check the same character twice in a row, check it and the next character.Guy Harris2014-12-281-1/+1
* Only include <wsutil/os_version_info.h> if we need it.Guy Harris2014-12-251-1/+0
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Move twelve show_version() functions from the varoius programs andStephen Fisher2014-12-241-16/+1
* Don't use ctype.h routines.Guy Harris2014-10-171-2/+1
* Support nanosecond-resolution time stamps when writing pcap-ng files.Guy Harris2014-09-281-23/+27
* Remove some unnecessary definitions.Guy Harris2014-08-301-20/+0
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-1/+1
* Rename variable to avoid -Wshadow on mac buildbotsEvan Huus2014-08-021-6/+6
* Clean up handling of missing functions.Guy Harris2014-07-061-2/+2
* Make --help and --version information a bit more uniform.Guy Harris2014-07-031-51/+129
* More getopt_long, to add --help and --version support.Guy Harris2014-07-031-1/+10
* Add command-line argument to request the version to a number of the utilities.Jeff Morriss2014-06-211-7/+18
* Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte2014-04-141-0/+5
* Enhanced text2pcap so that if direction is specified on the command line, "-D",Graham Bloice2014-03-241-16/+54
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix text2pcap.c: Argument with 'nonnull' attribute passed null (clang analyzer)Hadriel Kaplan2014-03-021-0/+9
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-5/+5
* Use the normal convention for exit status and output file descriptors:Bill Meier2013-12-311-129/+139
* 'L' constant modifier not needed.Bill Meier2013-12-221-1/+1
* 'guint32 crc_c[256]' array initializer constants should be unsigned 32bit; Re...Bill Meier2013-12-201-64/+64
* Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer2013-10-051-1/+1
* Rename routines that write pcap-ng files to "pcapng_xxx" rather thanGuy Harris2013-09-291-37/+37
* We always write to a FILE *, so:Guy Harris2013-09-291-6/+6
* The 'a' option doesn't take an argument. Fix bug introduced by r49964.Chris Maynard2013-09-061-1/+1
* In the comments for pcap_link_type, point toGuy Harris2013-07-291-2/+2
* From Dirk Jagdmann: Use a guint32 for IPv4 addresses. Fixes compilationGerald Combs2013-06-251-2/+2
* AF_INET and AF_INET6 undefined in textpcap.c when compiling on FreeBSDStephen Fisher2013-06-211-0/+4
* Fix compile error:Jörg Mayer2013-06-181-1/+3
* Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug ...Michael Mann2013-06-161-8/+164
* Don't forget to move the trailing '\0'.Michael Tüxen2013-04-051-1/+2
* As forewarned at http://www.wireshark.org/lists/wireshark-dev/201304/msg00009...Chris Maynard2013-04-041-22/+37
* [-Wmissing-prototypes]Anders Broman2013-03-201-1/+1
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-0/+1
* Usage formatting changes:Chris Maynard2013-01-231-15/+15