Rename the routines that handle dissector tables with unsigned integer
[obnox/wireshark/wip.git] / asn1 / x411 / packet-x411-template.c
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-06 morrissMake some prefs callback functions static. (These...
2010-06-28 stigMoved register_ber_syntax_dissector() and register_ber_...
2010-04-07 wmeier#include <string.h> and/or #include <stdio.h> not needed.
2010-04-06 wmeier#include <stdio.h> not needed.
2009-12-19 stigRegenerate P7 with SIZE constraints checking.
2009-10-11 stigMake all proto_* values static.
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-02 galUpdate to:
2009-02-07 wmeier#include <epan/emem.h> not req'd ...
2009-02-07 wmeier#include <epan/conversation.h> and/or #include <epan...
2008-11-11 wmeierSmall cleanups mostly related to proto_reg_handoff
2008-09-02 etxrabTry to fix unused code warnings.
2007-12-21 stigAdded type=value to BuiltInDomainDefinedAttributes...
2007-11-17 galBasic P7 (X.400 Message Store Access Protocol) dissecti...
2007-10-31 etxrabUse oid_add_from_string for adding names.
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-10-06 stig- Initialize address_item in MessageIdentifier to avoid...
2007-08-29 stig- Rewrote handling of extensions to get rid of "funky...
2007-08-25 legothere's nothing like a MAX_OID_STR_LEN... get rid...
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-06-21 galNew preference to specify the tcp port to use for P1...
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-06 galBetter column information display for delivery reports.
2007-03-23 galSupport for X.411 "additional information" field.
2007-02-19 guydissect_x411_mts_apdu() is an old-style dissector,...
2007-02-08 galThis patch adds support for decoding BER-encoded files...
2007-01-28 galFix for per-domain-bilateral-information (bilateral...
2006-06-28 galSupport for the message-token, proof-of-delivery and...
2006-06-28 kukosaremove functions register_ber_oid_name() and get_ber_oi...
2006-06-15 kukosa- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID...
2006-05-21 sahlbergname change
2006-03-29 guyGet rid of an unused variable.
2006-03-25 galSupport for P1 Strong Authentication
2005-12-06 guySquelch some compiler const vs. non-const warnings.
2005-12-02 sahlbergfrom Stig B:
2005-11-23 etxrabFrom Stig Bjørlykke
2005-11-17 guy"dissect_ber_object_identifier_str" expects a "const...
2005-11-16 sahlberg add a simple g_strlcat define in strutil for gtk...
2005-11-16 etxrabFrom Graeme Lunt:
2005-11-14 sahlbergmove the include of emem.h a bit further down
2005-11-14 kukosa - dissect_ber_object_identifier() returns value as tvb
2005-10-24 etxrabFrom Graeme Lunt:
2005-09-05 guySquelch compiler warnings.
2005-09-04 etxrabFrom Graeme Lunt