aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Use memcpy() to copy bytes.Guy Harris1-6/+2
2019-03-06Some cleanups.Guy Harris1-17/+21
2019-02-13Add macros for the pack_flags field.Guy Harris1-21/+21
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2018-12-18writecap: rename pcapng_write_session_block to _section_blockJaap Keuter1-1/+1
2018-12-16text2pcap: make IP ID endianess independantJaap Keuter1-3/+5
2018-12-13text2pcap: allow to set interface nameJaap Keuter1-2/+7
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-31/+5
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-22/+2
2018-12-06Update comments, get rid of IMPORT_MAX_PACKET.Guy Harris1-2/+3
2018-12-05text2pcap: extend snap lengthJaap Keuter1-3/+2
2018-11-23text2pcap: cleanup type usageJaap Keuter1-18/+12
2018-11-22text2pcap: make ethernet dummy header direction awareJaap Keuter1-4/+11
2018-11-21Update text2pcap documentationJaap Keuter1-7/+8
2018-11-19text2pcap: consolidate ethernet header protocol determinationJaap Keuter1-13/+10
2018-11-18text2pcap: pcapng is an output optionJaap Keuter1-1/+1
2018-11-18text2pcap: assure an IP next layer protocol is setJaap Keuter1-0/+6
2018-10-31text2pcap: Fix IPv6 checksumVasil Velichkov1-22/+24
2018-10-31text2pcap: Fix -i <proto> when IPv6 (-6) is specifiedVasil Velichkov1-2/+6
2018-10-30text2pcap: Fix IPv6 payload lengthVasil Velichkov1-4/+2
2018-10-11text2pcap: Fix TCP, UDP or SCTP headers over IPv6Vasil Velichkov1-4/+10
2018-10-08Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.Guy Harris1-7/+4
2018-10-07Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris1-8/+26
2018-03-13Get rid of TestBigEndian and AC_C_BIGENDIAN.Gerald Combs1-2/+2
2018-02-16Squelch redundant declaration warnings.Guy Harris1-2/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-3/+3
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