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 40401: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-h

Date: Fri, 06 Jan 2012 20:24:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40401

User: gerald
Date: 2012/01/06 12:24 PM

Log:
 Copy over from the trunk:
 
   ------------------------------------------------------------------------
   r40196 | guy | 2011-12-13 21:23:57 -0800 (Tue, 13 Dec 2011) | 4 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-hpteam.c
 
   Put back the source MAC address, but do it right, in one column_add_fstr()
   call, and using ep_address_to_str(), so it can handle any address type,
   including AT_NONE if the source address isn't available.
   ------------------------------------------------------------------------
 
 
 Copy over by hand:
 
   ------------------------------------------------------------------------
   r40195 | guy | 2011-12-13 18:55:26 -0800 (Tue, 13 Dec 2011) | 18 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-hpteam.c
 
   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).
   ------------------------------------------------------------------------
 
 
 Update the release notes.

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

Directory: /trunk-1.6/docbook/
  Changes    Path                 Action
  +14 -7     release-notes.xml    Modified