aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Fix error: declaration of 'j' shadows a previous localPascal Quantin1-1/+1
2013-02-02Increase the maximum number of OPTIONAL / DEFAULT components per SEQUENCE to ...Pascal Quantin1-20/+25
2013-02-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8290 :Pascal Quantin1-4/+10
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2013-01-23Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8216 :Pascal Quantin1-0/+7
2012-12-11Only construct bit string if show internal per fields is set. Use tvb_get_bitsAnders Broman1-46/+9
2012-12-09Cast result of strlen() from size_t to int.Martin Mathieson1-1/+1
2012-12-09Similarly avoiding calling g_snprintf() in dissect_per_constrained_integer().Martin Mathieson1-1/+7
2012-12-09Speed up dissect_per_boolean() by avoiding call to ep_strdup_printf().Martin Mathieson1-14/+15
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
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