aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-30 13:46:42 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-30 13:46:42 +0000
commit4132d40e50c576ae6cf9e03e4f552ea091035626 (patch)
tree4b1f8343011ca58ba5cd44782166f029cc7e3a8b /epan/dissectors/packet-ieee80211.c
parentbb67b92a14c502e2c9841863dbbef869818f3e58 (diff)
Move all crc routines to libwsutil.
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index dfa5331b64..56de89dfb2 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -116,7 +116,7 @@
#include <epan/etypes.h>
#include <epan/greproto.h>
#include <epan/oui.h>
-#include <epan/crc32.h>
+#include <wsutil/crc32.h>
#include <epan/tap.h>
#include <epan/emem.h>
#include <epan/crypt/wep-wpadefs.h>