aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-22 21:14:54 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-22 21:14:54 +0000
commit25e3676115630a99bc427cfcf587be4e212ed7ea (patch)
treef003e5ec1c257836dda6c2c807fdb0ecccb60e73 /version_info.c
parent1ec9e0db960b0d91317503bfe38d63921a49d310 (diff)
Add support for reading from stdin under Windows. Based on a patch sent
in last year by Gianluca Varenni. Add partial support for reading from named pipes (currently disabled). Move utf_8to16() and utf_16to8() to a separate module (unicode-utils.[ch]) so that we don't have to cut and paste code in dumpcap.c. Fix up whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19291 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/version_info.c b/version_info.c
index 7cc3731423..e3ad4eb8b1 100644
--- a/version_info.c
+++ b/version_info.c
@@ -70,7 +70,7 @@
#include "version_info.h"
#include "capture-pcap-util.h"
-#include "epan/strutil.h"
+#include "epan/unicode-utils.h"
#include "svnversion.h"