Wireshark-commits: [Wireshark-commits] rev 28286: /trunk/epan/ /trunk/epan/dissectors/: Makefile.co

Date: Tue, 05 May 2009 22:35:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28286

User: guy
Date: 2009/05/05 03:35 PM

Log:
 Add support for the IANA's OUI, and recognize NHRP-over-SNAP.
 
 An NHRP extension offset of 0 is not an error - it means there are no
 extensions.
 
 Start using the address family number to determine the type of
 link-layer addresses in NHRP.  Don't fetch IPv4 addresses and add them
 to the tree - just use proto_tree_add_item().

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +1 -0      Makefile.common      Modified
  +61 -0     packet-iana-oui.c    Added
  +59 -46    packet-nhrp.c        Modified

Directory: /trunk/epan/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +33 -0     iana_snap_pid.h    Added
  +1 -0      oui.h              Modified