aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/p1/p1.cnf
AgeCommit message (Expand)AuthorFilesLines
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-2/+2
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-3/+3
2015-06-23P1: fix 'dissect_p1_T_report_type' defined but not used [-Wunused-function]Alexis La Goutte1-4/+9
2015-05-22p1: Fixed do_address for extension attributesStig Bjørlykke1-0/+5
2015-05-19p1: Handle OrganizationalUnitNameStig Bjørlykke1-0/+2
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-10/+10
2015-01-19Convert OID APIs to use wmem.Michael Mann1-3/+3
2014-10-13P1: Added ORAddress and ORName syntax.Stig Bjørlykke1-0/+4
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-3/+1
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-19/+15
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-13/+13
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-13/+13
2014-04-11Added P1 extension 34.Stig Bjørlykke1-0/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+0
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann1-4/+4
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-4/+4
2013-09-15emem -> wmem (don't forget about .cnf)Jörg Mayer1-33/+33
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-2/+2
2013-07-01Fix Coverity CID 1040373 (Dereference before null check). Minor whitespace c...Chris Maynard1-21/+21
2013-06-28Remove all global variables in P1 dissector. Bug 8515 (https://bugs.wireshar...Michael Mann1-272/+210
2013-06-20Fix for bug 8826.Martin Mathieson1-0/+3
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-7/+7
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-10/+6
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-4/+4
2013-03-02Use explicit casts.Anders Broman1-5/+5
2011-10-14Export MessageSecurityLabel_PDU.Stig Bjørlykke1-0/+1
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-2/+2
2011-02-22Ensure we always have a valid top_tree for p1.content. This fixes a problemStig Bjørlykke1-1/+18
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-0/+1294