Ethereal-dev: Re: [Ethereal-dev] isakmp

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: Tue, 02 Dec 2003 16:05:29 +0200
1. Check Point has just released NG with Application Intelligence R55, you may want to add it to your patch.
The version is 5005.
(inline modified your code).
2. The name is 'NG *with* Application Intelligence.
(inline modified your code).

###### CUT HERE #############
[root@SOS ethereal-0.9.16]# diff -u packet-isakmp.c.old packet-isakmp.c --- packet-isakmp.c.old 2003-12-01 16:38:36.000000000 +0100
+++ packet-isakmp.c     2003-11-28 17:51:26.000000000 +0100
@@ -1056,7 +1056,9 @@
                       break;
               case 5003: proto_item_append_text(pt, "NG Feature Pack 3");
                       break;
-               default: proto_item_append_text(pt, " Uknown CP version!");
+               case 5004: proto_item_append_text(pt, "NG with Application
Intelligence");
+                       break;
+		case 5005: proto_item_append_text(pt, "NG with Application
Intelligence R55");
+			break;
+               default: proto_item_append_text(pt, " Unknown CP version!");
                       break;
       }
  }
###### CUT HERE #############


Regards,

A.J.