aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zrtp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
2021-01-26Make some symbols static or delete them.Martin Mathieson1-7/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-17Don't just grab raw string data with tvb_memcpy().Guy Harris1-25/+15
2018-11-29Add sip_call_id filter to RTP stream.Anders Broman1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-30SDP/RTP: Support for "bundled" media.Robert Jongbloed1-2/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-2/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-1/+14
2016-07-21Add proto_tree_add_checksum.Michael Mann1-37/+9
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-3/+4
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-08Wrap some tvb_get_ptr calls in crc32c_tvb_offset_calculate().Guy Harris1-1/+2
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07- Make local functions static.Anders Broman1-0/+3
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-5/+5
2013-09-12In some cases add include emem.hJörg Mayer1-2/+3
2013-03-19From beroset:Anders Broman1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-0/+12
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-272/+262
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-16proto_tree_add_boolean() takes value not ENC_ flag.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-6/+6
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-21/+21
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-50/+46
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-04-22Don't create subtrees that are not used (and don't create subtrees which mightJeff Morriss1-15/+5
2011-04-04Fix Coverity 1137, 1138, 1139: UNUSED_VALUEStephen Fisher1-6/+3
2010-10-01Adding new error code.Jaap Keuter1-0/+2
2010-09-28Add the missing Signature-capable flag to the Hello message.Jaap Keuter1-0/+36
2010-08-12Update ZRTP dissector to draft-22.Jaap Keuter1-1/+6
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2010-01-21Add Skein MAC authentication tag types.Jaap Keuter1-1/+3
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam1-6/+6
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-39/+13
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam1-14/+14
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-02Add additional cypher types.Jaap Keuter1-1/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1