Get rid of check_col() and use ENC.
[obnox/wireshark/wip.git] / epan / dissectors / packet-per.h
2011-09-26 etxrabGet rid of check_col() and use ENC.
2011-09-26 etxrabMove tvb_new_octet_aligned() to tvbuff.c and use it.
2011-08-09 kukosaSupport for Extension Addition Group in PER encoding
2009-11-22 etxrabHandle lenght restriction extension of restricted strings.
2009-04-16 etxrabFrom Vincent Helfre and Me:
2009-03-25 etxrabMake it possible to check for extension marker in SEQUE...
2008-10-31 stigDo not call a variable value_string as we have a struct...
2008-03-18 etxrabHandle the case where length is > remaining tvb
2008-01-15 etxrabmake per_constrained_integer handle 64bits needed for...
2007-12-28 kukosasupport for additionally SIZE constrained Typereference
2007-10-29 kukosaasn2wrs
2007-10-17 kukosamake dissect_per_length_determinant() private
2007-07-18 kukosarose_ctx_t structure usage in Q.932 dissector
2007-05-23 kukosasupport of CONTAINING constraint in OCTET STRING and...
2007-05-14 kukosa- more variants of dissect_per_open_type_*()
2007-05-03 etxrabSplit out asn1 common functions. Start of BER EXTERNAL.
2007-05-03 kukosaREAL type support
2007-05-02 kukosaPER - support of EXTERNAL and ObjectDescriptor types...
2007-05-01 etxrabSplit out common asn1 stuff to asn1.h and include that...
2007-01-05 sfisherRemove stderr output of an error condition per bug...
2006-08-16 kukosa- add value_ptr into struct _asn1_ctx_t
2006-07-04 kukosafew formal changes in PER dissector (rename asn_* types...
2006-07-03 kukosaremove name field from per_sequence_t structure, it...
2006-06-29 kukosause "type function" instead of "field function" in...
2006-06-28 kukosaremove functions register_ber_oid_name() and get_ber_oi...
2006-06-08 jmayerwarning fix: no , at end of enum
2006-06-08 etxrabMAke it possible to get a tvb with a BIT STRING, regene...
2006-06-05 kukosa- packet-per.[ch]: Open Type support
2006-05-22 kukosa- fix bugs in dissect_per_octet_string() introduced...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-10 etxrabPreparations to be able to handle unaligned PER.
2006-03-08 kukosabetter support for ASN.1 Enumerated type in PER decoding
2006-03-05 etxrabMake a new PER function dissect_per_enumerated() and...
2005-11-14 kukosaimprovements in value constraint support
2005-10-10 etxrabFix problems with bitstring:
2005-09-20 kukosaasn2eth
2005-09-19 kukosaremove unused parameter 'name' from dissect_per_choice()
2005-08-18 kukosa- dissect_per_restricted_character_string() returns...
2005-07-30 jmayerMake some funtions static. More char -> const char...
2005-07-15 kukosa- PER helper functions for SET/SEQUENCE OF dissection...
2005-07-04 kukosa- use tvb instead of offset and length in dissect_per_o...
2005-06-04 ulflif some PER errors has to be put to the stderr, give...
2005-04-27 kukosaNULL type decoders for PER and BER
2005-03-29 geraldUse an offset of 0 in PER_NOT_DECODED_YET() so that...
2005-02-07 etxrabFrom Alejandro Vaquero :
2005-01-17 kukosaASN.1 PER VisibleString support
2004-10-11 guyMake the "per_choice_t" and "per_sequence_t" pointer...
2004-07-18 gramMove dissectors to epan/dissectors directory.