aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_session.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-06sharkd: allow nameless base64 items and objects.Guy Harris1-2/+4
2023-03-06sharkd: clean up the JSON marshalling.Guy Harris1-51/+47
2023-03-05sharkd: don't report an error if there is no error.Guy Harris1-1/+1
2023-03-04Sharkd: show RTP ssrc as hex and improve errorsZach Chadwick1-2/+9
2023-03-01Sharkd: Return error message on load if err!=0Zach Chadwick1-0/+10
2023-02-25Sharkd: Fix types of prev_frame and ref_frameZach Chadwick1-2/+2
2023-02-19Sharkd: Add column header labels to the "status" outputZach Chadwick1-0/+11
2023-02-13Zero-pad any RGB color used for a bg or fgZach Chadwick1-4/+4
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+1
2022-12-16Windows: Use SpeexDSP binary packageJoão Valverde1-5/+1
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-5/+6
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-9/+9
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-5/+5
2022-08-13epan: Rearrange column includesJohn Thacker1-0/+1
2022-07-12epan: Respect custom column resolved/unresolved status everywhereJohn Thacker1-6/+2
2022-06-10tap: Adding flags for tap_packetRoland Knall1-4/+4
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-3710/+3697
2021-12-30Prefs/Extcap: Added support for password which is never stored on the diskj.novak@netsystem.cz1-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-13/+13
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