Ethereal-dev: [Ethereal-dev] 0.10.12 build failure on AIX 4.3.3

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

Date: Thu, 4 Aug 2005 18:20:03 -0500
Obvious patch attached to fix build failure with the IBM C compiler on
AIX 4.3.3. This compiler doesn't like a trailing comma after the last
enum constant.

-- 
albert chin (china@xxxxxxxxxxxxxxxxxx)
--- epan/dissectors/packet-juniper.c.orig	2005-08-04 17:33:34.312497000 -0500
+++ epan/dissectors/packet-juniper.c	2005-08-04 17:33:38.977014000 -0500
@@ -121,7 +121,7 @@
     PROTO_LLC,
     PROTO_LLC_SNAP,
     PROTO_ETHER,
-    PROTO_OAM,
+    PROTO_OAM
 };
 
 static const value_string juniper_proto_vals[] = {