aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-21Don't write out statistics if we don't have any.Guy Harris1-29/+0
2015-12-21text2pcap: fix There are identical sub-expressions 'num_packets_written' to t...Alexis La Goutte1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-4/+2
2015-11-11Update user guide for development releasePascal Quantin1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-0/+3
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-01-03Use get_ws_vcs_version() to generate the version string.Guy Harris1-11/+9
2015-01-02Add back "version.h" inclusionPascal Quantin1-0/+1
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-6/+4
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-1/+0
2014-12-28Don't check the same character twice in a row, check it and the next character.Guy Harris1-1/+1
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+0
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-16/+1
2014-10-17Don't use ctype.h routines.Guy Harris1-2/+1
2014-09-28Support nanosecond-resolution time stamps when writing pcap-ng files.Guy Harris1-23/+27
2014-08-30Remove some unnecessary definitions.Guy Harris1-20/+0
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1/+1
2014-08-02Rename variable to avoid -Wshadow on mac buildbotsEvan Huus1-6/+6
2014-07-06Clean up handling of missing functions.Guy Harris1-2/+2
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-51/+129
2014-07-03More getopt_long, to add --help and --version support.Guy Harris1-1/+10
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss1-7/+18
2014-04-14Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-0/+5
2014-03-24Enhanced text2pcap so that if direction is specified on the command line, "-D",Graham Bloice1-16/+54
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-02Fix text2pcap.c: Argument with 'nonnull' attribute passed null (clang analyzer)Hadriel Kaplan1-0/+9
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-5/+5
2013-12-31Use the normal convention for exit status and output file descriptors:Bill Meier1-129/+139
2013-12-22'L' constant modifier not needed.Bill Meier1-1/+1
2013-12-20'guint32 crc_c[256]' array initializer constants should be unsigned 32bit; Re...Bill Meier1-64/+64
2013-10-05Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer1-1/+1
2013-09-29Rename routines that write pcap-ng files to "pcapng_xxx" rather thanGuy Harris1-37/+37
2013-09-29We always write to a FILE *, so:Guy Harris1-6/+6
2013-09-06The 'a' option doesn't take an argument. Fix bug introduced by r49964.Chris Maynard1-1/+1
2013-07-29In the comments for pcap_link_type, point toGuy Harris1-2/+2
2013-06-25From Dirk Jagdmann: Use a guint32 for IPv4 addresses. Fixes compilationGerald Combs1-2/+2
2013-06-21AF_INET and AF_INET6 undefined in textpcap.c when compiling on FreeBSDStephen Fisher1-0/+4
2013-06-18Fix compile error:Jörg Mayer1-1/+3
2013-06-16Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug ...Michael Mann1-8/+164
2013-04-05Don't forget to move the trailing '\0'.Michael Tüxen1-1/+2
2013-04-04As forewarned at http://www.wireshark.org/lists/wireshark-dev/201304/msg00009...Chris Maynard1-22/+37
2013-03-20[-Wmissing-prototypes]Anders Broman1-1/+1
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
2013-01-23Usage formatting changes:Chris Maynard1-15/+15
2013-01-03Cleanup error handling when processing preamble.Michael Tüxen1-16/+11
2013-01-03Don't try to process timestamp without the format beingMichael Tüxen1-0/+5
2013-01-02Fix indentation.Michael Tüxen1-4/+4