aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-13 00:00:52 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-13 00:00:52 +0000
commita2e8e1cdcd8e353ca7159344afc0b2a0c0d8a5e8 (patch)
tree73706ff230463c63628db048550b5799bc177d2c /AUTHORS
parent5b34fd161d38b7d28a44943360ab92b98ab9e460 (diff)
From Benjamin Stocks (with some work by Michael Mann): "CIP Motion" dissector;
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5929 From me: packet-cipmotion.c: FT_BOOLEAN fields with bitmasks need a bit-fieldwidth in the hf[] entry 'display' field; Define attribute_size as guint32 since it has to store guint8*guint16; Use ENC_NA as encoding arg in proto_tree_add_item() for FT_BYTES field types; Remove trailing whitespace from lines; Other minor cleanup and reformatting. packet-enip.c: Use ENC_NA as encoding arg in proto_tree_add_item() for FT_BYTES field types; svn path=/trunk/; revision=39396
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS5
1 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 58e21bab57..4b7ebc15a2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3328,6 +3328,11 @@ Spenser Sheng <spenser.sheng [AT] ericsson.com> {
LCS-AP support
}
+Benjamin Stocks <bmstocks [AT] ra.rockwell.com> {
+ CIP Motion dissector
+}
+
+
and by:
Pavel Roskin <proski [AT] gnu.org>