aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pres.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.stig1-2/+2
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-17/+17
2010-10-29Make the third argument to a UAT copy callback a size_t.stig1-1/+1
2010-09-20Put Abort reason in info column.stig1-9/+16
2010-06-29Interpret single-ASN1-type as ASN.1 and not as an OCTET STRING.gal1-9/+6
2010-06-02Bug 3597 - implicit octet string that is constructed causes PRES/FTAM dissect...gal1-1/+1
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-10/+10
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-59/+59
2010-05-02Don't type prune the data_ptr pointer for UAT.stig1-1/+1
2010-04-06#include <stdio.h> not needed.wmeier1-6/+5
2010-03-04From LEGO via bug 3459:stig1-0/+1
2010-01-20Use correct return value type from dissect_ppdu().stig1-4/+4
2010-01-05Split in two asn files.stig1-1/+1
2010-01-04From gonzalocas:etxrab1-25/+112
2009-10-11Make all proto_* values static.stig1-1/+1
2009-10-07Made dissect_pres() static.stig1-3/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-35/+35
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-7/+7
2009-03-13g_free() is NULL safe, so we don't need check against it.stig1-4/+5
2009-03-07Added a users context list to map a presentation context identifier to anstig1-31/+119
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-10/+5
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-7/+7
2008-04-13Annotate the presentation context identifier with the presentation context.gal1-15/+24
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2007-11-04Update do use the -X and -T asn2wrs flags.stig1-385/+205
2007-06-27This patch make PRES context identifiers conversation aware.gal1-9/+26
2007-06-24This patch adds RTSE reassembly. The reassembly is done whengal1-6/+21
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-99/+99
2007-05-15actx in the rest of dissect_ber..()letxrab1-19/+19
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-256/+260
2007-05-06Start introducing actx to ber functions.etxrab1-59/+59
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-119/+119
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-57/+57
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-8/+8
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-14/+25
2005-11-22Trivial warning fixesjmayer1-1/+1
2005-11-20When registering a context ID and OID, set the OID to NULL if we don'tguy1-1/+2
2005-11-20if the packet is mangled the oid string might be NULL.sahlberg1-1/+8
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-3/+3
2005-10-13A small patch for presentation to:etxrab1-5/+12
2005-09-09Dissect "nbs-9".etxrab1-6/+18
2005-09-06Ftam - Use some mofe FN_PAR:setxrab1-6/+42
2005-09-04 From Graeme Luntetxrab1-423/+32
2005-09-04From Graeme Lunt:etxrab1-23/+24