diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2007-08-30 11:52:30 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2007-08-30 11:52:30 +0000 |
commit | cb8dab02be4b646272da3951360e54714f5e5c4c (patch) | |
tree | 4fcad3314fe7fd9b793c33f340e264440d72e911 /capture_info.c | |
parent | 6d9c82338deb228fc792416c32082909320dbd70 (diff) | |
download | wireshark-cb8dab02be4b646272da3951360e54714f5e5c4c.tar.gz wireshark-cb8dab02be4b646272da3951360e54714f5e5c4c.tar.bz2 wireshark-cb8dab02be4b646272da3951360e54714f5e5c4c.zip |
And include packet-wlancap.h
svn path=/trunk/; revision=22752
Diffstat (limited to 'capture_info.c')
-rw-r--r-- | capture_info.c | 1 |
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); |