Don't guard col_set_str (COL_PROTOCOL) with col_check
[metze/wireshark/wip.git] / epan / dissectors / packet-x411.c
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-26 Stig BjørlykkeRe-generate asn1 dissectors after hf_register_info...
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-02 Graeme LuntUpdate to:
2009-05-16 Stig BjørlykkeRegenerate all asn2wrs generated dissectors.
2009-02-07 Bill Meier#include <epan/emem.h> not req'd ...
2009-02-07 Bill Meier#include <epan/conversation.h> and/or #include <epan...
2008-11-11 Bill MeierRegenerated files for asn1 templates committed in SVN...
2008-11-01 Anders BromanRegenerate all asn2wrs generated dissectors
2008-09-21 Anders BromanTry to fix some "defined but not used" warnings.
2008-09-02 Anders BromanTry to fix unused code warnings.
2008-08-01 Stig BjørlykkeRegenerated to use the new decode function for UTCTime.
2008-07-21 Anders BromanSee if this gets rid of some unused code warnings...
2008-01-04 Anders BromanGet rid of dissect_ber_boolean_value() and change the...
2008-01-02 Graeme LuntAdditional EXPORTS (for X.420 dissector) and a message...
2007-12-21 Stig BjørlykkeAdded type=value to BuiltInDomainDefinedAttributes...
2007-12-06 Tomas Kukosafix field attributes handling for tagged types
2007-11-25 Graeme LuntChanges suggested/provided by Anders so that fewer...
2007-11-19 Stig BjørlykkeInitialize credentials.
2007-11-17 Graeme LuntBasic P7 (X.400 Message Store Access Protocol) dissecti...
2007-11-15 Ronnie Sahlbergnew x411 dissector
2007-11-06 Anders Bromanas2wrs now handles EXTERNAL(direct-reference requires...
2007-11-01 Anders BromanChange:
2007-10-31 Anders BromanUse oid_add_from_string for adding names.
2007-10-22 Graeme LuntUpdate to use the -X and -T asn2wrs flags.
2007-10-06 Stig Bjørlykke- Initialize address_item in MessageIdentifier to avoid...
2007-08-29 Stig Bjørlykke- Rewrote handling of extensions to get rid of "funky...
2007-08-25 Luis Ontanonthere's nothing like a MAX_OID_STR_LEN... get rid...
2007-08-25 Luis Ontanonget users of oid_resolv to use the new oids, rollout...
2007-08-24 Jörg Mayerget_ber_length doesn't need the tree argument, get...
2007-06-27 Graeme LuntThis patch will set correct extension_id for ExtensionA...
2007-06-21 Graeme LuntNew preference to specify the tcp port to use for P1...
2007-06-06 Tomas Kukosause ASN.1 type names in #.FN_BODY (instead of Wireshark...
2007-06-05 Tomas Kukosanot allow #.FN_HDR/FTR for Wireshark types but only...
2007-05-30 Tomas Kukosa- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from...
2007-05-22 Anders BromanPrepare for the use of the new -X parameter for BER...
2007-05-15 Anders Bromanactx in the rest of dissect_ber..()l
2007-05-13 Anders BromanSecond step in introducing asn context to BER dissector...
2007-05-06 Anders BromanStart introducing actx to ber functions.
2007-05-06 Graeme LuntBetter column information display for delivery reports.
2007-05-03 Tomas KukosaEXTERNAL type is handled in asn2wrs now
2007-03-23 Graeme LuntSupport for X.411 "additional information" field.
2007-03-21 Ronnie Sahlbergchange the signature that asn2wrs generates for functio...
2007-02-19 Guy Harrisdissect_x411_mts_apdu() is an old-style dissector,...
2007-02-08 Graeme LuntThis patch adds support for decoding BER-encoded files...
2007-01-28 Graeme LuntFix for per-domain-bilateral-information (bilateral...
2006-12-14 Stephen FisherFrom Stig Bjorlykke:
2006-08-16 Tomas KukosaASN.1 dissectors regenerated with new asn2wrs to get...
2006-06-28 Graeme LuntSupport for the message-token, proof-of-delivery and...
2006-06-28 Tomas Kukosaremove functions register_ber_oid_name() and get_ber_oi...
2006-06-15 Tomas Kukosa- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID...
2006-05-24 Tomas Kukosa- remove some #.MODULE_IMPORT from .cng files
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-29 Guy HarrisGet rid of an unused variable.
2006-03-25 Graeme LuntSupport for P1 Strong Authentication
2006-03-05 Graeme LuntACP133 attribute syntaxes and attribute definitions...
2005-12-16 Anders BromanFrom Graeme Lunt:
2005-12-06 Guy HarrisSquelch some compiler const vs. non-const warnings.
2005-12-05 Anders BromanFrom Grame Lunt:
2005-12-02 Ronnie Sahlbergfrom Stig B:
2005-11-23 Anders BromanFrom Stig Bjørlykke
2005-11-17 Guy HarrisSquelch some const vs. non-const warnings.
2005-11-17 Guy Harris"dissect_ber_object_identifier_str" expects a "const...
2005-11-16 Ronnie Sahlberg add a simple g_strlcat define in strutil for gtk...
2005-11-16 Anders BromanFrom Graeme Lunt:
2005-11-14 Ronnie Sahlbergmove the include of emem.h a bit further down
2005-11-14 Tomas Kukosa - dissect_ber_object_identifier() returns value as tvb
2005-10-24 Anders BromanFrom Graeme Lunt:
2005-10-15 Ronnie Sahlbergremove some strcpy() calls
2005-09-22 Guy HarrisSquelch some compiler warnings.
2005-09-22 Guy HarrisFix a bunch of places where we were calling "dissect_be...
2005-09-05 Guy HarrisSquelch compiler warnings.
2005-09-04 Anders Broman From Graeme Lunt