aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Let the CLI programs tell about how to show their versionJaap Keuter2020-12-221-0/+1
* Write the if_hardware option, if available, to pcapng files when capturing.Guy Harris2020-03-281-0/+1
* epan,packaging: convert http URLs to httpsPeter Wu2019-07-201-3/+3
* Use memcpy() to copy bytes.Guy Harris2019-03-111-6/+2
* Some cleanups.Guy Harris2019-03-061-17/+21
* Add macros for the pack_flags field.Guy Harris2019-02-131-21/+21
* cli_main: remove real_main from stack traces for non-WindowsPeter Wu2019-01-021-1/+1
* writecap: rename pcapng_write_session_block to _section_blockJaap Keuter2018-12-181-1/+1
* text2pcap: make IP ID endianess independantJaap Keuter2018-12-161-3/+5
* text2pcap: allow to set interface nameJaap Keuter2018-12-131-2/+7
* Move more version-info-related stuff to version_info.c.Guy Harris2018-12-131-31/+5
* Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris2018-12-131-22/+2
* Update comments, get rid of IMPORT_MAX_PACKET.Guy Harris2018-12-061-2/+3
* text2pcap: extend snap lengthJaap Keuter2018-12-051-3/+2
* text2pcap: cleanup type usageJaap Keuter2018-11-231-18/+12
* text2pcap: make ethernet dummy header direction awareJaap Keuter2018-11-221-4/+11
* Update text2pcap documentationJaap Keuter2018-11-211-7/+8
* text2pcap: consolidate ethernet header protocol determinationJaap Keuter2018-11-191-13/+10
* text2pcap: pcapng is an output optionJaap Keuter2018-11-181-1/+1
* text2pcap: assure an IP next layer protocol is setJaap Keuter2018-11-181-0/+6
* text2pcap: Fix IPv6 checksumVasil Velichkov2018-10-311-22/+24
* text2pcap: Fix -i <proto> when IPv6 (-6) is specifiedVasil Velichkov2018-10-311-2/+6
* text2pcap: Fix IPv6 payload lengthVasil Velichkov2018-10-301-4/+2
* text2pcap: Fix TCP, UDP or SCTP headers over IPv6Vasil Velichkov2018-10-111-4/+10
* Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.Guy Harris2018-10-081-7/+4
* Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris2018-10-071-8/+26
* Get rid of TestBigEndian and AC_C_BIGENDIAN.Gerald Combs2018-03-131-2/+2
* Squelch redundant declaration warnings.Guy Harris2018-02-161-2/+1
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Use pcapng as the name of the file format.Guy Harris2018-01-091-3/+3
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris2017-10-261-9/+9
* Rename "ws_version_info.h", also .cJoão Valverde2017-09-261-1/+1
* text2pcap: fix crash when there is no argumentPascal Quantin2017-09-251-3/+10
* Do not allow -m option to be larger than our allocated bufferSontol Bonggol2017-08-111-0/+6
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-4/+4
* Check for localtime() failing.Guy Harris2017-03-291-2/+12
* text2pcap: define max packet size to WTAP_MAX_PACKET_SIZEPascal Quantin2017-03-281-5/+6
* text2pcap: free memory on exit.Dario Lombardo2017-02-281-4/+5
* text2pcap: fix -Wmacro-redefined warningPeter Wu2017-02-271-3/+3
* text2pcap: check return values of functions and use a single exit point.Dario Lombardo2017-02-271-70/+96
* Include <io.h> and <fcntl.h> for _setmode().Guy Harris2016-11-221-0/+5
* On Windows, put the standard output in binary mode if we're writing the captu...Guy Harris2016-11-221-2/+13
* More checks for localtime() and gmtime() returning NULL.Guy Harris2016-10-221-0/+1
* Fix version-string releated memleak for some CLI toolsPeter Wu2016-09-101-0/+4
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Include ws_diag_control.h in config.hJoão Valverde2016-04-041-1/+0
* Move zlib version check to wsutilJoão Valverde2016-04-031-32/+2
* Put pcapio.c into a writecap library, and use it.Guy Harris2016-03-241-1/+1
* Add inet_pton/inet_ntop interface to libwsutilJoão Valverde2016-02-191-42/+16