aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-01tshark: process async DNS queue during the first passJohn Thacker1-0/+18
2024-01-18capture: Don't print an empty error message on extcap errorsJohn Thacker1-4/+9
2024-01-11tshark: Fake unused proto items when -e is givenJohn Thacker1-12/+41
2024-01-08tshark: Retrieve interface capabilities in one callJohn Thacker1-8/+21
2023-12-22tshark: Deprecate -G with no argumentJohn Thacker1-2/+4
2023-12-20tshark: Load the profile settings before certain reportsJohn Thacker1-6/+19
2023-12-18Have a common provider routine to provide time stamps.Guy Harris1-18/+1
2023-12-14plugins: Add a codecs API levelJoão Valverde1-1/+1
2023-12-14Remove version component from plugin pathJoão Valverde1-6/+6
2023-12-12epan: Add plugin get_descriptions callbackJoão Valverde1-0/+1
2023-11-26tshark: Don't dissect just because color is requestedJohn Thacker1-1/+4
2023-11-25tshark: Cache the interface listJohn Thacker1-2/+14
2023-11-25tshark: Remove a useless call to get_interface_descriptive_nameJohn Thacker1-8/+0
2023-11-24ui: Have get_interface_descriptive_name take the capture_optionsJohn Thacker1-1/+1
2023-11-08wsutil: Make filter lists dynamic and on-demandJoão Valverde1-3/+0
2023-10-15Don't use frames without timestamp for delta time calculationsJohn Thacker1-14/+10
2023-10-14tshark: Support --read-file and filter long optsJohn Thacker1-1/+2
2023-09-26tshark: support `-b printname:FILE`David Perry1-0/+2
2023-09-26Fix misppellings in root and ui directoriesMoshe Kaplan1-1/+1
2023-09-21Call tzset() fewer timesJoão Valverde1-0/+3
2023-09-14tshark: Fix --print-timers unitJoão Valverde1-1/+1
2023-09-13tshark: let ws_strtou32() do the full check for a valid number.Guy Harris1-2/+1
2023-09-09capture child: send an errno message if exec of dumpcap fails.Guy Harris1-2/+5
2023-08-31tshark: Omit some diagnostic messagesJoão Valverde1-2/+2
2023-08-31Add some benchmarking timers to tsharkJoão Valverde1-4/+126
2023-08-28For capture options, provide a callback to use to fetch an interface list.Guy Harris1-1/+12
2023-08-27With -D, always let the user know if capture_interface_list() fails.Guy Harris1-6/+17
2023-08-22tshark: Restore deprecated default column field titlesJohn Thacker1-5/+10
2023-08-19tshark: Register extcap preferences when neededStig Bjørlykke1-6/+10
2023-08-16Move the check for TS_PREC_NOT_SET out of timestamp_set_precision().Guy Harris1-2/+4
2023-08-08Add --only-protocols and --disable-all-protocols to tshark and rawshark.Juanma Sanchez1-0/+7
2023-07-27Add tshark -G servicesJoão Valverde1-0/+4
2023-07-27Add tshark -G enterprisesJoão Valverde1-0/+4
2023-07-26manuf: Add table dump with tshark -GJoão Valverde1-0/+4
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker1-8/+17
2023-06-22tshark: Fix the check on UN*X for writing to a pipe and dissectingJohn Thacker1-25/+47
2023-06-22Add "-G dissectors" to TShark, to dump the registered dissectors.Guy Harris1-0/+3
2023-06-21tshark: Move a debug message laterJohn Thacker1-2/+2
2023-06-14print: Move protocolfilter inside output_fieldsJohn Thacker1-21/+6
2023-06-14Convert capture/*.[ch] to C99 typesGerald Combs1-2/+2
2023-06-13tshark: add support for field alias when specifying a list of fields to displayPascal Quantin1-1/+7
2023-06-11tshark: show field abbrevs matching a prefixDavid Perry1-3/+15
2023-05-09tshark: Check if -j/-J describes a valid fieldJohn Thacker1-28/+39
2023-05-06tshark: Print personal extcap pathStig Bjørlykke1-2/+11
2023-04-21dfilter: Rename dfilter_compile_real() -> dfilter_compile_full()João Valverde1-1/+1
2023-04-20dfilter: Make error a pointerJoão Valverde1-5/+4
2023-03-31Allow specifying subsecond granularity with tshark -tPreben Guldberg1-1/+2
2023-03-14capture: Set update interval in capture opts, default to 100msJohn Thacker1-0/+2
2023-02-16tshark: Support multiple -j and -J options, including mixedJohn Thacker1-17/+35
2023-02-10Move ui/filter_files.[ch] to wsutilJoão Valverde1-1/+1