aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pres/packet-pres-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-460/+0
2016-02-08Revert "RTSE and PRES relies on the TCP conversation to do reassembly, switch...Anders Broman1-10/+2
2016-02-06asn1: Cleanup space usageStig Bjørlykke1-19/+15
2016-02-05RTSE and PRES relies on the TCP conversation to do reassembly, switch toAndersBroman1-2/+11
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-1/+1
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-6/+6
2015-07-04asn1: split off cleanup routinesPeter Wu1-4/+7
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-4/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-1/+1
2014-09-30packet-ses.[hc], packet-pres.c: various:Bill Meier1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-10/+12
2014-06-21batch of tvb-length conversionsEvan Huus1-3/+3
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-3/+3
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-3/+3
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2014-02-03Apply g4cc69483 to asn1 templates.Stig Bjørlykke1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-3/+3
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann1-34/+32
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-09-15Finish asn1 emem -> wmem conversion.Jörg Mayer1-3/+3
2013-06-20Back out some of the wmem conversions (r50063 and r50057).Evan Huus1-3/+3
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-3/+3
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-1/+10
2013-03-19From beroset:Anders Broman1-5/+5
2012-12-12Moved users table lookup to find_oid_by_pres_ctx_id() so otherStig Bjørlykke1-23/+21
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-2/+2
2010-10-29Make the third argument to a UAT copy callback a size_t.Stig Bjørlykke1-1/+1
2010-09-20Put Abort reason in info column.Stig Bjørlykke1-3/+2
2010-05-02Don't type prune the data_ptr pointer for UAT.Stig Bjørlykke1-1/+1
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2010-01-20Use correct return value type from dissect_ppdu().Stig Bjørlykke1-4/+4
2010-01-04From gonzalocas:Anders Broman1-15/+50
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-07Made dissect_pres() static.Stig Bjørlykke1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-5/+5
2009-03-13g_free() is NULL safe, so we don't need check against it.Stig Bjørlykke1-1/+2
2009-03-07Added a users context list to map a presentation context identifier to anStig Bjørlykke1-17/+99