ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 19854: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 07 Nov 2006 09:06:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19854

User: guy
Date: 2006/11/07 09:06 AM

Log:
 Bitfields are bad - the C language spec does *NOT* guarantee which bits
 will correspond to which bit fields.  Don't use them.
 
 Use #defines rather than numbers in the appropriate places.
 
 Constify some arguments.
 
 Get rid of C++ comments.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +118 -103  packet-acn.c    Modified
  +11 -33    packet-acn.h    Modified