ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] Trivial patch for packet-isakmp.c - add AES-XCBC-MAC (RFC 3566)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Yaniv Kaul <ykaul@xxxxxxxxxxxxxx>
Date: Mon, 15 Sep 2003 19:04:14 +0200
Add AES-XCBC-MAC to the list of authentication methods, per RFC 3566.


--- packet-isakmp.orig.c        Mon Sep 15 18:48:09 2003
+++ packet-isakmp.c     Mon Sep 15 18:50:56 2003
@@ -1256,6 +1256,7 @@
          case 6:  return "Encryption with El-Gamal";
          case 7:  return "Revised encryption with El-Gamal";
          case 8:  return "ECDSA signatures";
+         case 9:  return "AES-XCBC-MAC";
          case 64221: return "HybridInitRSA";
          case 64222: return "HybridRespRSA";
          case 64223: return "HybridInitDSS";