Wireshark-commits: [Wireshark-commits] rev 53802: /trunk/epan/ /trunk/epan/dissectors/: Makefile.co
Date: Fri, 06 Dec 2013 04:34:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53802

User: mmann
Date: 2013/12/06 04:34 AM

Log:
 Add DeviceNet and J1939 dissectors.  Both run on top of CAN (not necessarily always SocketCAN, but it did provide a good test environment)

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +2 -0      Makefile.common       Modified
  +33 -33    packet-cip.c          Modified
  +4 -0      packet-cip.h          Modified
  +1033 -0   packet-devicenet.c    Added
  +321 -0    packet-j1939.c        Added
  +18 -2     packet-socketcan.c    Modified

Directory: /trunk/epan/
  Changes    Path                Action
  +2 -0      CMakeLists.txt      Modified
  +3 -1      address.h           Modified
  +8 -0      address_to_str.c    Modified