checkAPIs.pl: support for new-style dissectors in check_hf_entries
[metze/wireshark/wip.git] / epan / dissectors / packet-per.c
2018-09-07 Pascal QuantinPER: fix dissection of enumerated type with a single...
2018-06-26 Martin MathiesonPER: Also report if open type length is less than...
2018-06-22 Pascal QuantinPER: fix decoding of bit strings with an upper bound...
2018-03-12 Dario Lombardober/per: assert actx to avoid null dereference (found...
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2018-01-25 AndersBroman[PER] Fix the bitmask to calculate the number of bits...
2017-10-14 Martin MathiesonSome trivial fixes from running cppcheck.
2017-05-29 Jeff MorrissFix up dissector tables' UI names.
2016-11-15 Pascal QuantinPER: add support for fragmented octet string
2016-11-15 darioper: add initializer.
2016-11-14 Pascal QuantinPER: add support for fragmented open type
2016-11-13 Pascal QuantinPER: fixes for fragmented bitstring
2016-11-12 Pascal QuantinPER: add support for bit strings >= 16K
2016-11-02 Anders[PER] Use tvb_new_octet_aligned().
2016-09-08 Pascal QuantinPER: only display internal extension presence bit if...
2016-08-31 Guy HarrisDon't do any Decode As stuff for dissector tables not...
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-02-19 João ValverdeBER/PER: Add dissector assertions to squelch scan-build...
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-14 Guy HarrisRename new_register_per_oid_dissector to register_per_o...
2016-01-14 Guy HarrisRename new_dissector_t to dissector_t.
2016-01-08 moshekaplanFix a lot of typos and misspellings
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-24 Michael MannRemove support for "old style" dissectors in PER API.
2015-11-04 Michael MannDon't allow multiple registrations of a protocol in...
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-10-24 Pascal QuantinPER: fix ASAN runtime error: left shift of negative...
2015-09-02 Pascal QuantinPER: followup of g59453fb
2015-09-02 Michael MannEliminate proto_tree_add_text from packet-per.c
2015-06-08 Alexis La GouttePER: fix indent (use tabs)
2015-06-07 Pascal QuantinPER: fix V593 warning reported by PVS-Studio
2015-05-09 Guy HarrisFix some more constants to be unsigned.
2015-03-12 Pascal QuantinPER: fix dissection of known-multiplier character strin...
2015-01-19 Michael MannConvert OID APIs to use wmem.
2015-01-02 Michael MannReplace proto_tree_add_text in dissector header files...
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-10-21 AndersBromanAdd OID dissector table for PER based dissection.
2014-10-16 Guy HarrisMake sort_alphabet() not fail too badly with characters...
2014-10-06 Bill MeierAdjust indentation to match editor modelines; Do other...
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-07-05 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-21 Bill MeierDon't use 'L' as a constant modifier.
2013-12-19 Guy HarrisUse proto_tree_add_item() or tvb_get_string_enc() inste...
2013-12-17 Anders BromanMake local functions static. Include *.h when needed.
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-17 Pascal QuantinFix the number of highlighted bytes in case of unaligne...
2013-11-17 Pascal QuantinAdd a way to retrieve a PER variable bit string length
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-10-07 Pascal QuantinUpdate function name in debug info
2013-10-06 Pascal QuantinAdd support for relative OID to PER dissector
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-08 Pascal QuantinSlightly different fix for https://bugs.wireshark.org...
2013-09-07 Evan HuusCallers of tvb_per_bit_string expect that the returned...
2013-08-19 Pascal QuantinChange some dissectors to use pinfo memory pool instead...
2013-08-16 Chris MaynardTrivial. Fix warning: Value stored to 'str_index'...
2013-07-28 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-07-03 Michael Mannexpert_add_info_format_text + proto_tree_add_text ...
2013-07-03 Michael Mannexpert_add_info + proto_tree_add_text = proto_tree_add_...
2013-06-17 Evan HuusEnsure that the length parameter to dissect_per_length_...
2013-06-10 Michael MannBatch of filterable expert infos.
2013-03-19 Anders BromanFrom beroset:
2013-03-13 Martin Kaiseractx is used, remove _U_
2013-02-02 Pascal QuantinFix error: declaration of 'j' shadows a previous local
2013-02-02 Pascal QuantinIncrease the maximum number of OPTIONAL / DEFAULT compo...
2013-02-01 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 Bill MeierComment out cases of unused hf array entries found...
2013-01-23 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-12-11 Anders BromanOnly construct bit string if show internal per fields...
2012-12-09 Martin MathiesonCast result of strlen() from size_t to int.
2012-12-09 Martin MathiesonSimilarly avoiding calling g_snprintf() in dissect_per_...
2012-12-09 Martin MathiesonSpeed up dissect_per_boolean() by avoiding call to...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-19 Anders BromanTry to fix the buildbot
2012-08-19 Pascal QuantinApply the speed improvement from r44578 to 64bits varia...
2012-08-19 Martin MathiesonCalling g_strlcat() for every bit of a constrained...
2012-08-14 Pascal QuantinFrom Jan de Jongh via https://bugs.wireshark.org/bugzil...
2012-08-01 Michael Mannremove unnecessary underscores from display filters
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-11 Pascal QuantinUse restricted character string decoding for IA5String...
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-05-04 pascalFALSE -> ENC_BIG_ENDIAN conversion
2012-05-02 pascalAttempt to fix clang warnings (dead assignment, derefer...
2012-03-31 Jakub ZawadzkiFix off by one shift errors introduced in r39530 where...
2011-11-20 Anders BromanGet rid of Warnings.
2011-11-16 Tomas KukosaFix handling of empty OpenType at the end of PDU
2011-10-25 Guy HarrisAdd missing semicolon.
2011-10-25 Anders BromanFrom Neil Piercy:
2011-10-24 Bill MeierFix encoding arg for various fcn calls:
2011-10-23 Bill MeierReplace use of tvb_get_ephemeral_faked_unicode() by...
2011-10-02 Anders BromanFrom Pascal Quantin:
2011-09-26 Anders BromanMove tvb_new_octet_aligned() to tvbuff.c and use it.
next