aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-08-19Try to fix the buildbotAnders Broman1-2/+2
2012-08-19Apply the speed improvement from r44578 to 64bits variant and length determin...Pascal Quantin1-33/+42
2012-08-19Calling g_strlcat() for every bit of a constrained integer was reallyMartin Mathieson1-10/+12
2012-08-14From Jan de Jongh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7624 :Pascal Quantin1-13/+14
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-11Use restricted character string decoding for IA5String typePascal Quantin1-12/+14
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-4/+3
2012-05-04FALSE -> ENC_BIG_ENDIAN conversionpascal1-10/+10
2012-05-02Attempt to fix clang warnings (dead assignment, dereference of null pointer, ...pascal1-13/+7
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