aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Fix some more spelling errorsMartin Mathieson1-1/+1
2023-11-27editcap: fix a tpyo in a comment.Guy Harris1-1/+1
2023-10-31editcap: add new SECRETS_TYPE_OPCUAGerhard Gappmeier1-0/+1
2023-09-26Fix misppellings in root and ui directoriesMoshe Kaplan1-3/+3
2023-09-10Change what iso8601_to_nstime() and unix_epoch_to_nstime() return.Guy Harris1-1/+1
2023-08-16editcap: Add --discard-packet-comments option and fix -a optionNiels Widger1-1/+30
2023-06-12editcap: if verbose print Total selected for outputChuck Craft1-0/+3
2023-05-26editcap: Use the interval start for new file namesJohn Thacker1-2/+5
2023-03-22editcap: give error when using `-r` and no packetsDavid Perry1-0/+6
2023-03-18editcap: always close the dump file, if we have one, before exiting.Guy Harris1-6/+28
2023-02-10Move ui/clopts_common.[ch] to wsutilJoão Valverde1-1/+1
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/exit_codes.h to include/João Valverde1-32/+32
2023-02-06Do not require using wsgcrypt.hJoão Valverde1-1/+1
2023-02-04cli: Process IDBs after the final packet recordJohn Thacker1-6/+16
2023-01-30wiretap: Preserve NRBs with editcap, mergecap, and tsharkJohn Thacker1-1/+3
2023-01-04editcap: add sll and sll2 headers + offsetofJonas Falkevik1-10/+47
2023-01-04editcap: flag to set unused bytes in SLL headersJonas Falkevik1-0/+45
2022-10-08Add log init message to main()João Valverde1-0/+3
2022-08-02Make sure we don't create comment options longer than 65535 bytes.Guy Harris1-0/+30
2022-06-16editcap/mergecap: swap 'v'|'V' options to match other CLI utilitiesChuck Craft1-10/+10
2022-04-07editcap: Document use of stdin and stdoutJohn Thacker1-1/+1
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-5/+5
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-4/+4
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry1-1/+1
2022-01-07Adding secret management in DSB.Jérôme HAMM1-0/+1
2021-12-27Use a wrapper function to call strptime()João Valverde1-14/+0
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-2/+2
2021-12-01nstime: Support ISO 8601 basic formatJohn Thacker1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-10/+10
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-56/+45
2021-08-09editcap: if -T was specified, change the linktype of all interfaces.Guy Harris1-8/+56
2021-08-10[#17478] free blocks in more placesDavid Perry1-0/+3
2021-07-08editcap: clean up some comments for consistency.Guy Harris1-2/+2
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-2/+2
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-5/+4
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-3/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+7
2021-06-19Replace g_assert() with ws_assert()João Valverde1-3/+4
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-2/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris1-4/+5
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-19/+25
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-1/+5
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-6/+14
2021-02-21editcap: Fixup our help output.Gerald Combs1-1/+1
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-20/+7