aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-15Froim Vincent Helfre:etxrab1-6/+13
2009-05-13Apply some of the patches from:etxrab1-8/+4
2009-04-16From Vincent Helfre and Me:etxrab1-1/+1
2009-04-14do not report encoding error for sequence extension with length 0kukosa1-9/+6
2009-04-10Handle PER constrained integer > 32 bits, show more internal PER fields.etxrab1-17/+28
2009-04-02Remove #if 0etxrab1-2/+1
2009-03-31From Vincent Helfre:etxrab1-15/+35
2009-03-26From Vincent Helfre:etxrab1-4/+2
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-3/+20
2009-03-03From Neil Piercy (bug 3299):stig1-1/+20
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-10-31Do not call a variable value_string as we have a struct with this name.stig1-5/+5
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)kukosa1-3/+3
2008-06-19Add an expert item warning if a full sequence isn't decoded. ( take 2)etxrab1-12/+11
2008-06-19Initialize new_offset.stig1-0/+1
2008-06-19Add an expert item warning if a full sequence isn't decoded.etxrab1-0/+12
2008-04-13Fix the crash from bug 2432. I don't really like that we use a new tvbstig1-14/+16
2008-03-19Return value tvb if pressent from all branches.etxrab1-0/+4
2008-03-19fix from Anders: offset->boffsetkukosa1-1/+1
2008-03-18Handle the case where length is > remaining tvbetxrab1-8/+10
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-22/+23
2008-01-23Get rid of non-ASCII characters.guy1-1/+1
2008-01-15Moved a G_GINT64_CONSTANT to a more correct position.stig1-1/+1
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).etxrab1-1/+1
2008-01-15Use G_GINT64_CONSTANT(hope it makes the build bot happy).etxrab1-3/+3
2008-01-15Use G_GINT64_MODIFIER hope it makes the build bot happy.etxrab1-1/+1
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.etxrab1-0/+247
2008-01-03set actx->created_item for object identifier typekukosa1-3/+2
2007-12-28support for additionally SIZE constrained Typereferencekukosa1-0/+38
2007-12-18do not align before enumerated extensionkukosa1-4/+0
2007-11-01Get rid of most of the legacy oid stuff.etxrab1-2/+2
2007-10-29asn2wrskukosa1-8/+15
2007-10-22add flags for optional fields of EXTERNAL type into asn1_ctx_t structkukosa1-0/+3
2007-10-17make dissect_per_length_determinant() privatekukosa1-1/+4
2007-09-18PER: fix bitstring handling if SIZE(n) where n<=16kukosa1-27/+5
2007-09-06Remove debug code and a "lost" line.etxrab1-2/+1
2007-09-04Fixed compiler warnings to get the buildbot going.stig1-2/+1
2007-09-04value_tvb=out_tvb, remove unused variables.etxrab1-4/+6
2007-09-04Get correct value for bitstrings.etxrab1-105/+99
2007-08-30fix dissect_per_bit_string() for unaligned PER, values ar still not correctly...etxrab1-3/+11
2007-08-25replace oid_to_str_buf() and oid_to_str()lego1-1/+2
2007-07-30H.450 regenerated from original ASN.1 sourceskukosa1-4/+2
2007-07-18rose_ctx_t structure usage in Q.932 dissectorkukosa1-2/+5
2007-07-16Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: cas...morriss1-1/+5
2007-07-13- get rid of anonymous unionskukosa1-14/+7
2007-07-03Fix dissection of IP addresses in unaligned PER.etxrab1-2/+17
2007-06-14Change actx->external.direct_reference to be the OID string.etxrab1-1/+1
2007-05-23fix warningkukosa1-0/+2
2007-05-23support of CONTAINING constraint in OCTET STRING and BIT STRINGkukosa1-11/+73