aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-10/+10
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-89/+66
2021-08-30Show error for `-X lua_script` if no Lua supportDavid Perry1-0/+8
2021-08-10[#17478] free blocks in more placesDavid Perry1-0/+4
2021-07-15tshark: fix the checks for --capture-comment.Guy Harris1-27/+37
2021-07-15Clean up handling of --capture-comment.Guy Harris1-27/+33
2021-07-14Rename LONGOPT_NUM_CAP_COMMENT to LONGOPT_CAPTURE_COMMENT.Guy Harris1-1/+1
2021-07-14tshark: allow --capture-comment when reading a fileDavid Perry1-15/+46
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-1/+1
2021-07-04tshark/wireshark: Fix check ring buffer option for packetsAndre Luyer1-2/+3
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-3/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-7/+3
2021-06-19Replace g_assert() with ws_assert()João Valverde1-10/+11
2021-06-17wslog: Add more documentationJoão Valverde1-0/+2
2021-06-14wslog: Parse cmd line options in one passJoão Valverde1-5/+1
2021-06-14wslog: Include pid in formatJoão Valverde1-0/+2
2021-06-14wslog: Add support for domain filteringJoão Valverde1-0/+1
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-68/+18
2021-06-07ui: Return length from ssl_export_sessions()Stig Bjørlykke1-2/+3
2021-06-07wsutil: Add filesystem write_file_binary_mode()Stig Bjørlykke1-17/+1
2021-06-06tshark: Add option to export TLS session keysStig Bjørlykke1-0/+32
2021-05-26tshark: Correct documentation about name resolution.John Thacker1-1/+2
2021-05-24Add ws_debug() and use itJoão Valverde1-33/+30
2021-05-13tshark: fix a memory leak about display filter configurationNardi Ivan1-2/+3
2021-04-14Clean up the "print interface link-layer/time stamp types" loop.Guy Harris1-4/+5
2021-04-13Clean up printing of interface information.Guy Harris1-14/+4
2021-04-13Wireshark: fix output of -L and --list-tstamp-types.Guy Harris1-1/+4
2021-04-13Don't handle -k in capture_opts_add_opt().Guy Harris1-4/+3
2021-04-13tshark.c, ui/qt/main.cpp: fix indentation to match what it's supposed to be.Guy Harris1-37/+37
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris1-13/+6
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-5/+5
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