ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3343] SSL decryption support for IPv6 + DTLS/SSL RSA keyli

Date: Thu, 3 Jun 2010 04:34:10 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3343

--- Comment #14 from Ivan Sy <ivan_jr@xxxxxxxxx> 2010-06-03 04:34:04 PDT ---
Thanks for the tips. I'll try to pick this up. compiled it with SVN this
morning (my morning) but it crashed. I'll work on further improvements over the
weekend.

ill look closely on sscanf. im also planning to convert existing key_list (if
the user alredy have the keylist file) to UAT. is that possible?

also, how do we add a help content of a UAT?, seen below im just re-using
ChK12ProtocolsSection. I wish to do some write-up for wireshark as well.

+    uat_t *dtlsdecrypt_uat = uat_new("DTLS RSA Keylist",
+        sizeof(ssldecrypt_assoc_t),
+        "dtlsdecrypttablefile",         /* filename */
+        TRUE,                             /* from_profile */
+        (void*) &dtlskeylist_uats,      /* data_ptr */
+        &ndtlsdecrypt,                  /* numitems_ptr */
+        UAT_CAT_FFMT,                     /* category */
+        "ChK12ProtocolsSection",          /* TODO, need revision - help */
+        dtlsdecrypt_copy_cb,
+        NULL, /* dtlsdecrypt_update_cb? */
+        dtlsdecrypt_free_cb,
+        NULL,
+        dtlskeylist_uats_flds);

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.