aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2021-02-13wiretap: file types have a name and a description.Guy Harris1-4/+4
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-1/+1
2021-01-11editcap: add support for epoch timestamps in `-A` and `-B` optionsChema Gonzalez1-1/+2
2021-01-08Add iso8601_to_nstime() for editcap and nettraceDavid Perry1-69/+19
2020-12-31editcap: clarify relation between -A/-B and -rJaap Keuter1-2/+2
2020-12-23editcap: one more integer -> Boolean.Guy Harris1-4/+4
2020-12-23editcap: make verbose a Boolean as well.Guy Harris1-2/+12
2020-12-23editcap: treat the "keep packets" flag as a Boolean.Guy Harris1-3/+3
2020-12-22Let the CLI programs tell about how to show their versionJaap Keuter1-0/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-12-05editcap: add IDBs to second and subsequent output files.Guy Harris1-11/+63
2020-10-27Add a new record type REC_TYPE_SYSTEMD_JOURNAL.Guy Harris1-0/+5
2020-10-22editcap, tshark: process IDBs in the middle of input files.Guy Harris1-1/+37
2020-10-20editcap: use packet encapsulation, not file type, to check for DCT2000.Guy Harris1-1/+4
2020-10-14Fix message printed for --skip-radiotap-header for non-radiotap packets.Guy Harris1-13/+20
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-16/+22
2020-08-07editcap: use constant for maximum nanosecs in 1secDavid Perry1-1/+1
2020-08-07editcap: add capture-file comments to output fileDavid Perry1-0/+60
2020-08-06editcap: clean up an error message.Guy Harris1-1/+1
2020-08-06editcap: allow the UNIX/POSIX Epoch to be a start or stop time.Guy Harris1-4/+8
2020-08-06editcap: fix check of start and stop times.Guy Harris1-1/+2
2020-08-06editcap: clean up the parsing of fractional time in -A and -B.Guy Harris1-2/+13
2020-08-05editcap: support fractional seconds in -A/-B optsDavid Perry1-35/+61
2020-04-06CMake: remove ENABLE_PCAP_NG_DEFAULT optionPeter Wu1-8/+0
2020-02-24editcap: Remove an arbitrary time boundary.Gerald Combs1-17/+10
2019-12-15Reorganize long option valuesJaap Keuter1-5/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-16Editcap: Allow floating point split intervals.Gerald Combs1-15/+26
2019-06-26With -T, change the packet's encapsulation type as well.Guy Harris1-1/+12