aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pres.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
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 Sahlberg1-1/+8
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-3/+3
2005-10-13A small patch for presentation to:Anders Broman1-5/+12
2005-09-09Dissect "nbs-9".Anders Broman1-6/+18
2005-09-06Ftam - Use some mofe FN_PAR:sAnders Broman1-6/+42
2005-09-04 From Graeme LuntAnders Broman1-423/+32
2005-09-04From Graeme Lunt:Anders Broman1-23/+24
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman1-98/+165
2005-08-30Break out of an infinite loop. Fixes bugs 392 - 395. Add a UNIX MakefileGerald Combs1-7/+6
2005-08-29MapDialougePDU.cnfAnders Broman1-1610/+2001
2005-08-25The OID strings returned by new_format_oid(), and the OID stringGuy Harris1-2/+0
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
2005-06-19push one more object into the session structure so acse can pick it up later.Ronnie Sahlberg1-0/+3
2005-05-04Don't roll our own buffer-overflow-able string_to_hex() routineGerald Combs1-36/+10
2005-05-03Back out all of the tvb_ensure_bytes_exist() calls. They shouldn't beGerald Combs1-75/+3
2005-04-26Add a slew of tvb_ensure_bytes_exist() calls. This should probably beGerald Combs1-3/+75
2005-03-25buildbot bugfix: yet another (un-)signed problem.Ulf Lamping1-0/+2
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-2/+2
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...Ulf Lamping1-1/+1
2004-12-31"string_to_hex()" doesn't modify its first argument, so make it aGuy Harris1-2/+2
2004-11-03From Yuriy Sidelnikov: take stuff that has to be done regardless ofGuy Harris1-8/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1820