checkAPIs.pl: support for new-style dissectors in check_hf_entries
[metze/wireshark/wip.git] / epan / dissectors / packet-h264.c
2018-05-16 Alexis La Goutteh264: fix issue found by PVS Studio (V1001)
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-08-08 Guy HarrisWe really only need one range_foreach routine.
2017-01-10 Guy HarrisRename tvb_new_subset() to tvb_new_subset_length_caplen().
2017-01-07 Michael MannConvert range API to always use wmem memory.
2016-12-31 Michael MannDissectors don't need a journey of self discovery.
2016-01-14 Guy HarrisRename new_dissector_t to dissector_t.
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-14 Michael Mannregister_dissector -> new_register_dissector
2015-01-27 Bill MeierComment out various 'if(tree)'
2015-01-08 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-12-23 Martin MathiesonDeleting unneccessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-13 Bill MeierUse ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...
2014-12-02 Bill MeierFix instances of duplicate display-filter-names with...
2014-11-03 AndersBromantvb_length -> tvb_reported_length
2014-09-19 Bill MeierAdd editor modelines; Adjust indentation as needed.
2014-09-19 Bill MeierDo encoding-arg changes (all benign)
2014-07-09 Britt McKinleyh264: Remove unneeded errata checks.
2014-07-08 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-07-06 Pascal QuantinH264: mark a parameter as unused
2014-07-06 Britt McKinleyH264: Add support of packetization modes, SVC, MS-H264
2014-06-28 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-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-12 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-12-17 Anders BromanMake local functions static. Include *.h when needed.
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-12-12 Chris MaynardReject the packet if data is NULL. Remove _U_ where...
2013-11-03 Alexis La GoutteMake Mac OS X buildbot happy (Missing _U_)
2013-11-03 Michael MannHave asn1_ctx_t passed into the "h245.gef.name" and...
2013-10-23 Bill Meier#if 0 numerous "unused const variables" (mostly value...
2013-08-19 Pascal QuantinChange some dissectors to use pinfo memory pool instead...
2013-07-16 Michael MannConvert some proto_tree_add_text into proto_tree_add_ex...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-19 Anders BromanFrom beroset:
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
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-16 Bill Meier- Don't call col...() under 'if (tree)';
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-11 Guy HarrisGet rid of non-ASCII character.
2012-05-11 Anders BromanCorrect wrong value in h264_level_bitrate_values
2012-03-22 Anders BromanUnescape NAL units
2011-10-24 Bill MeierFix encoding arg for various fcn calls:
2011-09-27 Anders BromanGet rid of check_col, while at it set ENC.
2011-08-08 Bill MeierRemove unneeded #includes: proto.h,tvbuff.h,value_strin...
2011-04-18 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-12-06 Bill MeierFix various typos and spelling errors.
2010-08-11 Anders BromanDo DISSECTOR_ASSERT_NOT_REACHED(); if golmb coded data...
2010-08-11 Stig BjørlykkeCall tvb_get_bits32() if leading_zero_bits > 16.
2010-05-16 Jaap KeuterFrom Chidambaram Arunachalam:
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-10-21 Jeff MorrissRemove non-ASCII characters
2009-10-20 Anders BromanFix higlight the correct hex value and add a value_string.
2009-08-21 Kovarththanan Raja... Sanitize epan includes
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-09 Bill MeierFix two usages of non-ascii characters.
2009-03-30 Anders BromanHandle NAL-unit start code correctly.
2009-03-29 Anders Broman- Dissect Supplemental enhancement information (SEI).
2009-01-26 Anders BromanStart code is 24 bits, use bit_offset to read it.
2008-12-11 Anders BromanDissect DecoderConfiguration in h245.
2008-12-04 Bill MeierTrivial changes related to proto_reg_handoff
2008-11-11 Anders BromanAdd bitrate values to levels.
2008-11-10 Anders BromanBugfixes:
2008-10-25 Jaap KeuterFrom Sebastian Stollenwerk:
2008-09-23 Bill MeierTrivial changes: comment and spacing
2008-09-22 Bill MeierMinor cleanup related to proto_reg_handoff
2008-05-02 Jaap KeuterFrom Shinsuke SUZUKI:
2008-03-01 Stig BjørlykkeRewrote to use g_strlcpy and g_strlcat.
2008-02-07 Stig BjørlykkeRemoved even more "statement not reached" warnings.
2008-01-18 Anders BromanCorrect a typo.
2008-01-07 Anders BromanMore Generic parameters.
2008-01-03 Tomas Kukosaput capability parameters into a table
2008-01-02 Anders BromanAdd decoding of most of the generic parameters from...
2008-01-02 Stig BjørlykkeMark some unused parameters with _U_.
2008-01-02 Tomas Kukosadissect some capability parameters
2007-12-29 Stig BjørlykkeInitialize se_value to avoid a warning.
2007-12-29 Anders BromanHandle se(v) encoding and minor bug fixes.
2007-12-16 Stig BjørlykkeComment out unused code.
2007-12-16 Anders BromanAdd a few more bits.
2007-12-15 Anders Broman- Add col info.
2007-12-14 Stig BjørlykkeFixed comments.
2007-12-14 Anders BromanSome more dissection added.
2007-12-13 Stephen FisherFix compilation on Unix (unused variable passed to...
2007-12-13 Anders BromanFinish dissection of
2007-12-12 Anders Bromantvbuff.c - fix abug if reading last byte in tvb
2007-12-10 Stig BjørlykkeMark some pinfo unused to make it compile.
2007-12-10 Anders BromanDecode more of H264 info in SDP.
2007-12-03 Stig BjørlykkeMark pinfo as unused.
2007-12-03 Anders BromanDissect RTP payload of H.264 and SDP profile-leve-id...