aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Added RFC 5285 functionality per https://bugs.wireshark.org/bugzilla/show_bug...Michael Mann1-30/+206
2012-07-21Updated patch from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3507Michael Mann1-0/+18
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Some code/white space cleanup.Jeff Morriss1-142/+145
2012-02-14This dissector calls process_reassembled_data() so there's no need for it toJeff Morriss1-12/+0
2012-02-14There's no need to get the parent of an item we're passing intoJeff Morriss1-1/+1
2012-02-04From mdesharnais:Anders Broman1-4/+5
2012-02-01Collect and use some SRTP information.Anders Broman1-1/+1
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-4/+4
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8
2011-09-09Fix compile error: remove forward declaration.Bill Meier1-2/+0
2011-09-09Revert SVN #38954; Correct fix to follow.Bill Meier1-0/+4
2011-09-09Fix compile error: remove forward declaration.Bill Meier1-4/+0
2011-09-09Don't do heuristic check for 'dstport being even' if checking for rtp over stun.Bill Meier1-5/+17
2011-09-09 /* Get the fields in the second octet */Anders Broman1-17/+3
2011-07-28Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.Bill Meier1-4/+5
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier1-17/+14
2011-03-29RTP: display payload type name from dynamic payload type tableTomas Kukosa1-1/+1
2011-02-09Add NTP times using proto_tree_add_item().Jeff Morriss1-8/+6
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-11-08Remove two duplicate values from rtp_payload_type_short_vals value_string array.Bill Meier1-2/+0
2010-11-08Remove two duplicate entries from rtp_payload_type_vals array.Bill Meier1-2/+0
2010-11-08Use value_string_ext for RTP payload types.Anders Broman1-36/+187
2010-09-12Remove deprecated check_col().Anders Broman1-16/+10
2010-04-15Fix fuzz failure in bug 4671: don't assume the conversation data exists (chec...Jeff Morriss1-5/+11
2010-04-14Use the sample rate from SDP info in RTP stream analysis.Anders Broman1-3/+10
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+7
2009-10-16fid_table never used: remove it (Fixes very minor memory leak).Bill Meier1-2/+0
2009-09-13From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-12/+12
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-10/+10
2009-08-29Replace "repeated blurb" by NULL in two cases;Bill Meier1-3/+4
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-11/+3
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-24/+24
2009-05-25From Michael Lum:Jaap Keuter1-2/+2
2009-05-20From Alex Lindberg via bug 3094:Gerald Combs1-29/+101
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...Anders Broman1-3/+11
2009-04-13Section 11 of RFC 3550, "RTP over Network and Transport Protocols",Guy Harris1-2/+2
2009-03-29More size_t casts.Anders Broman1-9/+9
2009-03-22(Minor) Change a g_snprint to a g_strlcpy;Bill Meier1-3/+2
2009-03-06Adjust some indentation; reformat a line or two.Bill Meier1-18/+20
2009-02-12dissect_rtp_heur: prevent a 'false positive' when trying stun dissection.Bill Meier1-4/+6
2008-12-19Back out r27047 and r27053.Gerald Combs1-1/+1