diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-09-23 17:54:49 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-09-23 17:54:49 +0000 |
commit | 29753bf6b2576c71421ae8d9c3e1ac50af8e8873 (patch) | |
tree | 3cb63f5548e6996c33882f725a2614dd0294a0ca /config.h.win32 | |
parent | 285066ac5bfcf1569cb86a56cca9825f8e416ada (diff) | |
download | wireshark-29753bf6b2576c71421ae8d9c3e1ac50af8e8873.tar.gz wireshark-29753bf6b2576c71421ae8d9c3e1ac50af8e8873.tar.bz2 wireshark-29753bf6b2576c71421ae8d9c3e1ac50af8e8873.zip |
From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32.
Also add support for pcap_datalink_name_to_val(), and arrange that we
properly define HAVE_PCAP_DATALINK_NAME_TO_VAL and
HAVE_PCAP_DATALINK_VAL_TO_NAME for MSVC++ builds.
svn path=/trunk/; revision=12073
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32 index 49b178bfe5..c6d4d9cee1 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -43,6 +43,8 @@ @HAVE_LIBPCAP@ @HAVE_PCAP_FINDALLDEVS@ +@HAVE_PCAP_DATALINK_NAME_TO_VAL@ +@HAVE_PCAP_DATALINK_VAL_TO_NAME@ @WPCAP_CONSTIFIED@ @HAVE_LIBETHEREALDLL@ |