aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pres.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,etxrab1-98/+165
2005-08-30Break out of an infinite loop. Fixes bugs 392 - 395. Add a UNIX Makefilegerald1-7/+6
2005-08-29MapDialougePDU.cnfetxrab1-1610/+2001
2005-08-25The OID strings returned by new_format_oid(), and the OID stringguy1-2/+0
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-1/+1
2005-06-19push one more object into the session structure so acse can pick it up later.sahlberg1-0/+3
2005-05-04Don't roll our own buffer-overflow-able string_to_hex() routinegerald1-36/+10
2005-05-03Back out all of the tvb_ensure_bytes_exist() calls. They shouldn't begerald1-75/+3
2005-04-26Add a slew of tvb_ensure_bytes_exist() calls. This should probably begerald1-3/+75
2005-03-25buildbot bugfix: yet another (un-)signed problem.ulfl1-0/+2
2005-02-20fix a typo: lenght -> lengthulfl1-2/+2
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...ulfl1-1/+1
2004-12-31"string_to_hex()" doesn't modify its first argument, so make it aguy1-2/+2
2004-11-03From Yuriy Sidelnikov: take stuff that has to be done regardless ofguy1-8/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1820