aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-21BER: Add a length check.Gerald Combs1-19/+25
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-7/+2
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2017-01-29Register reassembly tablesMichael Mann1-11/+3
2017-01-20ber: add shutdown routine.Dario Lombardo1-1/+8
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-10-22Add T.61 character set supportPascal Quantin1-12/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-33/+36
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-7/+7
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-02-24ber: avoid deep recursion for constructed stringsPeter Wu1-3/+17