aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-31editcap: add seed optionNils Björklund1-2/+30
2018-08-06editcap: Add ability to skip radiotap header.Alexis Green1-0/+37
2018-06-28Add macros to initialize nstime_t values and use them.Guy Harris1-4/+4
2018-06-27editcap: move -I and -a options description to packet manipulation sectionPascal Quantin1-11/+9
2018-06-22The fractional part of a secs+nsecs time adjustment must be < 10^9.Guy Harris1-3/+3
2018-06-22editcap: ifix time shift with useconds carryYour Name1-3/+3
2018-05-09Always explicitly set tm_isdst before calling mktime().Guy Harris1-0/+1
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-02-09Remove redundant members from wtap_syscall_header.Guy Harris1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-151/+183
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-18Don't overwrite the struct wtap_pkthdr; copy and change it instead.Guy Harris1-3/+15
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-18/+1
2017-11-14CMake,editcap: avoid noise with editcap -F and -T optionsPeter Wu1-1/+7
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-2/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-26Editcap: Don't treat plain -F and -T as errors.Gerald Combs1-13/+13