aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-3/+3
2008-06-19Add an expert item warning if a full sequence isn't decoded. ( take 2)Anders Broman1-12/+11
2008-06-19Initialize new_offset.Stig Bjørlykke1-0/+1
2008-06-19Add an expert item warning if a full sequence isn't decoded.Anders Broman1-0/+12
2008-04-13Fix the crash from bug 2432. I don't really like that we use a new tvbStig Bjørlykke1-14/+16
2008-03-19Return value tvb if pressent from all branches.Anders Broman1-0/+4
2008-03-19fix from Anders: offset->boffsetTomas Kukosa1-1/+1
2008-03-18Handle the case where length is > remaining tvbAnders Broman1-8/+10
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-22/+23
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
2008-01-15Moved a G_GINT64_CONSTANT to a more correct position.Stig Bjørlykke1-1/+1
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).Anders Broman1-1/+1
2008-01-15Use G_GINT64_CONSTANT(hope it makes the build bot happy).Anders Broman1-3/+3
2008-01-15Use G_GINT64_MODIFIER hope it makes the build bot happy.Anders Broman1-1/+1