Add value for vfstate: active
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 29 Jun 2009 20:35:47 +0000 (20:35 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 29 Jun 2009 20:35:47 +0000 (20:35 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28883 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-glbp.c

index 3186a03e2fe0211c8ba6052ca382b1be1b30313e..8ca2f3caefbfbb2ba4dd7e5043353858109883ae 100644 (file)
@@ -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 }