aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-9/+9
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-25text2pcap: fix crash when there is no argumentPascal Quantin1-3/+10
2017-08-11Do not allow -m option to be larger than our allocated bufferSontol Bonggol1-0/+6
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-4/+4
2017-03-29Check for localtime() failing.Guy Harris1-2/+12
2017-03-28text2pcap: define max packet size to WTAP_MAX_PACKET_SIZEPascal Quantin1-5/+6
2017-02-28text2pcap: free memory on exit.Dario Lombardo1-4/+5
2017-02-27text2pcap: fix -Wmacro-redefined warningPeter Wu1-3/+3
2017-02-27text2pcap: check return values of functions and use a single exit point.Dario Lombardo1-70/+96
2016-11-22Include <io.h> and <fcntl.h> for _setmode().Guy Harris1-0/+5
2016-11-22On Windows, put the standard output in binary mode if we're writing the captu...Guy Harris1-2/+13
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-0/+1
2016-09-10Fix version-string releated memleak for some CLI toolsPeter Wu1-0/+4
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-03Move zlib version check to wsutilJoão Valverde1-32/+2
2016-03-24Put pcapio.c into a writecap library, and use it.Guy Harris1-1/+1
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-42/+16
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde1-4/+0
2016-02-13Fix an indentation to get rid ofJoerg Mayer1-2/+3
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