aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-30dfilter: Add a check_nonzero() functionJoão Valverde2-26/+83
2022-12-30dftest: Fix command-line argument parsingJoão Valverde2-26/+37
2022-12-30dftest: Add debug command-line optionsJoão Valverde4-22/+73
2022-12-30conversation: Remove conversation from the correct tableJohn Thacker1-1/+1
2022-12-30check_tfs: find entries that define value_string identical to common tfsMartin Mathieson2-13/+144
2022-12-30DECT-NWK: fix build issue [-Werror=maybe-uninitialized]Joakim Karlsson1-1/+1
2022-12-30SNMP: generate ASN1Joakim Karlsson1-2/+2
2022-12-29epan: Fixup get_ascii_string changeJohn Thacker1-1/+1
2022-12-30pfcp: correction of IE 5GS User Plane NodeJoakim Karlsson1-3/+3
2022-12-30diameter: Update geographical_descriptionJoakim Karlsson1-0/+14
2022-12-30LCS-AP: Update to 3GPP TS 29.171 V17.2.0Joakim Karlsson8-47/+400
2022-12-30gsm_common: Update geographical_descriptionJoakim Karlsson1-9/+54
2022-12-30dftest: Add a missing goto statementJoão Valverde1-0/+1
2022-12-29dfilter: Add compilation warning for ambiguous syntaxJoão Valverde7-48/+109
2022-12-29charsets: Optimize ENC_ASCII by appending valid bytes at onceJohn Thacker1-5/+15
2022-12-29epan: Initialize variables in various dissectorsGerald Combs4-19/+19
2022-12-29dfilter: Refactor error location for expressionsJoão Valverde4-79/+93
2022-12-29dfilter: Replace unparsed lexical type and simplify grammarJoão Valverde4-84/+108
2022-12-29dfilter: Rename grammar rulesJoão Valverde1-11/+11
2022-12-29Add WS_WARN_UNUSED function attributeJoão Valverde1-0/+13
2022-12-29tests: Rename test groupJoão Valverde1-1/+1
2022-12-29dftest: Add elapsed timeJoão Valverde1-2/+20
2022-12-29Enable checks for proto_tree_add_bits APIsMartin Mathieson1-4/+3
2022-12-29DECT-NWK: Fix BCD encoded non byte aligned stringsBernhard Dick1-10/+34
2022-12-29DECT-NWK: Fix hf types for bitfieldsBernhard Dick1-4/+4
2022-12-29prefs: report load error in gui popupChuck Craft1-1/+1
2022-12-28dfilter: Improve error location for functionsJoão Valverde1-2/+10
2022-12-28fix size_t cast warnings on WindowsKevin Albertson1-2/+2
2022-12-28add mongo zstd test to suite_dissection.pyKevin Albertson2-0/+12
2022-12-28use uncompress_zstd in KafkaKevin Albertson1-47/+7
2022-12-28mongo: support zstdKevin Albertson1-0/+18
2022-12-28add zstd_testsKevin Albertson2-2/+99
2022-12-28error on extra dataKevin Albertson1-0/+5
2022-12-28do not create composite buffer with empty dataKevin Albertson1-7/+13
2022-12-28add tvbuff_zstd.cKevin Albertson3-1/+121
2022-12-27Qt: Fix an IAX2 Analysis dialog memory leak.Gerald Combs1-0/+1
2022-12-27dfilter: Allow compatible types to be compared in min/maxJoão Valverde3-3/+6
2022-12-27dfilter: Do not jump when generating function argumentsJoão Valverde1-9/+9
2022-12-27dfilter: Preserve function argument order when printingJoão Valverde1-7/+18
2022-12-27SRT: expand comments to give more detail on the string encoding.Guy Harris1-1/+41
2022-12-27SRT: Validate UTF-8 encodingJoão Valverde1-1/+8
2022-12-27pfcp: Update to 3GPP TS 29.244 V18.0.0Joakim Karlsson1-23/+32
2022-12-27WIP: Check types for _add_bits_ functions, and ensure no maskMartin Mathieson15-72/+112
2022-12-27dfilter: Allow constants as the first or only argument to min/maxJoão Valverde5-40/+70
2022-12-27dfilter: Fix crash with min/max literal argumentJoão Valverde2-8/+12
2022-12-27epan: Add a bounds check to get_utf_8_stringGerald Combs1-6/+5
2022-12-26dfilter: Fix crash with a constant arithmetic expressionJoão Valverde3-3/+11
2022-12-26dfilter: Allow arithmetic expression to commuteJoão Valverde4-107/+184
2022-12-26dfilter: Fix an assertion macroJoão Valverde1-1/+1
2022-12-26dfilter: Fix grammar memory leakJoão Valverde1-0/+4