aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-26tshark: -G only accepted as first optionChuck Craft1-0/+5
2022-02-25Strip Headers: Add separate menu dialog, tshark helpJohn Thacker1-2/+2
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry1-10/+8
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-3680/+3672
2022-02-11Differentiate `-c` from `-a packets:`David Perry1-28/+54
2022-02-09Specify directory for temporary capturesDavid Perry1-1/+10
2022-01-16tshark: improve robustness for PCAPNGs not starting with IDBsDr. Lars Völker1-0/+18
2022-01-13tshark: Add new long option --hexdump <hexoption>Jim Young1-1/+61
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-12-27Docs: Document our diagnostic output options.Gerald Combs1-1/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-8/+8
2021-12-08CLI: Use a better error message for obsolete preferencesJoão Valverde1-1/+6
2021-10-21docs/tshark: proper name is lopsided CamelCase (TShark)Chuck Craft1-1/+1