diff options
author | Guy Harris <guy@alum.mit.edu> | 2011-12-29 23:09:42 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2011-12-29 23:09:42 +0000 |
commit | 7e531049a0dd26f8e87e6d866c0ff0c0dd01f0c9 (patch) | |
tree | e4171ec186256d2c30b6990a6ca38253229e10b3 /rawshark.c | |
parent | 3864d5d19d5757ce74d5d282e36382a7fde1301f (diff) | |
download | wireshark-7e531049a0dd26f8e87e6d866c0ff0c0dd01f0c9.tar.gz wireshark-7e531049a0dd26f8e87e6d866c0ff0c0dd01f0c9.tar.bz2 wireshark-7e531049a0dd26f8e87e6d866c0ff0c0dd01f0c9.zip |
Swallow cant_load_winpcap_err() up into capture-wpcap.c, so that
anything that uses WinPcap can use that message text in its error
messages.
svn path=/trunk/; revision=40335
Diffstat (limited to 'rawshark.c')
-rw-r--r-- | rawshark.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c index e900257d13..bb8069c761 100644 --- a/rawshark.c +++ b/rawshark.c @@ -106,7 +106,6 @@ #include "pcapio.h" #ifdef _WIN32 #include "capture-wpcap.h" -#include "capture_errs.h" #endif /* _WIN32 */ #endif /* HAVE_LIBPCAP */ #include "log.h" |