aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zrtp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-6/+6
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-21/+21
2011-09-26Get rid of check_col() and use ENC.etxrab1-50/+46
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-04-22Don't create subtrees that are not used (and don't create subtrees which mightmorriss1-15/+5
2011-04-04Fix Coverity 1137, 1138, 1139: UNUSED_VALUEsfisher1-6/+3
2010-10-01Adding new error code.jake1-0/+2
2010-09-28Add the missing Signature-capable flag to the Hello message.jake1-0/+36
2010-08-12Update ZRTP dissector to draft-22.jake1-1/+6
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2010-01-21Add Skein MAC authentication tag types.jake1-1/+3
2010-01-13From Didier Gautheron:etxrab1-2/+1
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'krj1-6/+6
2009-09-24Remove check_col() guardkrj1-39/+13
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOkrj1-14/+14
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-02Add additional cypher types.jake1-1/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-03-05Addition of Ping and PingAck messages.jake1-1/+83
2009-02-12Fix some indentation; Also: do a few other trivial changeswmeier1-143/+144
2009-01-28Minor changes mostly related to proto_register & proto_reg_handoff;wmeier1-8/+3
2009-01-11Updated to support protocol version 1.1, draft-zimmermann-avt-zrtp-12.jake1-1/+2
2008-10-27On request from Philip Zimmermann:jake1-9/+59
2008-10-25Updated to the latest IETF draft draft-zimmermann-avt-zrtp-10.jake1-2/+6
2008-09-25From Sagar Pai:jake1-0/+1035