aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-02-21Add Clang-Tidy suppressions to various dissectorsGerald Combs1-0/+18
2023-11-20Remove init of proto variablesStig Bjørlykke1-108/+108
2023-11-07epan: Prepare dissectors for initialize static values to 0Stig Bjørlykke1-34/+34
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-14/+14
2023-08-08Convert asn2ws to generate C99 typesAnders Broman1-107/+104
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde1-2/+2
2023-06-17ber: Use unique sequence ids for each nest levelJohn Thacker1-1/+2
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-2/+2
2022-12-16BER: Fix extension lengthsVasil Velichkov1-2/+2
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-2/+2
2022-04-15BER: Add the length check of dissecting BER integers, int64, and booleanseasonweii1-33/+46
2022-04-05BER: breakout multi-octet length fieldChuck Craft1-1/+10
2022-03-29BER: Add a function to add a BER encoded boilerplate.Anders Broman1-1/+12
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-7/+7
2021-12-13BER: Fix typo swap in error messageJohn Thacker1-1/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-2/+0
2021-12-02BER: Make GeneralizedTime a FT_ABSOLUTE_TIMEJohn Thacker1-115/+39
2021-05-24Add ws_debug() and use itJoão Valverde1-1/+1
2021-02-20BER: get rid of WTAP_FILE_TYPE_SUBTYPE_BER.Guy Harris1-41/+31
2020-11-23BER: Fix debug statementAnders Broman1-2/+2
2020-10-11check_tfs.py: Also match case insensitivelyMartin Mathieson1-15/+11
2020-08-16BER: Fix order of loop tests to avoid overrunning array.Martin Mathieson1-5/+4
2020-08-09Fix tfs strings that have leading or trailing space characters.Martin Mathieson1-1/+1
2020-07-01BER: Add the posibillity to do "decode as" on an UDP port.Anders Broman1-1/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-04-25Introduce tfs_get_string helperJaap Keuter1-11/+11
2020-02-16More issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-9/+6
2020-01-21x509af,ocsp,ber: display serialNumber (INTEGER) as bytesPeter Wu1-0/+10
2020-01-11ber: display x509af.utcTime year in 4 digitsAndre Luyer1-7/+19
2020-01-02BER: fix ber.error.bits_unknown displayPascal Quantin1-10/+19
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-05-28Dissect LDAP strings as UTF-8.Guy Harris1-63/+76
2019-04-12BER: put the space to the left side of the bracketPascal Quantin1-1/+1
2019-04-12BER: fix regression in dissection of named bit listPeter Wu1-42/+39
2019-04-05BER: fix dissection of bitmask lists with an invalid lengthPascal Quantin1-7/+17
2019-04-03ASN.1: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-121/+66
2019-03-17Constification, to remove some compiler warnings.Guy Harris1-1/+1
2019-01-28BER: don't use invalid time offsets.Dario Lombardo1-3/+5
2018-06-12ber: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2018-06-08Fix again.Guy Harris1-1/+1
2018-06-08Fix indentation.Guy Harris1-1/+1
2018-06-08Use proto_tree_add_expert{_format}() to report errors.Guy Harris1-191/+259
2018-06-02Name update.Guy Harris1-2/+2
2018-05-15ber: clamp BER lengths to avoid integer overflowPeter Wu1-0/+5
2018-05-15ber: fix buffer overrun (read) in dissect_ber_constrained_bitstringPeter Wu1-3/+3
2018-05-15wiretap: Add a reader for files in the PEM-like format specified by RFC 7468Роман Донченко1-1/+1
2018-04-19Fix cppcheck 1.83 warningsAlexandr Savca1-1/+1
2018-03-12ber/per: assert actx to avoid null dereference (found by clang).Dario Lombardo1-0/+2