| Commit message (Expand) | Author | Age | Files | Lines |
* | Let the CLI programs tell about how to show their version | Jaap Keuter | 2020-12-22 | 1 | -0/+1 |
* | Write the if_hardware option, if available, to pcapng files when capturing. | Guy Harris | 2020-03-28 | 1 | -0/+1 |
* | epan,packaging: convert http URLs to https | Peter Wu | 2019-07-20 | 1 | -3/+3 |
* | Use memcpy() to copy bytes. | Guy Harris | 2019-03-11 | 1 | -6/+2 |
* | Some cleanups. | Guy Harris | 2019-03-06 | 1 | -17/+21 |
* | Add macros for the pack_flags field. | Guy Harris | 2019-02-13 | 1 | -21/+21 |
* | cli_main: remove real_main from stack traces for non-Windows | Peter Wu | 2019-01-02 | 1 | -1/+1 |
* | writecap: rename pcapng_write_session_block to _section_block | Jaap Keuter | 2018-12-18 | 1 | -1/+1 |
* | text2pcap: make IP ID endianess independant | Jaap Keuter | 2018-12-16 | 1 | -3/+5 |
* | text2pcap: allow to set interface name | Jaap Keuter | 2018-12-13 | 1 | -2/+7 |
* | Move more version-info-related stuff to version_info.c. | Guy Harris | 2018-12-13 | 1 | -31/+5 |
* | Put the main() and wmain() routines for CLI programs into a separate file. | Guy Harris | 2018-12-13 | 1 | -22/+2 |
* | Update comments, get rid of IMPORT_MAX_PACKET. | Guy Harris | 2018-12-06 | 1 | -2/+3 |
* | text2pcap: extend snap length | Jaap Keuter | 2018-12-05 | 1 | -3/+2 |
* | text2pcap: cleanup type usage | Jaap Keuter | 2018-11-23 | 1 | -18/+12 |
* | text2pcap: make ethernet dummy header direction aware | Jaap Keuter | 2018-11-22 | 1 | -4/+11 |
* | Update text2pcap documentation | Jaap Keuter | 2018-11-21 | 1 | -7/+8 |
* | text2pcap: consolidate ethernet header protocol determination | Jaap Keuter | 2018-11-19 | 1 | -13/+10 |
* | text2pcap: pcapng is an output option | Jaap Keuter | 2018-11-18 | 1 | -1/+1 |
* | text2pcap: assure an IP next layer protocol is set | Jaap Keuter | 2018-11-18 | 1 | -0/+6 |
* | text2pcap: Fix IPv6 checksum | Vasil Velichkov | 2018-10-31 | 1 | -22/+24 |
* | text2pcap: Fix -i <proto> when IPv6 (-6) is specified | Vasil Velichkov | 2018-10-31 | 1 | -2/+6 |
* | text2pcap: Fix IPv6 payload length | Vasil Velichkov | 2018-10-30 | 1 | -4/+2 |
* | text2pcap: Fix TCP, UDP or SCTP headers over IPv6 | Vasil Velichkov | 2018-10-11 | 1 | -4/+10 |
* | Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping. | Guy Harris | 2018-10-08 | 1 | -7/+4 |
* | Use wsetargv.obj, and wmain() rather than main(), on Windows. | Guy Harris | 2018-10-07 | 1 | -8/+26 |
* | Get rid of TestBigEndian and AC_C_BIGENDIAN. | Gerald Combs | 2018-03-13 | 1 | -2/+2 |
* | Squelch redundant declaration warnings. | Guy Harris | 2018-02-16 | 1 | -2/+1 |
* | replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. | Dario Lombardo | 2018-02-08 | 1 | -1/+1 |
* | Use pcapng as the name of the file format. | Guy Harris | 2018-01-09 | 1 | -3/+3 |
* | Start using SPDX license identifiers. | Gerald Combs | 2017-11-09 | 1 | -13/+1 |
* | Add a ws_in6_addr typedef for struct e_in6_addr. | Guy Harris | 2017-10-26 | 1 | -9/+9 |
* | Rename "ws_version_info.h", also .c | João Valverde | 2017-09-26 | 1 | -1/+1 |
* | text2pcap: fix crash when there is no argument | Pascal Quantin | 2017-09-25 | 1 | -3/+10 |
* | Do not allow -m option to be larger than our allocated buffer | Sontol Bonggol | 2017-08-11 | 1 | -0/+6 |
* | Allow bigger snapshot lengths for D-Bus captures. | Guy Harris | 2017-06-05 | 1 | -4/+4 |
* | Check for localtime() failing. | Guy Harris | 2017-03-29 | 1 | -2/+12 |
* | text2pcap: define max packet size to WTAP_MAX_PACKET_SIZE | Pascal Quantin | 2017-03-28 | 1 | -5/+6 |
* | text2pcap: free memory on exit. | Dario Lombardo | 2017-02-28 | 1 | -4/+5 |
* | text2pcap: fix -Wmacro-redefined warning | Peter Wu | 2017-02-27 | 1 | -3/+3 |
* | text2pcap: check return values of functions and use a single exit point. | Dario Lombardo | 2017-02-27 | 1 | -70/+96 |
* | Include <io.h> and <fcntl.h> for _setmode(). | Guy Harris | 2016-11-22 | 1 | -0/+5 |
* | On Windows, put the standard output in binary mode if we're writing the captu... | Guy Harris | 2016-11-22 | 1 | -2/+13 |
* | More checks for localtime() and gmtime() returning NULL. | Guy Harris | 2016-10-22 | 1 | -0/+1 |
* | Fix version-string releated memleak for some CLI tools | Peter Wu | 2016-09-10 | 1 | -0/+4 |
* | Link version code statically again | João Valverde | 2016-04-21 | 1 | -1/+1 |
* | Include ws_diag_control.h in config.h | João Valverde | 2016-04-04 | 1 | -1/+0 |
* | Move zlib version check to wsutil | João Valverde | 2016-04-03 | 1 | -32/+2 |
* | Put pcapio.c into a writecap library, and use it. | Guy Harris | 2016-03-24 | 1 | -1/+1 |
* | Add inet_pton/inet_ntop interface to libwsutil | João Valverde | 2016-02-19 | 1 | -42/+16 |