aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-12- Make local functions static.Anders Broman1-1/+4
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-6/+6
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-1/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-15emem -> wmemMartin Kaiser1-7/+7
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-7/+7
2013-08-25Batch of filterable expert infos.Michael Mann1-43/+25
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-6/+6
2013-04-11Mark unavailable XR record elements more clearly then just a comment.Jaap Keuter1-14/+35
2013-03-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-03-17From beroset:Anders Broman1-13/+13
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
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
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-10-22Avoid potential infinite loops. Fixes https://bugs.wireshark.org/bugzilla/sh...Chris Maynard1-6/+8
2012-10-09Replace non ASCII chars.Anders Broman1-5/+5
2012-10-09Add initial support for three new RTCP packet types: AVB, RSI and TOKEN.Jaap Keuter1-8/+120
2012-09-26Show the PID field of the transport feedback NACK as "RTCP TransportGuy Harris1-10/+9
2012-09-26Just append the ": " to the generic NACK BLP item, don't replace itsGuy Harris1-8/+3
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-5/+5
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/+1
2012-07-23Mark pinfo as unused.Anders Broman1-1/+1
2012-07-23Add dissector tables for RTCP extended feedback messages (https://bugs.wires...Michael Mann1-6/+21
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7386 :Pascal Quantin1-4/+25
2012-05-17Fix the fix ....Bill Meier1-1/+1
2012-05-17Silence a "may be used uninitialiuzed" warning.....Bill Meier1-1/+1
2012-05-17General cleanup including as appropriate:Bill Meier1-462/+471
2012-05-04As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-3/+3
2012-03-07Fix incorrect packet-details display of certain 1 bit FT_BOOLEAN fields.Bill Meier1-2/+2
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-3550/+3550
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-17/+17
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-67/+67
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-11/+11
2011-08-01Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.Bill Meier1-4/+2
2011-07-27from T. Loebner:Anders Broman1-70/+248
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-10/+9
2011-05-10From Olivier Crete via bug 5761: Compute the FCI size correctly for RTCP RTPFB.Chris Maynard1-4/+4
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki1-2/+1
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-3/+1
2011-04-20Simplify the test in a loop.Martin Mathieson1-5/+1