aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp-events.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-31prefs: Convert most RTP dissectors to use "auto" PT preferencesJohn Thacker1-50/+8
2021-04-12rtp-event: Update rtp_event_type_valuesAnders Broman1-117/+208
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-06-12RTP: Make Decode As handling consistent across subdissectorsJohn Thacker1-32/+34
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-05-27Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-3/+7
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-03-25Don't register in the rtp.pt table if the pt value is set to zero.AndersBroman1-3/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Create/use an extended value-string; Move value-string array from .h file; Do...Bill Meier1-23/+282
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-5/+2
2013-12-13Fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-12-12- Make local functions static.Anders Broman1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+3
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-1/+1
2013-03-17From beroset:Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-21Add duration to the tap info.Anders Broman1-7/+13
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2008-11-26From Chidambaram Arunachalam:Jaap Keuter1-3/+27
2008-09-03Cleanup related to prefs & proto_reg_handoffBill Meier1-28/+28
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-02-23From Alejandro Vaquero:Anders Broman1-16/+22
2005-03-27Previous commit failed doing them one by one.Anders Broman1-2/+2
2005-03-10From Alejandro Vaquero:Luis Ontanon1-2/+20
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+240