aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-30 11:52:30 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-30 11:52:30 +0000
commite668170eb3add786700bac7ad434c4ed275a3111 (patch)
tree4fcad3314fe7fd9b793c33f340e264440d72e911 /capture_info.c
parente4c59244cff130c726c775a96a87f594b34fee41 (diff)
And include packet-wlancap.h
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22752 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_info.c')
-rw-r--r--capture_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_info.c b/capture_info.c
index dea3b25b32..7e0cf2d80d 100644
--- a/capture_info.c
+++ b/capture_info.c
@@ -58,6 +58,7 @@
#include <epan/dissectors/packet-ipfc.h>
#include <epan/dissectors/packet-arcnet.h>
#include <epan/dissectors/packet-enc.h>
+#include <epan/dissectors/packet-wlancap.h>
static void capture_info_packet(
packet_counts *counts, gint wtap_linktype, const guchar *pd, guint32 caplen, union wtap_pseudo_header *pseudo_header);