Wireshark-commits: [Wireshark-commits] rev 33307: /trunk/ /trunk/epan/dissectors/: Makefile.common

Date: Wed, 23 Jun 2010 20:08:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33307

User: wmeier
Date: 2010/06/23 01:08 PM

Log:
 From Haakon Nessjoen: New dissector for Digiums TDMoE protocol
 
 From me: A few minor changes:
 - col-clear() not req'd;
 - Use 'gint32 length' rather than 'guint8 length';
 - Use ENC_NA instead of FALSE/TRUE in two cases;
 - Move global tdmoe_handle to be local to proto_reg_handoff...

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -0      Makefile.common       Modified
  +1 -0      packet-ethertype.c    Modified
  +172 -0    packet-tdmoe.c        Added

Directory: /trunk/epan/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified
  +4 -0      etypes.h          Modified

Directory: /trunk/
  Changes    Path          Action
  +1 -0      AUTHORS       Modified