diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php
index 43090f279..1bea0cbb0 100644
--- a/html/includes/print-menubar.php
+++ b/html/includes/print-menubar.php
@@ -387,6 +387,7 @@ if ($packages)
Packages
diff --git a/html/pages/search.inc.php b/html/pages/search.inc.php
index 034196dae..bd2918bf1 100644
--- a/html/pages/search.inc.php
+++ b/html/pages/search.inc.php
@@ -2,7 +2,7 @@
$pagetitle[] = "Search";
-$sections = array('ipv4' => 'IPv4 Address', 'ipv6' => 'IPv6 Address', 'mac' => 'MAC Address', 'arp' => 'ARP Table');
+$sections = array('packages' => 'Packages', 'ipv4' => 'IPv4 Address', 'ipv6' => 'IPv6 Address', 'mac' => 'MAC Address', 'arp' => 'ARP Table');
if (!isset($vars['search'])) { $vars['search'] = "ipv4"; }
@@ -32,6 +32,7 @@ print_optionbar_end('', '');
switch ($vars['search'])
{
+ case 'packages':
case 'ipv4':
case 'ipv6':
case 'mac':
diff --git a/html/pages/search/packages.inc.php b/html/pages/search/packages.inc.php
new file mode 100644
index 000000000..1daf09f6a
--- /dev/null
+++ b/html/pages/search/packages.inc.php
@@ -0,0 +1,180 @@
+
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see . */
+
+/**
+ * Package Search
+ * @author Daniel Preussker
+ * @copyright 2014 f0o, LibreNMS
+ * @license GPL
+ * @package LibreNMS
+ * @subpackage Search
+ */
+
+print_optionbar_start(28);
+?>
+
+ 0) {
+ $results = $_POST['results'];
+} else {
+ $results = 50;
+}
+
+?>
+
+