aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2021-03-15tap_export_pdu: finish the job of reporting errors.Guy Harris1-1/+1
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-56/+28
2021-03-14tshark, export_pdu: Allow tshark to export PDUs to other file typesJohn Thacker1-6/+4
2021-03-13tshark: clean u the way the -U option lists available taps.Guy Harris1-9/+13
2021-03-13tshark: fix handling of "you're writing to a closed pipe" errors on Windows.Guy Harris1-17/+53
2021-03-06if_capabilities: Use a structured error msg from dumpcapJoão Valverde1-3/+5
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-8/+20
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-3/+6
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-0/+5
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-24/+22
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2021-02-13wiretap: file types have a name and a description.Guy Harris1-4/+4
2021-02-11TShark: Load extcap preferences only when needed.Gerald Combs1-3/+31
2021-01-30epan: have a routine to register all tap listeners.Guy Harris1-10/+3
2021-01-23tshark: Fix typo in comment from ascci to asciiJim Young1-1/+1
2021-01-24tshark: Unconditionally call extcap_register_preferencesEnrique Giraldo1-1/+1
2021-01-21tshark: prevent multiple -T.Dario Lombardo1-6/+20
2020-12-23Replace more g_malloc with g_newMoshe Kaplan1-1/+1
2020-11-23tshark: set cf values when quiet and tempfileUli Heilmeier1-1/+5
2020-10-30add support for compression of capture fileMasaru Tsuchiyama1-0/+1
2020-10-25Revert "Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C."Guy Harris1-2/+2
2020-10-24Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C.Guy Harris1-2/+2
2020-10-22editcap, tshark: process IDBs in the middle of input files.Guy Harris1-1/+40
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-12/+17
2020-10-02Clean up URLs.Guy Harris1-2/+3
2020-07-07extcap: Lazily load our interface list.Gerald Combs1-1/+1
2020-07-06Windows: Set our locale to ".UTF-8".Gerald Combs1-3/+10
2020-04-08tshark: fix use-after-free while closing a live capture filePeter Wu1-1/+1
2020-04-06CMake: remove ENABLE_PCAP_NG_DEFAULT optionPeter Wu1-12/+0
2020-03-25Have callback function pointers in a capture_session structure.Guy Harris1-9/+24
2020-03-25Maintain cf->state, because file cleanup depends on it.Guy Harris1-15/+22
2020-03-13tshark: Fix compilation without libpcap.Gerald Combs1-5/+11
2020-03-13Require at least libpcap 0.8/WinPcap 3.1.Guy Harris1-28/+18
2020-01-30tshark: remove unnecessary sys/capability.h includePeter Wu1-4/+0
2019-12-15Reorganize long option valuesJaap Keuter1-7/+4
2019-11-30Documentation: update (long) cmd line optionsJaap Keuter1-24/+39
2019-11-11Don't report EPIPE errors writing out packet information.Guy Harris1-0/+17
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