From Michael Bernhard:

The dissector asserted displaying cookies in DTLS frames because it was registered as FT_NONE.

svn path=/trunk/; revision=26207
This commit is contained in:
Jaap Keuter 2008-09-15 19:49:43 +00:00
parent 771b90eba7
commit 28c2ad711d
1 changed files with 1 additions and 1 deletions

View File

@ -2085,7 +2085,7 @@ proto_register_dtls(void)
},
{ &hf_dtls_handshake_cookie,
{ "Cookie", "dtls.handshake.cookie",
FT_NONE, BASE_NONE, NULL, 0x0,
FT_BYTES, BASE_NONE, NULL, 0x0,
"Cookie", HFILL }
},
{ &hf_dtls_handshake_session_id,