Document the new Copy Profile button.
[obnox/wireshark/wip.git] / epan / dissectors / packet-ber.h
2009-12-18 stigAdded option (-C) to check for SIZE constraints in...
2008-10-31 stigDo not call a variable value_string as we have a struct...
2008-08-01 stigFrom Martin Peylo (bug 2507):
2008-01-04 etxrabGet rid of dissect_ber_boolean_value() and change the...
2008-01-04 etxrabGet rid of ber_last_created_item(). (Final?)
2007-08-24 jmayerget_ber_length doesn't need the tree argument, get...
2007-06-12 etxrabPreparations for updated CMIP dissector:
2007-06-03 etxrabINAP:
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 sahlbergreplace an incorrect '{' with ';' in the ber header...
2007-05-13 etxrabactx in ber_external
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-06 etxrabStart introducing actx to ber functions.
2007-04-28 etxrabRevert some private experiments checked in by misstake.
2007-04-28 etxrabFrom Gavin Heer:
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-04-20 etxrabAdd EXTERNAL to the value string and add comments about...
2007-01-13 galNew "decode as ..." feature for BER-encoded files ...
2006-11-04 galGeneral updates to:
2006-06-29 sahlbergfrom metze
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 sahlbergchange a whole bunch of ethereal into wireshark
2006-02-28 sahlbergadd new dissect_ber_integer64() that can handle...
2005-12-06 kukosaOBJECT IDENTIFIER name resolution moved to oid_resolv.c
2005-11-14 kukosa - dissect_ber_object_identifier() returns value as tvb
2005-08-18 sahlbergTim's patches for packet-ber for extra testing (works...
2005-08-05 jmayerMore char -> const char warning fixes
2005-07-28 jmayerchar -> const char warning fixes
2005-07-21 sahlbergchange the symbol dissect_ber_CHOICE back into dissect_...
2005-06-26 sahlbergmake dissect_ber_choice take a guint* that will return the
2005-06-21 sahlbergthe maximum ASN OID length is 256 bytes and there is...
2005-06-07 etxrabFrom Tim Endean:
2005-04-28 kukosaUsage of oid_to_str() in PER and BER helpers
2005-04-27 kukosaNULL type decoders for PER and BER
2005-04-22 geraldDefine a maximum OID string length, and use it in a...
2005-04-20 sahlbergAdd a tree parameter to get_ber_length() so that
2005-02-23 sahlbergupdate asn2eth and all generated dissectors to new...
2004-12-13 sahlbergchange the incorrect BER_UNI_TAG_TeletextString into...
2004-12-13 sahlbergupdate of the asn2eth compiler to use the types...
2004-12-12 sahlbergupdate the helper for BER GeneralizedTime to handle...
2004-12-12 sahlbergupdates from tomas and anders
2004-12-12 sahlbergremove the function with the old signature for ber...
2004-11-13 sahlbergadd new integer dissector helper that is aware of impli...
2004-11-09 etxrabMake it possible to print name of OID strings for PER...
2004-10-27 etxrabMake it possible to register a string for an OID in...
2004-10-11 guyConstify more pointer arguments.
2004-10-08 guyMake the "asn_namedbit *" argument to "dissect_ber_bits...
2004-10-08 guy"dissect_ber_sequence()" doesn't modify the "ber_sequen...
2004-07-29 sahlbergadd some algorithm oid's to x509af(for the time being)
2004-07-23 sahlbergregister ber oid functions through a special function...
2004-07-21 sahlbergget rid of the nasty ber specific oid->callback table...
2004-07-20 sahlbergSmall update to AlgorithmIdentifier.
2004-07-20 sahlbergAdd the new protocols CMS, X509AF, X509IF, X509CE...
2004-07-18 gramMove dissectors to epan/dissectors directory.