From Didier Gautheron:
[obnox/wireshark/wip.git] / epan / dissectors / packet-acse.c
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-30 geraldRemove more unused variables.
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-16 stigRegenerate all asn2wrs generated dissectors.
2009-03-09 stigCorrected oid name.
2009-03-07 stigAdded an expert info when dissector is not available.
2009-02-07 wmeier#include <epan/conversation.h> and/or #include <epan...
2008-11-01 etxrabRegenerate all asn2wrs generated dissectors
2008-07-22 etxrabGet rid of some unused code warnings.
2008-01-04 etxrabGet rid of dissect_ber_boolean_value() and change the...
2007-11-05 etxrabUpdate to use the -X and -T asn2wrs flags.
2007-10-31 etxrabUse oid_add_from_string for adding names.
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-07-14 galDissection of octet-aligned EXTERNALs.
2007-06-12 etxrabPreparations for updated CMIP dissector:
2007-05-30 kukosa- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from...
2007-05-22 etxrabPrepare for the use of the new -X parameter for BER...
2007-05-15 etxrabactx in the rest of dissect_ber..()l
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-06 etxrabStart introducing actx to ber functions.
2007-05-04 etxrabShow BER internal fields in external type in ACSE,...
2007-05-03 kukosaEXTERNAL type is handled in asn2wrs now
2007-03-21 sahlbergchange the signature that asn2wrs generates for functio...
2006-08-27 galAn octet string form of the ASO-qualifier used by...
2006-08-16 kukosaASN.1 dissectors regenerated with new asn2wrs to get...
2006-06-28 kukosaremove functions register_ber_oid_name() and get_ber_oi...
2006-05-24 kukosa- remove some #.MODULE_IMPORT from .cng files
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-12-08 guyRegenerate with the latest asn2eth, to get FT_OID used...
2005-11-16 etxrabFrom Graeme Lunt:
2005-11-14 kukosa - dissect_ber_object_identifier() returns value as tvb
2005-10-24 etxrabFrom Graeme Lunt:
2005-10-18 geraldDon't pass a null value to strcmp(). Fixes bug 540.
2005-10-18 guy.FN_BODY text gets printf-style expansion done on it...
2005-10-17 geraldWhen dissecting an ACSE APDU make sure our OID isn...
2005-10-15 sahlbergremove some strcpy() calls
2005-10-13 guyShow internal errors with REPORT_DISSECTOR_BUG().
2005-10-13 sahlbergfix for bug 529
2005-10-03 etxrabFrom Graeme Lunt
2005-09-05 guySquelch a compiler warning.
2005-09-04 etxrabFrom Graeme Lunt:
2005-09-02 guyRegenerate dissectors with the current asn2eth.
2005-08-31 etxrabUpadte to call Data dissector from PRES based on OID...
2005-08-29 etxrabMapDialougePDU.cnf
2005-08-20 guyThere's no longer a need to individually remove items...
2005-08-19 legosome ememification
2005-08-13 sahlbergsome more gmemchunk -> se_alloc() updates
2005-07-21 sahlbergchange the symbol dissect_ber_CHOICE back into dissect_...
2005-07-09 guyFix up a bunch of arguments to "dissect_ber_identifier...
2005-07-03 sahlbergexport a few more symbols from acse
2005-06-26 sahlbergmake dissect_ber_choice take a guint* that will return the
2005-06-25 sahlbergMake ACSE export the EXTERNAL construct since both...
2005-06-22 sahlbergonly create the ACSE protocol tree if there is an ACSE...
2005-06-22 sahlbergremove a dissector table we no longer use from ACSE
2005-06-21 sahlbergthe maximum ASN OID length is 256 bytes and there is...
2005-06-19 sahlbergNew autogenerated ACSE dissector.
2005-05-17 etxrabFrom Yuriy Sidelnikov:
2005-03-29 sahlbergfrom Sid
2005-03-03 guyFrom Yuriy Sidelnikov: correctly display User Information
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-01-16 ulflthrow the new FieldError exception, if a dissector...
2004-11-12 guyFrom Yuriy Sidelnikov: remove some unused value_string...
2004-11-03 guyFix some strings.
2004-11-03 guyFrom Yuriy Sidelnikov: take stuff that has to be done...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 gramMove dissectors to epan/dissectors directory.