aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-oer.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-01OER: Check lengthUli Heilmeier1-8/+16
2021-05-19OER: check unused bit count while parsing bit stringMichał Kaźmierowski1-2/+9
2021-04-01Make a couple of functions static.Martin Mathieson1-1/+1
2021-03-29OER: parse extensions in SEQUENCE and CHOICE definitionsMichał Kaźmierowski1-5/+81
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-11-05OER: Handle negatived constraints in dissect_oer_constrained_integer.Anders Broman1-2/+23
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-09oer: Fix uninitialized variable warning iussed by VS 2019.Anders Broman1-1/+1
2019-05-08OER: Dissect Boolean and IA5String types.Anders Broman1-1/+42
2019-04-04PER: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-6/+6
2018-12-26Make dissect_oer_not_decoded_yet() static.Alexis La Goutte1-1/+2
2018-12-06OER: Always initialize a variable.Gerald Combs1-1/+3
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-9/+9
2018-11-22oer: Octet string, value tvb was not returned in all cases if requested.Anders Broman1-0/+4
2018-11-02oer: fix spelling-error-in-binary found by lintianAlexis La Goutte1-1/+1
2018-10-30OER: fix a few typosPascal Quantin1-3/+3
2018-10-19IEEE 1609.2 dissector converted from per to oer by handAndersBroman1-6/+6
2018-10-18Add dissector for ITU-t X.696 Octet Encoding Rules (OER).AndersBroman1-0/+765