aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-alcap.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-29 16:31:00 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-29 16:31:00 +0000
commit7c0e1ab48c68d131704bc053bf2b1366fb2067c5 (patch)
tree0100d856f5700585addd24c9ff1f8ad776ab1053 /epan/dissectors/packet-alcap.c
parentfe316387e87a5a31ddf166f960e853d17faa9def (diff)
Florent DROUIN <florent.drouin@alcatel.fr>:
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
Diffstat (limited to 'epan/dissectors/packet-alcap.c')
-rw-r--r--epan/dissectors/packet-alcap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-alcap.c b/epan/dissectors/packet-alcap.c
index 40f437bd00..a81d3b31d1 100644
--- a/epan/dissectors/packet-alcap.c
+++ b/epan/dissectors/packet-alcap.c
@@ -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) {