aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd.c
AgeCommit message (Expand)AuthorFilesLines
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-07Move ui/exit_codes.h to include/João Valverde1-5/+5
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-28dfilter: Return an error object instead of stringJoão Valverde1-2/+1
2022-10-08Add log init message to main()João Valverde1-0/+3
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-4/+4
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-2/+2
2022-03-06epan: Allow nested dependent packetsSake Blok1-2/+2
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry1-3/+3
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-519/+507
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-3/+1
2021-08-10[#17478] free blocks in more placesDavid Perry1-0/+4
2021-07-11sharkd: various cleanups.Guy Harris1-77/+14
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-9/+9
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-6/+46
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-07-04sharkd: Prefer version_info.h instead of version.hJoão Valverde1-11/+0
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-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-2/+12
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-47/+21
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-0/+5
2021-02-08sharkd: Add configuration profile and other optionsPaul Offord1-1/+1
2019-06-11Kill libwscodecs plugin library, just use pluginsJoão Valverde1-1/+1
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-5/+5
2019-04-05Pass Buffer pointers rather than packet data pointers in some more cases.Guy Harris1-5/+4
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-3/+11
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-6/+6
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-18/+4
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+2
2018-10-08sharkd: free initalized wtap_rec when wtap failed to read frame.Jakub Zawadzki1-0/+2
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-09-02sharkd: Fix frames request for empty "" filterJakub Zawadzki1-0/+6
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-3/+1
2018-08-22Fixed a bug related to epan initializationAdam Morrison1-4/+4
2018-08-04sharkd: Return frame's color-filter colorsMichał Łabędzki1-5/+14
2018-05-06sharkd: support for MaxMindDB.Jakub Zawadzki1-0/+7
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-33/+29
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1