aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-02-05Fix a grab-bag of typos.Darius Davis1-2/+2
2024-01-19Dissectors: remove accidental double-colonsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-53/+53
2023-11-07epan: Prepare dissectors for initialize static values to 0Stig Bjørlykke1-12/+12
2023-11-03per: Fix check for extension addition groupStig Bjørlykke1-1/+1
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-0/+6
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde1-18/+18
2023-06-11PER: Fix dissect_per_null to always use length=0Matheus Eduardo Garbelini1-1/+1
2023-05-23PER: Fix leaks in bit string, octet stringJohn Thacker1-5/+8
2023-05-22per: Fix leak in dissect_per_open_type_internalJohn Thacker1-2/+3
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-1/+1
2023-04-29PER, asn2wrs: Handle VAL_PTR for known multiplier string typesJohn Thacker1-8/+8
2022-12-22ASN.1 PER: fix dissect_per_restricted_character_string_sorted()Pascal Quantin1-1/+4
2022-11-08Fix more unused variables and enable unused-but-set-variable errors.Gerald Combs1-3/+0
2022-11-08per: Implement UTF8String properlyJohn Thacker1-3/+36
2022-10-27PER: Fix length of restricted character string itemMartin Mathieson1-2/+3
2022-10-24PER: Fix call_per_oid_callback() open type length is in bytes.AndersBroman1-1/+2
2022-10-15Use wmem_strbuf_append_unichar_repl() to append a REPLACEMENT CHARACTER.Guy Harris1-4/+2
2022-10-15PER, asn2wrs: Fix permitted-alphabet constrained character stringsJohn Thacker1-6/+21
2022-10-13PER: Ensure that restricted strings are UTF-8John Thacker1-9/+18
2022-04-12PER:Add function to add "PER encoded lable" to the tree.Anders Broman1-0/+15
2022-02-08PER: Check length calling tvb_new_octet_aligned()Uli Heilmeier1-0/+9
2022-02-04PER: Check length calling tvb_new_octet_aligned()Uli Heilmeier1-0/+4
2022-02-03ASN.1 PER + ATN-ULCS: Add checks for nulls in sequences.Gerald Combs1-0/+7
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2021-10-05to_str: scope decode_bits_in_fieldEvan Huus1-2/+2
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-3/+3
2021-02-07per: remove len is not longer neededAlexis La Goutte1-1/+0
2021-02-07per: remove extra parentheseAlexis La Goutte1-1/+1
2021-02-07per: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-01-13PER: remove an unused expert info fieldPascal Quantin1-4/+1
2021-01-13PER: fix a typoPascal Quantin1-1/+1
2021-01-13PER: Add a check for avalable data in open type dissection.Anders Broman1-3/+17
2020-07-12PER: decode SEQUENCE OF with extended SIZE constraint, fix unaligned integerTomas Kukosa1-7/+10
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-04-01Check for true_false_string with identical true/false string.Martin Mathieson1-10/+2
2019-12-12PER: Add a couple of NULL checks.Gerald Combs1-3/+8
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-12PER: Fixed named bitmap parsing of larger mapsDarien Spencer1-1/+28
2019-04-04PER: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-10/+13
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-28/+28
2018-12-18Provide data to inner dissector for PER open typeChristophe GUERBER1-1/+2
2018-12-18Do not create a tvbuff on zero-length open typeChristophe GUERBER1-0/+2
2018-10-25PER: Handle 0 length in dissect_per_octet_string_containing_pdu_new.Anders Broman1-1/+1
2018-09-07PER: fix dissection of enumerated type with a single extension valuePascal Quantin1-14/+5
2018-06-26PER: Also report if open type length is less than dissected length.Martin Mathieson1-2/+6
2018-06-22PER: fix decoding of bit strings with an upper bound >= 64KPascal Quantin1-1/+1
2018-03-12ber/per: assert actx to avoid null dereference (found by clang).Dario Lombardo1-0/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1