aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-14Rename new_register_per_oid_dissector to register_per_oid_dissector.Guy Harris1-1/+1
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-4/+4
2015-11-24Remove support for "old style" dissectors in PER API.Michael Mann1-3/+0
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-5/+2
2014-10-21Add OID dissector table for PER based dissection.AndersBroman1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-1/+1
2013-10-06Add support for relative OID to PER dissectorPascal Quantin1-0/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-33/+34
2013-01-23Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8216 :Pascal Quantin1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-20Get rid of Warnings.Anders Broman1-1/+1
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-2/+0
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-1/+0
2011-08-09Support for Extension Addition Group in PER encodingTomas Kukosa1-0/+1
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-6/+6
2009-04-16From Vincent Helfre and Me:Anders Broman1-0/+1
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-2/+2
2008-10-31Do not call a variable value_string as we have a struct with this name.Stig Bjørlykke1-1/+1
2008-03-18Handle the case where length is > remaining tvbAnders Broman1-0/+2
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.Anders Broman1-0/+2
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-0/+3
2007-10-29asn2wrsTomas Kukosa1-1/+3
2007-10-17make dissect_per_length_determinant() privateTomas Kukosa1-2/+0
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-2/+2
2007-05-23support of CONTAINING constraint in OCTET STRING and BIT STRINGTomas Kukosa1-0/+2
2007-05-14- more variants of dissect_per_open_type_*()Tomas Kukosa1-13/+2
2007-05-03Split out asn1 common functions. Start of BER EXTERNAL.Anders Broman1-2/+0
2007-05-03REAL type supportTomas Kukosa1-4/+5
2007-05-02PER - support of EXTERNAL and ObjectDescriptor types (not tested)Tomas Kukosa1-1/+6
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-17/+1
2007-01-05Remove stderr output of an error condition per bug #998. The error is alreadyStephen Fisher1-1/+0
2006-08-16- add value_ptr into struct _asn1_ctx_tTomas Kukosa1-0/+1
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-39/+48
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa1-1/+0
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-3/+4
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-1/+1
2006-06-08warning fix: no , at end of enumJörg Mayer1-1/+1
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-1/+1
2006-06-05- packet-per.[ch]: Open Type supportTomas Kukosa1-0/+3
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-29/+48
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-0/+1
2006-03-08better support for ASN.1 Enumerated type in PER decodingTomas Kukosa1-1/+1
2006-03-05Make a new PER function dissect_per_enumerated() and use it for the two place...Anders Broman1-0/+2
2005-11-14improvements in value constraint supportTomas Kukosa1-0/+4
2005-10-10Fix problems with bitstring:Anders Broman1-1/+1
2005-09-20asn2eth Tomas Kukosa1-1/+2
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-1/+1
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t instea...Tomas Kukosa1-1/+1