aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-25[PER] Fix the bitmask to calculate the number of bits needed to hold theAndersBroman1-1/+1
2017-10-14Some trivial fixes from running cppcheck.Martin Mathieson1-1/+1
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2016-11-15PER: add support for fragmented octet stringPascal Quantin1-7/+26
2016-11-15per: add initializer.dario1-2/+2
2016-11-14PER: add support for fragmented open typePascal Quantin1-14/+44
2016-11-13PER: fixes for fragmented bitstringPascal Quantin1-4/+4
2016-11-12PER: add support for bit strings >= 16KPascal Quantin1-29/+113
2016-11-02[PER] Use tvb_new_octet_aligned().Anders1-39/+32
2016-09-08PER: only display internal extension presence bit if activated inPascal Quantin1-0/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-19BER/PER: Add dissector assertions to squelch scan-build bugsJoão Valverde1-0/+2