diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2011-08-23 09:25:06 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2011-08-23 09:25:06 +0000 |
commit | 5603cef9f2755f0826933e78f4e511bdc47d16b2 (patch) | |
tree | 49ff20550b874530e3e9ae8ca76219618cda97be /docbook/wsdg_src | |
parent | b213104006167e21211f7aed20754cd573c7bff0 (diff) | |
download | wireshark-5603cef9f2755f0826933e78f4e511bdc47d16b2.tar.gz wireshark-5603cef9f2755f0826933e78f4e511bdc47d16b2.tar.bz2 wireshark-5603cef9f2755f0826933e78f4e511bdc47d16b2.zip |
Remove support for libpcre, we use GRegex in GLib.
svn path=/trunk/; revision=38683
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r-- | docbook/wsdg_src/WSDG_chapter_libraries.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_libraries.xml b/docbook/wsdg_src/WSDG_chapter_libraries.xml index c8cb11810b..ab2cdac9e0 100644 --- a/docbook/wsdg_src/WSDG_chapter_libraries.xml +++ b/docbook/wsdg_src/WSDG_chapter_libraries.xml @@ -305,38 +305,6 @@ utilities." </section> - <section id="ChLibsPCRE"> - <title>PCRE (optional)</title> - <para> - "Perl compatible regular expressions". PCRE provides the pattern matching - functionality required for the "matches" display filter operator. - </para> - <para> - You probably don't need this. GRegex, part of GLib 2.14 and later is a - wrapper around PCRE. Wireshark's configure script will use it instead of - PCRE if it is present. - </para> - - <section id="ChLibsUnixPCRE"> - <title>Unix</title> - <para> - If this library isn't already installed or available as a - package for your platform, you can get it at: - <ulink url="http://www.pcre.org/"/>. - </para> - </section> - - <section id="ChLibsWin32PCRE"> - <title>Win32 MSVC</title> - <para> - You can get the latest version at: - <ulink url="http://gnuwin32.sourceforge.net/packages/pcre.htm"/> - </para> - </section> - - </section> - - <section id="ChLibsZlib"> <title>zlib (optional)</title> <para> |