Wireshark-bugs: [Wireshark-bugs] [Bug 1094] New: typo in decode string

Date: Tue, 5 Sep 2006 10:59:51 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1094

           Summary: typo in decode string
           Product: Wireshark
           Version: 0.99.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Trivial
          Priority: Low
         Component: Documentation
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: atsushi.fukumoto@xxxxxxxxxxxxx


Typo in decode string table.
(Besides, the table need update in accordance with IANA assignments.)


diff -u epan/dissectors/packet-isakmp.c{.orig,}
--- epan/dissectors/packet-isakmp.c.orig        2006-08-25 02:01:14.000000000
+0900
+++ epan/dissectors/packet-isakmp.c     2006-09-05 19:29:57.000000000 +0900
@@ -1297,7 +1297,7 @@
     { 0,       "RESERVED" },
     { 1,       "ENCR_DES_IV64" },
     { 2,       "ENCR_DES" },
-    { 3,       "ENCR_3DE" },
+    { 3,       "ENCR_3DES" },
     { 4,       "ENCR_RC5" },
     { 5,       "ENCR_IDEA" },
     { 6,       "ENCR_CAST" },


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