Wireshark-commits: [Wireshark-commits] rev 25959: /trunk/epan/ /trunk/epan/dissectors/: packet-dpla

Date: Fri, 08 Aug 2008 19:28:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25959

User: guy
Date: 2008/08/08 12:28 PM

Log:
 Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSync
 Desktop Pass-Through protocols use them.
 
 Use those values in the dissectors for those protocols.
 
 In the Desktop Pass-Through dissector, define the Winsock SOCK_ values
 ourselves, and get the IP protocol values from <epan/ipproto.h>.  Don't
 include now-unnecessary system headers in that dissector.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +5 -15     packet-dplay.c    Modified
  +25 -26    packet-dtpt.c     Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +7 -1      aftypes.h     Modified