summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2009-09-14 01:36:26 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2009-09-14 01:36:26 +0000
commitd642dc9f41fc7617de64e3d1199a9341a800b3fd (patch)
treeba1ad31cb703b1850005b67a6056fbec702cb60b /AUTHORS
parent9accb15581073a3329dbcbdc49db2bb27f9f85fd (diff)
downloadwireshark-d642dc9f41fc7617de64e3d1199a9341a800b3fd.tar.gz
From Bruno and Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3170
This patch adds support to Wireshark for dissecting UDP packets used by collectd's network plugin in order to transmit data from ones host to another host (e.g. centralized storage of statistics while data is collectd on individual systems) The current dissector understands the part types supported by collectd-4.5 series and gracefully processes future part types (flagging them as unknown). In regard to protocol errors or bad packets checks are based on the various length fields used, parts are marked with warning when length is unexpected; marked with error when length breaks minimal rules. svn path=/trunk/; revision=29887
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS8
1 files changed, 8 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 529bd4886e..dbf5f956ed 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2921,6 +2921,14 @@ Chris Costa <chcosta75 [AT] hotmail.com> {
Properly decode SMB2 error response
}
+Bruno Prémont <bonbons [AT] linux-vserver.org> {
+ CollectD dissector
+}
+
+Florian Forster <octo [AT] verplant.org> {
+ CollectD dissector
+}
+
and by:
Pavel Roskin <proski [AT] gnu.org>