aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/p1
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann2-4/+4
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu1-7/+7
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann2-4/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.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-06-04P1: fix request for implicit conversion from 'gpointer' to 'struct p1_addres...Alexis La Goutte1-1/+1
2015-05-22p1: Fixed do_address for extension attributesStig Bjørlykke2-4/+25
2015-05-19p1: Handle OrganizationalUnitNameStig Bjørlykke1-0/+2
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-10/+10
2015-02-04Support for P3 over RTSE.gal1-130/+152
2015-01-19Convert OID APIs to use wmem.Michael Mann1-3/+3
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-3/+1
2014-10-13P1: Added ORAddress and ORName syntax.Stig Bjørlykke2-0/+5
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-3/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-2/+6
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-19/+15
2014-06-21batch of tvb-length conversionsEvan Huus1-5/+5
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-18/+18
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-18/+18
2014-04-11Added P1 extension 34.Stig Bjørlykke1-0/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss12-21/+0
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard1-11/+5
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann2-17/+19
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-17More dependeny updates for asn1 -exp.cnf files.Jörg Mayer2-2/+9
2013-09-15emem -> wmem (don't forget about .cnf)Jörg Mayer2-45/+45
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann2-3/+3
2013-07-01Fix Coverity CID 1040373 (Dereference before null check). Minor whitespace c...Chris Maynard1-21/+21
2013-07-01Squelch some warnings.Guy Harris2-9/+9
2013-07-01Fix Coverity CID 1040372 (Printf arg count mismatch) by eliminating the doubl...Chris Maynard1-2/+2
2013-06-28Remove all global variables in P1 dissector. Bug 8515 (https://bugs.wireshar...Michael Mann3-306/+306
2013-06-20Fix for bug 8826.Martin Mathieson2-0/+4
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus2-7/+8
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann2-12/+7
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-4/+19
2013-05-07Allow generating some more dissectors with cmake.Jörg Mayer1-0/+44
2013-05-05Just whitespace changesJörg Mayer1-2/+7
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-02Use explicit casts.Anders Broman1-5/+5
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-1/+1
2011-10-14Export MessageSecurityLabel_PDU.Stig Bjørlykke1-0/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-22/+18
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-2/+2
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke2-4/+4