aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h264.c
AgeCommit message (Expand)AuthorFilesLines
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-5/+5
2012-08-16- Don't call col...() under 'if (tree)';Bill Meier1-2343/+2333
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-6/+6
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-11Get rid of non-ASCII character.Guy Harris1-1/+1
2012-05-11Correct wrong value in h264_level_bitrate_valuesAnders Broman1-5/+6
2012-03-22Unescape NAL unitsAnders Broman1-7/+61
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-6/+6
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-85/+83
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-2/+0
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-08-11Do DISSECTOR_ASSERT_NOT_REACHED(); if golmb coded data is > 32 bits.Anders Broman1-1/+3
2010-08-11Call tvb_get_bits32() if leading_zero_bits > 16.Stig Bjørlykke1-1/+3
2010-05-16From Chidambaram Arunachalam:Jaap Keuter1-16/+28
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-21Remove non-ASCII charactersJeff Morriss1-193/+193
2009-10-20Fix higlight the correct hex value and add a value_string.Anders Broman1-12/+28
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-04-09Fix two usages of non-ascii characters.Bill Meier1-2/+2
2009-03-30Handle NAL-unit start code correctly.Anders Broman1-4/+9
2009-03-29- Dissect Supplemental enhancement information (SEI).Anders Broman1-127/+317
2009-01-26Start code is 24 bits, use bit_offset to read it.Anders Broman1-3/+14
2008-12-11Dissect DecoderConfiguration in h245.Anders Broman1-5/+39
2008-12-04Trivial changes related to proto_reg_handoffBill Meier1-2/+2
2008-11-11Add bitrate values to levels.Anders Broman1-3/+22
2008-11-10Bugfixes:Anders Broman1-11/+15
2008-10-25From Sebastian Stollenwerk:Jaap Keuter1-11/+68
2008-09-23Trivial changes: comment and spacingBill Meier1-2/+1
2008-09-22Minor cleanup related to proto_reg_handoffBill Meier1-85/+83
2008-05-02From Shinsuke SUZUKI:Jaap Keuter1-1/+1
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-19/+20
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0
2008-01-18Correct a typo.Anders Broman1-1/+1
2008-01-07More Generic parameters.Anders Broman1-2/+52
2008-01-03put capability parameters into a tableTomas Kukosa1-120/+67
2008-01-02Add decoding of most of the generic parameters from H.241 and 3gpp.Anders Broman1-5/+162
2008-01-02Mark some unused parameters with _U_.Stig Bjørlykke1-3/+4
2008-01-02dissect some capability parametersTomas Kukosa1-0/+100
2007-12-29Initialize se_value to avoid a warning.Stig Bjørlykke1-1/+1
2007-12-29Handle se(v) encoding and minor bug fixes.Anders Broman1-59/+177
2007-12-16Comment out unused code.Stig Bjørlykke1-1/+1
2007-12-16Add a few more bits.Anders Broman1-15/+30
2007-12-15- Add col info.Anders Broman1-41/+78
2007-12-14Fixed comments.Stig Bjørlykke1-4/+4
2007-12-14Some more dissection added.Anders Broman1-97/+782