aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-1/+1
2011-11-20Get rid of Warnings.Anders Broman1-3/+3
2011-11-16Fix handling of empty OpenType at the end of PDUTomas Kukosa1-2/+2
2011-10-25Add missing semicolon.Guy Harris1-1/+1
2011-10-25From Neil Piercy:Anders Broman1-5/+5
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-10/+10
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-02From Pascal Quantin:Anders Broman1-0/+1
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-86/+1
2011-09-15From Pascal Quantin:Anders Broman1-16/+4
2011-08-09Support for Extension Addition Group in PER encodingTomas Kukosa1-0/+52
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-40/+33
2011-07-04From Pascal Quantin:Anders Broman1-2/+2
2011-01-27Don't treat the aligned and unaligned bit strings differentlyAnders Broman1-52/+30
2010-11-24From Johannes Lange:Anders Broman1-11/+29
2010-11-24From Johannes Lange:Anders Broman1-1/+1
2010-10-17From Pascal Quantin via bug 5301:Stig Bjørlykke1-14/+32
2010-10-17From Pascal Quantin via bug 5301:Stig Bjørlykke1-0/+14
2010-09-03Fix start offset and length handling in SEQUNCE OF (caused Gtk crash for sequ...Tomas Kukosa1-2/+2
2010-08-14Fixed guint64 printf modifier.Stig Bjørlykke1-2/+2
2010-08-14Fix up decoding of bitfields in the aligned variant.Anders Broman1-30/+31
2010-05-25From Neil Piercy:Anders Broman1-22/+40
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-19Fix gcc -Wshadow warningsBill Meier1-33/+33
2009-12-09Constrained SEQ OF in PER encoding associated with wrong length;Gerasimos Dimitriadis1-1/+8
2009-11-22No non-ASCII characters, please.Guy Harris1-1/+1
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-12/+31
2009-11-20Handle extended PER bitstrings.Anders Broman1-1/+33
2009-11-04Added offset fix from bug 4202, error introduced in r30770.Stig Bjørlykke1-1/+1
2009-10-31assert() doesn't throw an exception, it just immediately crashes theGuy Harris1-1/+2
2009-10-30- In new_octet_aligned_subset_bits() the length check must be on octet not bits.Anders Broman1-24/+36
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-10-18new_octet_aligned_subset_bits(): call tvb_ensure_bytes_exist() beforeJeff Morriss1-60/+69
2009-10-12Added a check for num_opts to avoid a theoretical undefined behavior.Stig Bjørlykke1-0/+3
2009-10-06From Didier Gautheron:Anders Broman1-2/+4
2009-07-16From Sean Yunjnz:Anders Broman1-2/+17
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-15Froim Vincent Helfre:Anders Broman1-6/+13
2009-05-13Apply some of the patches from:Anders Broman1-8/+4
2009-04-16From Vincent Helfre and Me:Anders Broman1-1/+1
2009-04-14do not report encoding error for sequence extension with length 0Tomas Kukosa1-9/+6
2009-04-10Handle PER constrained integer > 32 bits, show more internal PER fields.Anders Broman1-17/+28
2009-04-02Remove #if 0Anders Broman1-2/+1
2009-03-31From Vincent Helfre:Anders Broman1-15/+35
2009-03-26From Vincent Helfre:Anders Broman1-4/+2
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-3/+20
2009-03-03From Neil Piercy (bug 3299):Stig Bjørlykke1-1/+20
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Do not call a variable value_string as we have a struct with this name.Stig Bjørlykke1-5/+5
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1