aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_session.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-07sharkd_session: Fix Branch condition evaluate to a garbage valueAlexis La Goutte1-1/+1
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-2/+2
2021-07-19Remove unused variables in sharkd_session.cEvan Huus1-14/+1
2021-07-11sharkd: various cleanups.Guy Harris1-50/+163
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-5/+5
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-12/+38
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-1/+2
2021-06-22sharkd: fix implicit conversion warningUli Heilmeier1-1/+1
2021-06-22sharkd: prevent a NULL pointer dereference (CID 1486264)Pascal Quantin1-0/+6
2021-06-22sharkd: fix JSON boolean sanity check (CID 1486263)Pascal Quantin1-1/+1
2021-06-21sharkd: fix compilation with gcc 11.0.1Pascal Quantin1-20/+17
2021-06-21removed reference to wsutil/ws_printf.hPaul Offord1-1/+0
2021-06-21solved code conflicts pre rebasePaul Offord1-229/+871
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-06-08epan: Change export_object_entry_t.payload_len to size_tStig Bjørlykke1-2/+2
2021-06-07ui: Return length from ssl_export_sessions()Stig Bjørlykke1-2/+3
2021-04-14VoIP dialogs: Performance improvementsJirka Novak1-1/+1
2021-03-27Follow SIP Call: Added Follow SIP Call to Follow menuJirka Novak1-1/+1
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+2
2021-02-28Remove and replace obsolete ws_snprintf() definitionJoão Valverde1-4/+3
2021-02-08sharkd: Add configuration profile and other optionsPaul Offord1-1/+6
2021-01-01Voice dialogs: Added option to apply display filter in VoIP/RTP dialogsJirka Novak1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-4/+4
2020-08-14Check that at least one token exists to consider the JSON as validPascal Quantin1-2/+2
2020-05-14sharkd_session.c: fix a warning reported by gcc 10Pascal Quantin1-2/+2
2019-11-23Add c-ares to the required library list.Gerald Combs1-2/+0
2019-09-22Qt, http2: Add Follow HTTP/2 Stream functionalityAlexander Gryanko1-1/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-02CMake: Check for and use system SpeexDSP libraryJoão Valverde1-1/+1
2019-02-11Change maxmind_db_lookup_ipv4 to look more like maxmind_db_lookup_ipv6Peter Wu1-3/+2
2019-02-08Fixing some implicit coversations (-Wshorten-64-to-32)Uli Heilmeier1-1/+1
2019-01-07sharkd: use json_dumper for output.Dario Lombardo1-707/+544
2019-01-03sharkd: remove redundant cast.Dario Lombardo1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-11/+14
2018-12-28Allow floating point values for stats_treeMichael Mann1-3/+13
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-10/+10
2018-11-21sharkd: update documentation for some requests to match realityPeter Wu1-3/+16
2018-11-20wsutil: rename some wsjson functionsPeter Wu1-9/+3
2018-10-08sharkd: prefer sharkd_json_value_string() over sharkd_json_value_stringf().Jakub Zawadzki1-30/+30
2018-09-28sharkd: remove compiler warning.Dario Lombardo1-1/+1
2018-09-28sharkd: cast string to be encoded to unsigned char *.Jakub Zawadzki1-5/+3
2018-09-26sharkd: fix JSON generationJakub Zawadzki1-15/+15
2018-09-25sharkd: cleanup printf() usage during JSON generation (part V).Jakub Zawadzki1-150/+314
2018-09-25sharkd: cleanup printf() usage during JSON generation (part IV).Jakub Zawadzki1-133/+76
2018-09-25sharkd: cleanup printf() usage during JSON generation (part III).Jakub Zawadzki1-151/+173
2018-09-24sharkd: cleanup printf() usage during JSON generation (part II).Jakub Zawadzki1-120/+123
2018-09-24sharkd: cleanup printf() usage during JSON generation (part I).Jakub Zawadzki1-73/+97
2018-09-24sharkd: fix setting last reference frame number.Jakub Zawadzki1-0/+6
2018-09-24sharkd: add field checking in check request.Jakub Zawadzki1-0/+11