Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40195: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 14 Dec 2011 02:55:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40195

User: guy
Date: 2011/12/13 06:55 PM

Log:
 Refer to a PID of 0x0002 as the PID for the HP Teaming heartbeat
 protocol.
 
 Point to an HP document o the protocol, and discuss the two ways to hook
 up the dissector.
 
 Don't bother checking the destination address - either the OUI/PID
 suffices, or the MAC address is both necessary and, presumably,
 sufficient and we need to introduce a heuristic dissector table for SNAP
 frames.  What's more, there's no guarantee that the destination address
 is a MAC address - it might be absent, e.g. because you're capturing on
 the Linux "any" device and are getting the "Linux cooked" header, with
 only a destination address.
 
 Don't put the source address into the Info column - it's already in the
 source column *if* it exists (which it might not, for packets captured
 from the "any" device and sent by the machine doing the capturing).

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +47 -23    packet-hpteam.c    Modified