aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
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