aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-20Get rid of Warnings.etxrab1-3/+3
2011-11-16Fix handling of empty OpenType at the end of PDUkukosa1-2/+2
2011-10-25Add missing semicolon.guy1-1/+1
2011-10-25From Neil Piercy:etxrab1-5/+5
2011-10-24Fix encoding arg for various fcn calls:wmeier1-10/+10
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-1/+1
2011-10-02From Pascal Quantin:etxrab1-0/+1
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.etxrab1-86/+1
2011-09-15From Pascal Quantin:etxrab1-16/+4
2011-08-09Support for Extension Addition Group in PER encodingkukosa1-0/+52
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-40/+33
2011-07-04From Pascal Quantin:etxrab1-2/+2
2011-01-27Don't treat the aligned and unaligned bit strings differentlyetxrab1-52/+30
2010-11-24From Johannes Lange:etxrab1-11/+29
2010-11-24From Johannes Lange:etxrab1-1/+1
2010-10-17From Pascal Quantin via bug 5301:stig1-14/+32
2010-10-17From Pascal Quantin via bug 5301:stig1-0/+14
2010-09-03Fix start offset and length handling in SEQUNCE OF (caused Gtk crash for sequ...kukosa1-2/+2
2010-08-14Fixed guint64 printf modifier.stig1-2/+2
2010-08-14Fix up decoding of bitfields in the aligned variant.etxrab1-30/+31
2010-05-25From Neil Piercy:etxrab1-22/+40
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-19Fix gcc -Wshadow warningswmeier1-33/+33
2009-12-09Constrained SEQ OF in PER encoding associated with wrong length;dimeg1-1/+8
2009-11-22No non-ASCII characters, please.guy1-1/+1
2009-11-22Handle lenght restriction extension of restricted strings.etxrab1-12/+31
2009-11-20Handle extended PER bitstrings.etxrab1-1/+33
2009-11-04Added offset fix from bug 4202, error introduced in r30770.stig1-1/+1
2009-10-31assert() doesn't throw an exception, it just immediately crashes theguy1-1/+2
2009-10-30- In new_octet_aligned_subset_bits() the length check must be on octet not bits.etxrab1-24/+36
2009-10-25From Jakub Zawadzki:etxrab1-2/+1
2009-10-18new_octet_aligned_subset_bits(): call tvb_ensure_bytes_exist() beforemorriss1-60/+69
2009-10-12Added a check for num_opts to avoid a theoretical undefined behavior.stig1-0/+3
2009-10-06From Didier Gautheron:etxrab1-2/+4
2009-07-16From Sean Yunjnz:etxrab1-2/+17
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
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