aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-02-27 23:39:25 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-02-27 23:39:25 +0000
commitf5f636db9ea892d80c2d8ac792b9f0d093d5f775 (patch)
tree0121cee05369813e6f89a9e27438b18f66a29371 /AUTHORS
parent6e0297dc86c3cf0905e361aa9baf3b586bf9b367 (diff)
From Holger Pfrommer via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2205
This is a new dissector plugin for Hilscher analyzer frames. These frames are generated by Hilscher analyzer products and are identified via their unique source MAC address (this is a reserved MAC from Hilscher-range and will never be used by another network device). Most likely these frames are only generated on a virtual network interface or the generating device is attached directly via patch cable to a real network interface, but not routed through a network. The Ethernet-header (destination MAC, source MAC and Length/Type) is not displayed in the protocol tree for these frames as this is overhead-information which has no practical use in this case. Note: This is a heuristic Ethernet dissector which means it gets called for every Ethernet frame. So as to not cause a performance hit for most Wireshark users it has a preference which, by default, disables the dissector. svn path=/trunk/; revision=24495
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS8
1 files changed, 8 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index fd53d5c265..9651d78af3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2709,6 +2709,14 @@ Loris Degioanni <loris.degioanni [AT] cacetech.com> {
Rawshark
}
+Sven Meier <msv[AT]zhwin.ch> {
+ PRP (Parallel Redundancy Protocol; IEC62439 Chapter 6) dissection
+}
+
+Holger Pfrommer <hpfrommer [AT] hilscher.com> {
+ Hilscher analyzer protocols dissection
+}
+
and by:
Pavel Roskin <proski [AT] gnu.org>