aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-12-18 20:36:36 +0000
committerGerald Combs <gerald@wireshark.org>2009-12-18 20:36:36 +0000
commit7046509b9916ed735094cdd4ca68de79c4fd3a2c (patch)
tree3ed202a78766b8199616a6892c5ac778b12f441f /config.h.win32
parent34016ac777204cb25743d8c40bd8cc697e20b0db (diff)
Use the WinPcap version of pcap_datalink_val_to_description if it's
present. Add an entry for DLT_PPI in case it's not. svn path=/trunk/; revision=31316
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win321
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 73de28204a..73607cb6fd 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -53,6 +53,7 @@
@HAVE_PCAP_FINDALLDEVS@
@HAVE_PCAP_DATALINK_NAME_TO_VAL@
@HAVE_PCAP_DATALINK_VAL_TO_NAME@
+@HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION@
@HAVE_LIBWIRESHARKDLL@
@HAVE_PCAP_LIST_DATALINKS@