aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-10Move ui/clopts_common.[ch] to wsutilJoão Valverde1-1/+1
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07tshark: Preserve options when dissecting packets and writingJohn Thacker1-0/+10
2023-02-07wiretap, pcapng: Distinguish WTAP_ENCAP_UNKNOWN and _NONEJohn Thacker1-18/+0
2023-02-07Move ui/exit_codes.h to include/João Valverde1-73/+73
2023-02-04cli: Process IDBs after the final packet recordJohn Thacker1-3/+13
2023-02-03tshark: clean up indentation.Guy Harris1-1/+1
2023-02-03tshark: fix previous fix for memory leak.Guy Harris1-1/+1
2023-02-03tshark: plug a memory leak.Guy Harris1-21/+30
2023-01-30wiretap: Preserve NRBs with editcap, mergecap, and tsharkJohn Thacker1-0/+20
2023-01-28epan: Use hash table for dependent framesTomasz Moń1-2/+2
2023-01-06epan: Allow nested dependent packetsSake Blok1-2/+2
2022-11-30dfilter: Replace compile booleans arguments with a bit flagJoão Valverde1-1/+1
2022-11-30dfilter: Add optimization flagJoão Valverde1-1/+1
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-6/+7
2022-10-08Add log init message to main()João Valverde1-0/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-1/+1
2022-08-22spelling: "two pass" -> two-passChuck Craft1-2/+2
2022-07-30capture: Move capture pipe polling out of UITomasz Moń1-89/+0
2022-07-28tshark: Run GLib mainloop during captureTomasz Moń1-72/+19
2022-07-12epan: Respect custom column resolved/unresolved status everywhereJohn Thacker1-10/+11
2022-07-11tshark: Respect -Q optionUli Heilmeier1-3/+5
2022-07-07cli: Copy global configuration profile to personal as with the GUIJohn Thacker1-0/+23
2022-04-12tshark: Add a --selected-frame optionJoão Valverde1-0/+22
2022-04-11Try to fix a narrowing warningJoão Valverde1-1/+1
2022-04-11dfilter: Handle missing error location more gracefullyJoão Valverde1-14/+37
2022-04-11tshark: Add underline to dfilter errorsJoão Valverde1-3/+10
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-1/+1
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-2/+2
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-2/+2
2022-03-06epan: Allow nested dependent packetsSake Blok1-2/+2
2022-02-28tshark: -G plugins - add codecs to outputChuck Craft1-0/+2
2022-02-26TShark: Don't yell at the user.Gerald Combs1-2/+2