aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-20ber: fix buffer overrun when handling empty setsPeter Wu1-0/+4
2016-02-19BER/PER: Add dissector assertions to squelch scan-build bugsJoão Valverde1-0/+2
2016-02-16const gpointer -> gconstpointerJoão Valverde1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-14[BER] Fix Wireshark heap-based out-of-bounds read in dissect_ber_constrained_...AndersBroman1-1/+9
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-27/+7
2015-11-24Fix indentation.Guy Harris1-1/+1
2015-11-24Check *how many* fields sscanf() found.Guy Harris1-31/+82
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-02BER: Removed erroneous callback from dissect_ber_external_UStig Bjørlykke1-4/+0
2015-09-15x509,ber: fix header field of large integersPeter Wu1-2/+6
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+5
2015-06-25fix the 'then' statement is equivalent to the 'else' statement found by PVS S...Alexis La Goutte1-8/+1
2015-06-14ber: fix undefined shiftPeter Wu1-1/+1
2015-06-10BER: fix call to proto_tree_add_bytes_format()Pascal Quantin1-1/+1
2015-06-06BER: fix There are identical sub-expressions 'tvb_reported_length_remaining(t...Alexis La Goutte1-1/+1
2015-06-04Eliminate proto_tree_add_text from a few dissectors.Michael Mann1-13/+8
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-1/+1