aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-02 15:10:04 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-02 15:10:04 +0000
commit2eadb1b9771247725249ee4491d2e10a46d00845 (patch)
tree59c6141b9b32815a7913487087271a437962a0d7 /AUTHORS
parent0d3eb1d4163bcd03f2d87448f5a4b76c8307c6e2 (diff)
From Samu Varjonen via bug 3378:
Added support for Host Identity Protocol (HIP). From me: - Adjusted location of "Checksum" and "HIP Controls", as they seems to have switched place in the bytes window - Rewrote some proto_tree_add_uint -> proto_tree_add_item (some still remain) - Rewrote to not use tvb_memcpy() - Corrected some proto_tree_add_item's as the format seems to be big-endian - Terminate ALL value_string's with { 0, NULL } - No need to zero-terminate value_string strings. - Removed call to check_col() - Removed some prototypes - Removed unused hf_hip_tlv_id, hf_hip_res and hf_hip_tlv_enc_iv (please check) - Rewrote some C++ comments git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28596 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 0fe4a723f4..db684ff916 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2870,6 +2870,10 @@ Fred Fierling <fff [AT] exegin.com> {
Daintree's Sensor Network Analyzer file support
}
+Samu Varjonen <samu.varjonen [AT] hiit.fi> {
+ Host Identity Protocol (HIP) support
+}
+
and by:
Pavel Roskin <proski [AT] gnu.org>