From 19d1488960e2f2877c8b525a49f7d312ee719941 Mon Sep 17 00:00:00 2001 From: jmayer Date: Mon, 29 Jun 2009 20:35:47 +0000 Subject: Add value for vfstate: active git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28883 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-glbp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-glbp.c') diff --git a/epan/dissectors/packet-glbp.c b/epan/dissectors/packet-glbp.c index 3186a03e2f..8ca2f3caef 100644 --- a/epan/dissectors/packet-glbp.c +++ b/epan/dissectors/packet-glbp.c @@ -155,8 +155,8 @@ static const value_string glbp_vfstate_vals[] = { #if 0 { x, "Disabled" }, { x, "Initial" }, - { x, "Listen" }, #endif + { 4, "Listen" }, { 0x20, "Active" }, { 0, NULL } -- cgit v1.2.3