aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-evrc.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-12RTP: Make Decode As handling consistent across subdissectorsJohn Thacker1-5/+33
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-6/+6
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-18/+24
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+7
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-8/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-13From Michael LumAndersBroman1-14/+113
2013-05-02Remove useless global variablesMichael Mann1-5/+0
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+1
2013-03-01Fix Coverity CID 280369: Logically dead code.Chris Maynard1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-1/+1
2011-11-16Delete pointless orig_offset variable, initialize speech_data_len[], use tvb_...Chris Maynard1-8/+7
2011-10-27Fix some proto_tree_add_item() encoding args;Bill Meier1-5/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
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-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-03From Michael Lum:Anders Broman1-4/+38
2010-04-28From Michael Lum:Anders Broman1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2009-01-13Minor changes related to reg_handoff_ & proto_register_Bill Meier1-12/+13
2008-11-26Added a default case in the RFC 3558 header format switch.Stig Bjørlykke1-0/+3
2008-11-26From Michael Lum:Anders Broman1-0/+532