Florent DROUIN <florent.drouin@alcatel.fr>:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 29 Aug 2006 16:31:00 +0000 (16:31 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 29 Aug 2006 16:31:00 +0000 (16:31 +0000)
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19074 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-alcap.c

index 40f437bd00313c63cfaaa0d37a3367f09c93e33b..a81d3b31d1439643fb4d1dc51d63341cbf495a68 100644 (file)
@@ -1286,7 +1286,6 @@ static const alcap_msg_type_info_t msg_types[] = {
     { "MOA ", PI_CHAT },
     { "MOR ", PI_CHAT },
     { "MOD ", PI_CHAT },
-    { NULL, 0 }
 };
 
 static void alcap_leg_tree(proto_tree* tree, tvbuff_t* tvb, const alcap_leg_info_t* leg) {