aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-15Move the last of the routines from capture_info.c into ui/capture.c.Guy Harris1-1/+1
2019-08-24tshark: Warn on overwriting protocol filterMoshe Kaplan1-0/+6
2019-06-09tshark/tfshark: fix error message.Dario Lombardo1-1/+1
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-16/+12
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-4/+4
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-22/+39
2019-04-04Reset the terminal color if we're ^C'ed when reading a capture.Guy Harris1-59/+196
2019-04-04Clean file reading code.Guy Harris1-266/+359
2019-03-31Don't draw the taps if we never got a capture file.Guy Harris1-1/+6
2019-03-26Print extcap plugins with "tshark -G plugins".Guy Harris1-0/+1
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-02-13Make some code common between pcap and no-pcap TShark.Guy Harris1-34/+29
2019-02-05tshark: recognize protocol aliases such as "-O ssl"Peter Wu1-1/+6
2019-01-31tshark: Improve options help textsStig Bjørlykke1-2/+2
2019-01-27tshark: fix minor memleak of the interface descriptionPeter Wu1-0/+1
2019-01-03tshark: remove redundant casts.Dario Lombardo1-5/+5
2019-01-03epan: use json_dumper for json outputs.Dario Lombardo1-6/+9
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-29Add interface name when outputting packets dropped.Michael Mann1-2/+6
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-12-21tshark: fix compilation with gcc-8 without pcap.Dario Lombardo1-1/+1
2018-12-19tshark: handle option -c when ENABLE_PCAP=OFFPeter Wu1-1/+4
2018-12-19Clean up exp_pdu_open() API.Guy Harris1-1/+1
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-31/+8
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-19/+2
2018-12-07PCAP/PCAPNG: Be consistent in documentation, etcJaap Keuter1-0/+8
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+2
2018-11-20Replace JSON-GLib by custom JSON dumper libraryPeter Wu1-14/+0
2018-11-16tshark: do not print packet information when using -w without libpcapPeter Wu1-7/+9
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