aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-19Fix a compiler warning (about a real problem).guy1-3/+4
2006-09-29From Reinhard Speyerer:kukosa1-1/+1
2006-09-27Handle unaligned dissect_per_length_determinant and dissect_per_restricted_ch...etxrab1-34/+115
2006-08-16- add value_ptr into struct _asn1_ctx_tkukosa1-0/+1
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-28/+28
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...kukosa1-22/+34
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...kukosa1-11/+11
2006-06-24restore display of optional field names when the optional bit is displayed in...sahlberg1-0/+4
2006-06-24coverity 197 dead codesahlberg1-8/+6
2006-06-23coverity 190sahlberg1-2/+1
2006-06-23remove some dead codesahlberg1-7/+0
2006-06-19coverity 195sahlberg1-1/+1
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.etxrab1-1/+10
2006-06-05- packet-per.[ch]: Open Type supportkukosa1-0/+21
2006-06-01the very recently added unaligned-per support and the ulp dissector could cau...sahlberg1-1/+19
2006-05-31get rid of few warnings in packet-per.ckukosa1-5/+6
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantkukosa1-141/+126
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-05-17Add missing add_new_data_source.etxrab1-0/+1
2006-05-16PER:etxrab1-10/+55
2006-05-13Make dissect_per_constrained_integer handle unaligned PER.etxrab1-21/+33
2006-05-10Preparations to be able to handle unaligned PER.etxrab1-0/+9
2006-03-08better support for ASN.1 Enumerated type in PER decodingkukosa1-48/+38
2006-03-05Make a new PER function dissect_per_enumerated() and use it for the two place...etxrab1-1/+74
2006-02-28From Peter Johansson:etxrab1-1/+1
2006-02-27Add extention bit if per internal fields shown.etxrab1-1/+3
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.ckukosa1-28/+2
2005-12-05If we don't have the OID name let the SNMP dissector try to get it from the M...etxrab1-3/+18
2005-12-02new field type FT_OID for OBJECT IDENTIFIERskukosa1-2/+2
2005-11-14improvements in value constraint supportkukosa1-12/+12
2005-10-10Fix problems with bitstring:etxrab1-11/+18
2005-10-06Octest string of (size 2) does not dissplay correctly.etxrab1-3/+2
2005-09-27bug in dissect_per_object_identifier_str() fixed, wrong pointer was passed to...kukosa1-1/+1
2005-09-20get rid of few warningskukosa1-1/+1
2005-09-20asn2eth kukosa1-14/+40
2005-09-19remove unused parameter 'name' from dissect_per_choice()kukosa1-1/+1
2005-09-09- dissect_per_choice() creates now only one level tree insted of two levels treekukosa1-120/+71
2005-09-06get rid of few warningskukosa1-5/+4
2005-08-31internal length field for constrained SEQUNCE/SET OF was not hiddenkukosa1-3/+4
2005-08-29avoid few warningskukosa1-10/+10
2005-08-29- fix of bug made with too fast releasekukosa1-1/+1
2005-08-29- put real value insted of only text into tree for choice extensionskukosa1-118/+107
2005-08-20remove some more sprintfsahlberg1-4/+6
2005-08-20removal of even more sprintfsahlberg1-2/+4
2005-08-18Fix value_tvb pointers.gerald1-3/+3
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t instea...kukosa1-15/+20
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()sahlberg1-2/+1
2005-07-30Make some funtions static. More char -> const char warning fixesjmayer1-4/+4
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have pr...kukosa1-19/+32
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...kukosa1-4/+4