From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567
authorEvan Huus <eapache@gmail.com>
Sun, 5 May 2013 13:49:49 +0000 (13:49 -0000)
committerEvan Huus <eapache@gmail.com>
Sun, 5 May 2013 13:49:49 +0000 (13:49 -0000)
commit79b3d4e32f55ecd80b3a79ab7215154d6d84027c
treee50ac8f6767d44859a6fabaa8735c049d226a658
parent9d6d7f78c34807b694f3887af05d5b327d2ac5ee
From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567

[PATCH 1/8]
Add a subtree for the random DTLS elements. This is what TLS already does, and
it makes more sense than prefixing their display names.

[PATCH 2/8]
Show the actual hex content of the cookie by just using proto_tree_add_item.
The cookie length has its own field, so there's no need to display it twice.

[From me]
Fix an @ in the AUTHORS file

svn path=/trunk/; revision=49172
AUTHORS
epan/dissectors/packet-dtls.c