aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-25Docbook: Automatically generate the tools help output.Gerald Combs1-1/+0
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-0/+6
2017-06-03Pass the file type, not the frame type, to cfile_dump_open_failure_message().Guy Harris1-4/+5
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-14/+13
2017-04-20Make the command-line and alert-box failure messages more similar.Guy Harris1-1/+2
2017-04-20Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris1-23/+19
2017-04-20Add common routines for command-line libwiretap error reporting.Guy Harris1-66/+8
2017-04-18Don't close a wtap that you don't have open in the first place.Guy Harris1-1/+2
2017-04-15Fix parsing of packet ranges.Guy Harris1-0/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-5/+7
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-10/+4
2017-02-22editcap: use single exit point.Dario Lombardo1-18/+25
2017-02-20Yell at the user less.Gerald Combs1-1/+1
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-38/+68
2017-02-08editcap: handle too short frames in frame comparisonJaap Keuter1-6/+17
2016-12-05Clean up initialization code for programs.Guy Harris1-18/+22
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-4/+2
2016-09-24Editcap: Fix comparsion between signed and unsigned intUli Heilmeier1-2/+2
2016-09-11Use the get.*guint32() routines to get guint32s.Guy Harris1-2/+2
2016-09-11Allow a zero change offset in editcap.Guy Harris1-1/+1
2016-09-10editcap: fix memleaksPeter Wu1-7/+9