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 41282: / /trunk/epan/dissectors/: Makefile.common packet

Date: Fri, 02 Mar 2012 03:30:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41282

User: morriss
Date: 2012/03/01 07:30 PM

Log:
 From Tom Bottom and Chris Pane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6887 :
 
 A new dissector for IEEE 1722.1.
 
 From me: some code cleanup, including:
  - Get rid of some unnecessary local variable initializations.
  - Put all of 1722.1 under one subtree.
  - Just put if(tree)s in the top-level function rather than scattered throughout.
  - Remove a couple "set but not used" warnings (a couple are #if'd out).
  - Don't use deprecated functions.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -0      Makefile.common       Modified
  +25 -8     packet-ieee1722.c     Modified
  +6044 -0   packet-ieee17221.c    Added

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

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