aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Don't use 'L' as a constant modifier.Bill Meier1-1/+1
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris1-4/+1
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-2/+2
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-5/+1
2013-11-17Fix the number of highlighted bytes in case of unaligned PER constrained integerPascal Quantin1-1/+1
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-4/+14
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-10-07Update function name in debug infoPascal Quantin1-1/+1
2013-10-06Add support for relative OID to PER dissectorPascal Quantin1-4/+29
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-6/+6
2013-09-08Slightly different fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-10/+10
2013-09-07Callers of tvb_per_bit_string expect that the returned value_tvb is non-NULL.Evan Huus1-0/+18
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-9/+5
2013-08-16Trivial. Fix warning: Value stored to 'str_index' is never read.Chris Maynard1-2/+1
2013-07-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8841 :Pascal Quantin1-3/+37
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-4/+1
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-2/+3
2013-06-17Ensure that the length parameter to dissect_per_length_determinant isEvan Huus1-0/+3
2013-06-10Batch of filterable expert infos.Michael Mann1-10/+28
2013-03-19From beroset:Anders Broman1-4/+4
2013-03-13actx is used, remove _U_Martin Kaiser1-1/+1
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