From dc6341b55dbb8090da8831e64ad53c6b3d9c92b3 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Wed, 21 Dec 2011 15:16:00 +0100
Subject: [PATCH] Typos, docs

---
 wireshark-plugin/ChangeLog | 4 ++++
 wireshark-plugin/README    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/wireshark-plugin/ChangeLog b/wireshark-plugin/ChangeLog
index e69de29..1a350ae 100644
--- a/wireshark-plugin/ChangeLog
+++ b/wireshark-plugin/ChangeLog
@@ -0,0 +1,4 @@
+2011-12-19
+First version of the (external) dissector plugin for wireshark, dissecting all communications
+between the PC and the HP 2101nw wireless G USB print server (UDP port 34444, TCP/UDP port 
+34447 and TPC port 344448, as well as USB configuration communication)
diff --git a/wireshark-plugin/README b/wireshark-plugin/README
index 39d8b6c..7a013d8 100644
--- a/wireshark-plugin/README
+++ b/wireshark-plugin/README
@@ -1,4 +1,4 @@
-The HP 2101nw wireless G USB print server is a USB port forwareder over
+The HP 2101nw wireless G USB print server is a USB port forwarder over
 a wireless TCP/IP network.
 
 -) Configuration (setting up the wirless network, only needed once) is done
-- 
GitLab