aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pres
AgeCommit message (Expand)AuthorFilesLines
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ørlykke2-3/+12
2010-06-29Interpret single-ASN1-type as ASN.1 and not as an OCTET STRING.Graeme Lunt2-2/+1
2010-06-02Bug 3597 - implicit octet string that is constructed causes PRES/FTAM dissect...Graeme Lunt1-1/+1
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-05Split in two asn files.Stig Bjørlykke3-44/+38
2010-01-04From gonzalocas:Anders Broman3-15/+92
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-10-07Made dissect_pres() static.Stig Bjørlykke2-3/+3
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ørlykke2-21/+109
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-5/+0
2008-04-13Annotate the presentation context identifier with the presentation context.Graeme Lunt2-0/+9
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-11-04Update do use the -X and -T asn2wrs flags.Stig Bjørlykke1-1/+1
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+1
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
2007-10-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-1/+5
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-09Last set of changes to convert Makefiles for todayJörg Mayer4-57/+96
2007-06-27This patch make PRES context identifiers conversation aware.Graeme Lunt1-6/+23
2007-06-24This patch adds RTSE reassembly. The reassembly is done whenGraeme Lunt1-3/+18
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-5/+5
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-15/+19
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-3/+0
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-3/+3
2005-11-20When registering a context ID and OID, set the OID to NULL if we don'tGuy Harris1-1/+2
2005-11-20if the packet is mangled the oid string might be NULL.Ronnie Sahlberg2-0/+9
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-3/+3
2005-10-13A small patch for presentation to:Anders Broman2-0/+10
2005-09-09Dissect "nbs-9".Anders Broman1-0/+13
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
2005-09-06Ftam - Use some mofe FN_PAR:sAnders Broman1-6/+42
2005-09-04 From Graeme LuntAnders Broman1-0/+1
2005-09-04From Graeme LuntAnders Broman2-91/+8
2005-09-04From Graeme Lunt:Anders Broman3-23/+26
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman2-33/+120