aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-oer.c
AgeCommit message (Expand)AuthorFilesLines
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