aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-04Support for P3 over RTSE.gal1-0/+5
2015-01-19Convert OID APIs to use wmem.Michael Mann1-3/+3
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-1/+1
2014-12-26Fix some dissectors doing termio (fprintf(stderr,..), g_warning()).Bill Meier1-4/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-03Support dissecting REAL (BER) data valuesMaarten Bezemer1-13/+38
2014-11-10Use correct offset and lenght for Choice EOC.AndersBroman1-1/+1
2014-11-06Improve error message by including the (expected) class informationMaarten Bezemer1-12/+26
2014-11-06BER: Fix offset and length of EOC in Sequence loopAndersBroman1-1/+1
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-25/+39
2014-10-31BER: tvb_length... -> tvb_reported_length...AndersBroman1-59/+59
2014-10-13BER: Code cleanup in call functionsStig Bjørlykke1-25/+9
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-15/+48
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs1-48/+15