aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-24editcap: one more integer -> Boolean.Guy Harris1-4/+4
2020-12-24editcap: make verbose a Boolean as well.Guy Harris1-2/+12
2020-12-24editcap: 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-05editcap: add IDBs to second and subsequent output files.Guy Harris1-11/+63
2020-10-28Add 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
2019-06-17Add support for embedding WireGuard keys in a pcapng filePeter Wu1-1/+2
2019-05-11Small cleanups.Guy Harris1-5/+5
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-4/+10
2019-02-19Add --discard-all-secrets to remove decryption secrets.Guy Harris1-0/+28
2019-02-19Use #defines for long-option codes.Guy Harris1-8/+12
2019-02-19Clean up indentation.Guy Harris1-17/+17
2019-02-05editcap: warn when --inject-secrets is given a RSA private keyPeter Wu1-0/+21
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-1/+2
2019-01-22Fix error checking for --inject-secrets argument.Guy Harris1-5/+9
2019-01-22editcap: document --inject-secrets in --helpPeter Wu1-0/+2
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-5/+5
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-32/+5
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-19/+2
2018-12-12Add the VCS version number to the appname option if it's a Git build.Guy Harris1-4/+8
2018-12-07PCAP/PCAPNG: Be consistent in documentation, etcJaap Keuter1-2/+6
2018-11-20editcap: add --inject-secrets optionPeter Wu1-0/+103
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-4/+2
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-28/+31
2018-11-13Give an error if an output file isn't specified.Guy Harris1-393/+390
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-6/+6
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-20/+14
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-3/+22
2018-09-26Make systemd journal entries events.Gerald Combs1-0/+6