From fdd452acb65182fd9863a9fed3e0d873d5fb787b Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 20 Jun 2001 06:22:33 +0000 Subject: [PATCH] Clean up a string. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3583 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-ieee80211.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packet-ieee80211.c b/packet-ieee80211.c index b951ed7c84..bf8b66d428 100644 --- a/packet-ieee80211.c +++ b/packet-ieee80211.c @@ -3,7 +3,7 @@ * Copyright 2000, Axis Communications AB * Inquiries/bugreports should be sent to Johan.Jorgensen@axis.com * - * $Id: packet-ieee80211.c,v 1.25 2001/06/20 06:15:07 guy Exp $ + * $Id: packet-ieee80211.c,v 1.26 2001/06/20 06:22:33 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1511,7 +1511,7 @@ proto_register_wlan (void) { static const value_string tofrom_ds[] = { - {0, "Not leaving DS or network is operating in AD-HOC mode ( To DS: 0 From DS: 0)"}, + {0, "Not leaving DS or network is operating in AD-HOC mode (To DS: 0 From DS: 0)"}, {1, "Frame is exiting DS (To DS: 0 From DS: 1)"}, {2, "Frame is entering DS (To DS: 1 From DS: 0)"}, {3, "Frame part of WDS (To DS: 1 From DS: 1)"}, -- 2.34.1