aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtcp.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-15From Jason Lango: a hack to get SDES length correct on QT packets.guy1-6/+4
2002-04-09From Joerg Mayer: remove unused parameters.guy1-16/+16
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-3/+3
2002-01-10From Nagarjuna Venna: only display the reason in BYE RTCP packets ifguy1-12/+14
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-12/+12
2001-12-03Get rid of the lists of conversation dissectors; instead, have aguy1-4/+4
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-12/+4
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_Xhagbard1-2/+5
2001-09-08From Jason Lango:guy1-1/+3
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-15/+20
2001-09-03Make routines that are passed an unsigned integer as their last argumentguy1-6/+6
2001-08-18Check first whether there's any data left in the packet before checkingguy1-3/+3
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-5/+5
2001-06-20RTSP fixes, from nuf si.guy1-4/+4
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-34/+34
2001-06-12Give a number of files RCS IDs.guy1-2/+3
2001-04-23Get rid of BYTES_ARE_IN_FRAME references.guy1-4/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-09Add tables of "conversation" dissectors, which are associated withguy1-0/+10
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+6
2000-11-19For each column, have both a buffer into which strings for that columnguy1-9/+9
2000-11-05Make the RTCP, RTP, WSP, and WTP dissectors check whether theirguy1-1/+7
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-5/+9
2000-10-19Dissect the allegedly-NTP time stamp in a Sender Report packet as twoguy1-7/+18
2000-10-19Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP andguy1-345/+1082
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-2/+2
2000-05-11Add tvbuff class.gram1-31/+31
2000-04-21Support for RTCP and RTP, from Jason Lango.guy1-0/+455