aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pres.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-19From beroset:Anders Broman1-5/+5
2012-12-21Get rid of unused routines for UDC-type.Guy Harris1-18/+0
2012-12-12Moved users table lookup to find_oid_by_pres_ctx_id() so otherStig Bjørlykke1-39/+34
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
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-05-24Update asn1-generated dissector.Chris Maynard1-2/+2
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-2/+2
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-17/+17
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-9/+16
2010-06-29Interpret single-ASN1-type as ASN.1 and not as an OCTET STRING.Graeme Lunt1-9/+6
2010-06-02Bug 3597 - implicit octet string that is constructed causes PRES/FTAM dissect...Graeme Lunt1-1/+1
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-10/+10
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-59/+59
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-6/+5
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-05Split in two asn files.Stig Bjørlykke1-1/+1
2010-01-04From gonzalocas:Anders Broman1-25/+112
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-07Made dissect_pres() static.Stig Bjørlykke1-3/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
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-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-35/+35
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-7/+7
2009-03-13g_free() is NULL safe, so we don't need check against it.Stig Bjørlykke1-4/+5
2009-03-07Added a users context list to map a presentation context identifier to anStig Bjørlykke1-31/+119
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-10/+5
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-7/+7
2008-04-13Annotate the presentation context identifier with the presentation context.Graeme Lunt1-15/+24
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
2007-11-04Update do use the -X and -T asn2wrs flags.Stig Bjørlykke1-385/+205
2007-06-27This patch make PRES context identifiers conversation aware.Graeme Lunt1-9/+26
2007-06-24This patch adds RTSE reassembly. The reassembly is done whenGraeme Lunt1-6/+21
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-99/+99
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-19/+19
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-256/+260
2007-05-06Start introducing actx to ber functions.Anders Broman1-59/+59
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-119/+119
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-57/+57
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-8/+8
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-14/+25