aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-4/+4
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-36/+18
2018-11-15Always use the input file's encapsulation for the output file.Guy Harris1-8/+0
2018-11-15Just pass on a snapshot length of 0 to the dumper.Guy Harris1-6/+0
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-4/+4
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-29/+20
2018-10-19tshark: replace exit with abort in TRY/CATCH.Dario Lombardo1-5/+7
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-10-05*shark: Update help and manpage for name resolvingUli Heilmeier1-1/+1
2018-09-18tshark memory leak: g_free(cf_name) moved under 'clean_exit' labelPatrikMosko1-2/+1
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-3/+1
2018-08-22Fixed a bug related to epan initializationAdam Morrison1-5/+3
2018-08-17tshark: free exp_pdu_filename and capture_opts->save_fileVasil Velichkov1-2/+5
2018-08-05tshark: perform NPF driver check for capture onlyPeter Wu1-6/+8
2018-08-01tshark: Allow exporting of PDUs to stdoutVasil Velichkov1-2/+7
2018-06-26Windows: Fetch our version using RtlGetVersion.Gerald Combs1-2/+1
2018-06-25RTP: Common functions for allocation/deallocation of rtpstream_info_tJiri Novak1-0/+2
2018-05-23Do IP address resolution synchronously before printing in TShark.Guy Harris1-15/+20
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-05-04g_slist_free_full: Use g_slist_free_full() in a couple of places.AndersBroman1-5/+3
2018-04-25dfilter: fix memleaks with functions and slice operatorPeter Wu1-0/+1
2018-04-19tshark: improve -G elastic-mapping command by adding filters.Dario Lombardo1-2/+20
2018-04-19tshark: put -G elastic-mapping in help under ifdef.Dario Lombardo1-0/+2
2018-04-18tshark: add -G elastic-mapping report.Dario Lombardo1-0/+5
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-7/+0
2018-03-24OID name resolv: Fix MIB/PIB path presentationsJaap Keuter1-3/+5
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-8/+4
2018-02-19Check whether to do dissection after starting taps.Guy Harris1-13/+29
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-1/+1
2018-02-18Don't start command-line taps until we've opened a file or started capturing.Guy Harris1-5/+19
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-22/+22
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-1/+1
2018-01-08Do not automatically enable the linux kernel's BPF JIT compilerJon DeVree1-3/+4
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-18/+0
2018-01-02Add columns (_ws.col) to output formats json, ek, pdmlMerlin Chlosta1-4/+4
2017-12-14Refactor plugin registration and loadingJoão Valverde1-15/+0
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde1-1/+5
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-3/+9
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-9/+8
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-72/+71
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-71/+71
2017-12-04Use cfile fields for some frame_data pointers.Guy Harris1-30/+27
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-1/+1
2017-12-01Get rid of some void pointers.Gerald Combs1-4/+2
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1