aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-03set actx->created_item for object identifier typeTomas Kukosa1-3/+2
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-0/+38
2007-12-18do not align before enumerated extensionTomas Kukosa1-4/+0
2007-11-01Get rid of most of the legacy oid stuff.Anders Broman1-2/+2
2007-10-29asn2wrsTomas Kukosa1-8/+15
2007-10-22add flags for optional fields of EXTERNAL type into asn1_ctx_t structTomas Kukosa1-0/+3
2007-10-17make dissect_per_length_determinant() privateTomas Kukosa1-1/+4
2007-09-18PER: fix bitstring handling if SIZE(n) where n<=16Tomas Kukosa1-27/+5
2007-09-06Remove debug code and a "lost" line.Anders Broman1-2/+1
2007-09-04Fixed compiler warnings to get the buildbot going.Stig Bjørlykke1-2/+1
2007-09-04value_tvb=out_tvb, remove unused variables.Anders Broman1-4/+6
2007-09-04Get correct value for bitstrings.Anders Broman1-105/+99
2007-08-30fix dissect_per_bit_string() for unaligned PER, values ar still not correctly...Anders Broman1-3/+11
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-1/+2
2007-07-30H.450 regenerated from original ASN.1 sourcesTomas Kukosa1-4/+2
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-2/+5
2007-07-16Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: cas...Jeff Morriss1-1/+5
2007-07-13- get rid of anonymous unionsTomas Kukosa1-14/+7
2007-07-03Fix dissection of IP addresses in unaligned PER.Anders Broman1-2/+17
2007-06-14Change actx->external.direct_reference to be the OID string.Anders Broman1-1/+1
2007-05-23fix warningTomas Kukosa1-0/+2
2007-05-23support of CONTAINING constraint in OCTET STRING and BIT STRINGTomas Kukosa1-11/+73
2007-05-22Trivial warning fixes:Jörg Mayer1-1/+1
2007-05-14fix packet-per.c:155: warning: 'val_tvb' may be used uninitialized in this fu...Tomas Kukosa1-1/+1
2007-05-14- more variants of dissect_per_open_type_*()Tomas Kukosa1-28/+59
2007-05-07changes in external structure of asn1_ctx_tTomas Kukosa1-9/+23
2007-05-03Split out asn1 common functions. Start of BER EXTERNAL.Anders Broman1-14/+0
2007-05-03REAL type supportTomas Kukosa1-11/+88
2007-05-02fix forgotten calling of dissect_per_External()Tomas Kukosa1-4/+1
2007-05-02comment out a unused function so that wireshark builds on suse againRonnie Sahlberg1-1/+2
2007-05-02fix some compiler warnings leading to compile failureRonnie Sahlberg1-1/+1
2007-05-02PER - support of EXTERNAL and ObjectDescriptor types (not tested)Tomas Kukosa1-4/+175
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-04-16Frame numbers are unsigned, print them as suchJeff Morriss1-1/+1
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewJeff Morriss1-4/+2
2006-10-19Fix a compiler warning (about a real problem).Guy Harris1-3/+4
2006-09-29From Reinhard Speyerer:Tomas Kukosa1-1/+1
2006-09-27Handle unaligned dissect_per_length_determinant and dissect_per_restricted_ch...Anders Broman1-34/+115
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-28/+28
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa1-22/+34
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-11/+11
2006-06-24restore display of optional field names when the optional bit is displayed in...Ronnie Sahlberg1-0/+4
2006-06-24coverity 197 dead codeRonnie Sahlberg1-8/+6
2006-06-23coverity 190Ronnie Sahlberg1-2/+1
2006-06-23remove some dead codeRonnie Sahlberg1-7/+0
2006-06-19coverity 195Ronnie Sahlberg1-1/+1
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-1/+10
2006-06-05- packet-per.[ch]: Open Type supportTomas Kukosa1-0/+21
2006-06-01the very recently added unaligned-per support and the ulp dissector could cau...Ronnie Sahlberg1-1/+19