aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zrtp.c
AgeCommit message (Expand)AuthorFilesLines
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