aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-04-06Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120Pascal Quantin1-1/+1
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-14Make checkAPI HappyAlexis La Goutte1-1/+1
2014-02-14New RTCP REMB dissector – Bug 9757Owen Williams1-2/+132
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