aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-4/+4
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have pr...Tomas Kukosa1-6/+8
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa1-1/+1
2005-06-04if some PER errors has to be put to the stderr, give at least info where it's...Ulf Lamping1-1/+1
2005-04-27NULL type decoders for PER and BERTomas Kukosa1-0/+2
2005-03-29Use an offset of 0 in PER_NOT_DECODED_YET() so that we don't generate aGerald Combs1-1/+1
2005-02-07From Alejandro Vaquero :Anders Broman1-1/+1
2005-01-17ASN.1 PER VisibleString supportTomas Kukosa1-0/+2
2004-10-11Make the "per_choice_t" and "per_sequence_t" pointer arguments pointersGuy Harris1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+103